HELP Plugin ChestCommandGUI

JorisDjo

Aventurier
19 Août 2015
6
0
2
30
Bonjour
Je suis actuellement en train de creer un serveur et lors de la config du plugin ChestCommandGUI, le fichier YML m'indique des erreurs ! je suis donc aller me renseigner sur internet mais je n'ai rien trouver !
j'ai esseyer de coriger mon fichier avec un verificateur YML
en voici le lien : http://www.yamllint.com/
mais lorsque je regarde les erreurs le site m'affiche ça :

(<unknown>): did not find expected key while parsing a block apping at line 173 collumn 3


HELP j'ai vraiment besoin d'aide :(:(

Voici mon fichier YML si quelqu'un pourrait me le corriger ca serais SUPER !

Code:
######################
#+                  +#
#  MENU SETTINGS    #
#+                  +#
######################
 
menu-settings:
 
  # name - appears as the title - REQUIRED
  name: '&4&lWarps'
 
  # rows - the number of rows of the chest - REQUIRED
  rows: 4
 
  # command - OPTIONAL (you can remove this or set it to '')
  command: 'warps'
 
  # This command command will be execute when the menu is opened.
  # Supports all the icon command types.
  open-action: 'sound: note pling; tell: &e&lMenu Warp ouver!t.'
 
  # open-with-item - OPTIONAL (you can remove this or
  # set the item-id/data-value to 0)
  # In this case it will open with a book (right click)
  open-with-item:
    item-id: 345
    left-click: false
    right-click: true
#  data-value: 0
 
######################
#+                  +#
#      ITEMS        #
#+                  +#
######################
 
 
slot1:
  COMMAND: 'warp hub'
  NAME: '&eHub'
  LORE:
    - 'Téléportation vers le Hub.'
  ID: 399
  POSITION-X: 5
  POSITION-Y: 1
 
 
slot2:
  COMMAND: 'warp pvpfaction'
  NAME: '&aPVP - Faction'
  LORE:
    - 'Télportation vers le PVP - Faction.'
  ID: 276
  POSITION-X: 2
  POSITION-Y: 2
 
 
slot3:
  COMMAND: 'warp cm'
  NAME: '&dColorMatch'
  LORE:
    - 'Téléportation vers le ColorMatch.'
  ID: 35:1
  POSITION-X: 3
  POSITION-Y: 2
 
 
slot4:
  COMMAND: 'warp tntrun'
  NAME: '&cBow Spleef'
  LORE:
    - 'Téléportation vers le Bow Spleef &l(&r&cTNT RUN&r&l)'
  ID: 46
  KEEP-OPEN: false
  POSITION-X: 4
  POSITION-Y: 2
 
 
slot5:
  COMMAND: 'warp dac'
  NAME: '&8Dé à Coudre'
  LORE:
    - 'Téléportation au Dé à Coudre'
  ID: 65
  POSITION-X: 5
  POSITION-Y: 2
 
 
slot6:
  COMMAND: 'warp ressources'
  NAME: '&2Map Ressources'
  LORE:
    - 'Téléportation vers la Map Ressources.'
  ID: 264
  POSITION-X: 6
  POSITION-Y: 2
 
 
slot7:
  COMMAND: ''
  NAME: '&e Bientot !'
  LORE:
    - ''
  ID: 95
  POSITION-X: 7
  POSITION-Y: 2
 
 
slot8:
  COMMAND: ''
  NAME: '&e Bientot !'
  LORE:
    - ''
  ID: 195
  POSITION-X: 8
  POSITION-Y: 2
 
 
slot9:
  COMMAND: 'warp arene'
  NAME: '&2Arène PVP'
  LORE:
    -'Télépotation vers l'Arène PVP'
  ID: 261
  ENCHANTMENT: 'fire aspect, 1'
  POSITION-X: 2
  POSITION-Y: 3
 
 
slot1de2:
  COMMAND: 'warp shop1'
  NAME: '&3Shop 1'
  LORE:
    - 'Téléportation au Shop 1'
  ID: 371
  POSITION-X: 3
  POSITION-Y: 3
 
 
slot2de2:
  COMMAND: 'warp shop2'
  NAME: '&3Shop 2'
  LORE:
    - 'Téléportation au Shop 2'
  ID: 371
  POSITION-X: 4
  POSITION-Y: 3
 
 
slot3de2:
  COMMAND: 'warp xp'
  NAME: '&aFerme à XP'
  LORE:
    - 'Ferme à XP pour tout les joueurs'
  ID: 52
  KEEP-OPEN: false
  POSITION-X: 5
  POSITION-Y: 3
 
 
slot4de2:
  COMMAND: 'warp xp2'
  NAME: '&aFerme à XP &e&l(VIP)'
  LORE:
    - 'Ferme a XP pour les &e&lVIP'
  ID: 52
  ENCHANTMENT: 'fire aspect, 1'
  POSITION-X: 6
  POSITION-Y: 3
 
 
slot5de2:
  LORE:
    - ''
  NAME: '&lEVENT'
  COMMAND: 'tell Il n'y a pas d'event pour l'instant'
  ID: 322
  KEEP-OPEN: false
  POSITION-X: 7
  POSITION-Y: 3
 
 
slot6de2:
  COMMAND: ''
  NAME: '&eBientot !'
  LORE:
    - ''
  ID: 195
  POSITION-X: 8
  POSITION-Y: 3
 
 
slot7de2:
  COMMAND: 'tell: &9Salut &f{player}; tell &9Joueurs en ligne: &f{online}/{max_players}; tell: &9Vous êtes sur le serveur &l&fPhoenixGames; tell: &9Vous avez: &f{money}'
  NAME: '&8INFOS'
  LORE:
    - ''
  ID: 404
  KEEP-OPEN: false
  POSITION-X: 1
  POSITION-Y: 4
 
 
slot8de2:
  NAME: '&6 Fermer le Menu'
  LORE:
    - ''
  ID: 324
  POSITION-X: 5
  POSITION-Y: 4
 
 
slot9de2:
  COMMAND: ''
  NAME: '&3Kits'
  LORE:
    - 'A TRAVAILLER PLUS TARD &4&lJORISDJO'
  ID: 416
  POSITION-X: 9
  POSITION-Y: 4
 
Peux-tu nous envoyer tes erreurs? Car ton fichier semble correct, même si le site que tu as donné semble dire le contraire.
 
J'avoue que là que sèche... ton fichier de config m'a l'air correct, j'attends de voir si il y'a d'autres réponses...​
 
Merci quand meme d'avoir essayer de m'aider mais meme en prenant un fichier préconfigurer qui lui marche ( j'ai esseyer) et apres l'avoir modifier il ne marche plus ...