Problème chestcommand

therocrapha

Massacreur de Mouton
16 Janvier 2016
44
2
23
23
Bonjour, j'ai un problème avec un menu chest command pourriez vous m'aidez voici la config et en dessous les logs erreurs. Merci

######################
#+ +#
# MENU SETTINGS #
#+ +#
######################

menu-settings:

# name - appears as the title - REQUIRED
name: '&c➡ &9Warps'

# rows - the number of rows of the chest - REQUIRED
rows: 5

# command - OPTIONAL (you can remove this or set it to '')
# Bind multiple commands using ; (command: 'menu; m; me')
command: 'warp'

# auto-refresh - OPTIONAL
# How frequently the menu will be refreshed, in seconds.
# Useful if you have variables in items' descriptions.
auto-refresh: 5

# This command command will be execute when the menu is opened.
# Supports all the icon command types.
open-action: 'sound: note pling'

# open-with-item - OPTIONAL
# The menu will open only right-clicking with orange wool [35:1]
open-with-item:
id: book
left-click: false
right-click: true


######################
#+ +#
# ITEMS #
#+ +#
######################


enchant:
COMMAND: 'warp enchant'
NAME: '&eWarp Enchantement'
LORE:
- '&bCe warp est le warp'
- '&bpour vous enchanter !'
ID: 116
POSITION-X: 3
POSITION-Y: 2


farm:
COMMAND: 'warp farm'
NAME: '&eWarp Farming'
LORE:
- '&bCe warp est le warp'
- '&bpour farmer !'
ID: 52
POSITION-X: 5
POSITION-Y: 2


shop:
COMMAND: 'warp shop'
NAME: '&eWarp Ventes'
LORE:
- '&bCe warp est le warp'
- '&bpour vendres des items !'
ID: 266
POSITION-X: 7
POSITION-Y: 2


est:
COMMAND: 'warp est'
NAME: '&eWarp PvP-Est'
LORE:
- '&bCe warp est le warp'
- '&bpour aller pvp !'
ID: 272
POSITION-X: 2
POSITION-Y: 3


ouest:
COMMAND: 'warp ouest'
NAME: '&eWarp PvP-Ouest'
LORE:
- '&bCe warp est le warp'
- '&bpour aller pvp !'
ID: 283
POSITION-X: 4
POSITION-Y: 3


sud:
COMMAND: 'warp sud'
NAME: '&eWarp PvP-Sud'
LORE:
- '&bCe warp est le warp'
- '&bpour aller pvp !'
ID: 267
POSITION-X: 6
POSITION-Y: 3


nord:
COMMAND: 'warp nord'
NAME: '&eWarp PvP-Nord'
LORE:
- '&bCe warp est le warp'
- '&bpour aller pvp !'
ID: 276
POSITION-X: 8
POSITION-Y: 3


forge:
COMMAND: 'warp forge'
NAME: '&eWarp Forge'
LORE:
- '&bCe warp sert à aller dans l'end'
ID: 145
POSITION-X: 3
POSITION-Y: 4


end:
COMMAND: 'warp end'
NAME: '&eWarp End'
LORE:
- '&bCe warp est le warp'
- '&bpour aller dans l'end !'
ID: 368
POSITION-X: 5
POSITION-Y: 4


regles:
COMMAND: 'warp regles'
NAME: '&eWarp Règles'
LORE:
- '&bCe warp est le warp'
- '&bpour aller voir les règles !'
ID: 340
POSITION-X: 7
POSITION-Y: 4


06.08 22:37:26 [Server] WARN org.bukkit.configuration.InvalidConfigurationException: while parsing a block collection 06.08 22:37:26 [Server] INFO in 'string', line 135, column 5: 06.08 22:37:26 [Server] INFO - '&bCe warp est le warp' 06.08 22:37:26 [Server] INFO ^ 06.08 22:37:26 [Server] INFO expected <block end>, but found Scalar 06.08 22:37:26 [Server] INFO in 'string', line 136, column 28: 06.08 22:37:26 [Server] INFO - '&bpour aller dans l'end !' 06.08 22:37:26 [Server] INFO ^ 06.08 22:37:26 [Server] WARN at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) 06.08 22:37:26 [Server] WARN at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) 06.08 22:37:26 [Server] WARN at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) 06.08 22:37:26 [Server] WARN at com.gmail.filoghost.chestcommands.config.yaml.PluginConfig.load(PluginConfig.java:45) 06.08 22:37:26 [Server] WARN at com.gmail.filoghost.chestcommands.ChestCommands.load(ChestCommands.java:187) 06.08 22:37:26 [Server] WARN at com.gmail.filoghost.chestcommands.ChestCommands.onEnable(ChestCommands.java:122) 06.08 22:37:26 [Server] WARN at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) 06.08 22:37:26 [Server] WARN at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) 06.08 22:37:26 [Server] WARN at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) 06.08 22:37:26 [Server] WARN at org.bukkit.craftbukkit.v1_8_R2.CraftServer.loadPlugin(CraftServer.java:356) 06.08 22:37:26 [Server] WARN at org.bukkit.craftbukkit.v1_8_R2.CraftServer.enablePlugins(CraftServer.java:316) 06.08 22:37:26 [Server] WARN at org.bukkit.craftbukkit.v1_8_R2.CraftServer.reload(CraftServer.java:746) 06.08 22:37:26 [Server] WARN at org.bukkit.Bukkit.reload(Bukkit.java:534) 06.08 22:37:26 [Server] WARN at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) 06.08 22:37:26 [Server] WARN at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) 06.08 22:37:26 [Server] WARN at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1133) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:968) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) 06.08 22:37:26 [Server] WARN at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 06.08 22:37:26 [Server] WARN at java.util.concurrent.FutureTask.run(FutureTask.java:266) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) 06.08 22:37:26 [Server] WARN at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) 06.08 22:37:26 [Server] WARN at java.lang.Thread.run(Thread.java:745) 06.08 22:37:26 [Server] WARN Caused by: while parsing a block collection 06.08 22:37:26 [Server] INFO in 'string', line 135, column 5: 06.08 22:37:26 [Server] INFO - '&bCe warp est le warp' 06.08 22:37:26 [Server] INFO ^ 06.08 22:37:26 [Server] INFO expected <block end>, but found Scalar 06.08 22:37:26 [Server] INFO in 'string', line 136, column 28: 06.08 22:37:26 [Server] INFO - '&bpour aller dans l'end !' 06.08 22:37:26 [Server] INFO ^ 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:514) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:199) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) 06.08 22:37:26 [Server] WARN at org.yaml.snakeyaml.Yaml.load(Yaml.java:400) 06.08 22:37:26 [Server] WARN at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) 06.08 22:37:26 [Server] WARN ... 28 more
 
Salut

- '&bpour aller dans l'end !'
Tu as mis un apostrophe en trop.

Essaye:
  • - '&bpour aller dans l''end !'
  • - '&bpour aller dans l end !'
- '&bCe warp sert à aller dans l'end'

Essaye:
  • - '&bCe warp sert à aller dans l''end'
  • - '&bCe warp sert à aller dans l end'

Normalement mettre deux apostrophes permet d'en afficher une sur le jeu sinon change de texte.

Ted