Configuration PROBLÈME ChestCommandGui

Clami

Architecte en herbe
9 Janvier 2016
217
3
74
Plateforme :CraftBukkit
Version :1.8
Plugin concerné :ChestCommandGui (http://dev.bukkit.org/bukkit-plugins/chest-commands/)
Explications du problème rencontré :Bonjour !

J'utilise le plugin ChestCommandGui pour faire un menu sur mon serveur ! (avec la boussole)

Le problème c'est qu'a chaque fois une "destination" n’apparaît pas quand on clique sur la boussole alors qu'elle est présente dans la config !

C'est toujours la même jusqu'à que je rajoute une autre destination !

En ce moment par exemple c'est la destination rush qui n’apparaît pas
default_sad.png


Comment faire ???
 

Tristan29490

Aventurier
29 Octobre 2015
8
0
2
22
Salut,

Alors je connais un peu ChestCommands, tu pourrais être un peu plus précis s'il te plaît ? J'aimerai également avoir juste une config d'un de tes menus pour y jeter un œil.

Bye.
 

Clami

Architecte en herbe
9 Janvier 2016
217
3
74
Voilà la config :
######################
#+ +#
# MENU SETTINGS #
#+ +#
######################

menu-settings:

# name - appears as the title - REQUIRED
name: '&1Menu'

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

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

# 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; tell: &eYou opened the example menu.'

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


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


lobby:
COMMAND: 'lobby'
NAME: '&4Lobby'
LORE:
- 'Go lobby'
ID: bed
POSITION-X: 1
POSITION-Y: 1


Site:
COMMAND: 'tell:&7Site internet: &4lupusgames.890m.com/'
NAME: '&eSite internet'
LORE:
- 'Site internet du serveur'
ID: book
POSITION-X: 8
POSITION-Y: 1

youtube:
COMMAND: 'tell:&7Ma chaine: &4www.youtube.com/channel/UCeOhUSxIrTSxRMS74SNvUBg/featured'
NAME: '&6Chaine youtube'
LORE:
- 'Ma chaine youtube'
ID: Redstone Block
POSITION-X: 9
POSITION-Y: 1


pvpbox:
COMMAND: 'warp PvpBox'
NAME: '&6PvpBox'
LORE:
- 'Go Pvpbox'
ID: diamond sword
POSITION-X: 1
POSITION-Y: 2


pvpsoup:
COMMAND: 'kb join'
NAME: '&6PvpSoup'
LORE:
- 'Go PvpSoup'
ID: Brown Mushroom
POSITION-X: 3
POSITION-Y: 2


1vs1:
COMMAND: 'warp 1vs1'
NAME: '&61vs1'
LORE:
- 'Go 1vs1'
ID: Iron Sword
POSITION-X: 5
POSITION-Y: 2


TntRun:
COMMAND: 'warp tntrun'
NAME: '&6TntRun'
LORE:
- 'Go TntRun'
ID: TNT
POSITION-X: 7
POSITION-Y: 2


Skywars:
COMMAND: 'warp Skywars'
NAME: '&6Skywars'
LORE:
- 'Go Skywars'
ID: Ender Pearl
POSITION-X: 9
POSITION-Y: 2


Rush:
COMMAND: 'warp Rush'
NAME: '&6Rush'
LORE:
- 'Go Rush'
ID: Obsidian
POSITION-X: 1
POSITION-Y: 3


Parkour:
COMMAND: 'jump'
NAME: '&6Parkour'
LORE:
- 'Go Parkour'
ID: Ladder
POSITION-X: 1
POSITION-Y: 4


menu-close-no-commands-no-lore:
NAME: '&6Fermer le MENU'
ID: redstone lamp
LORE:
- 'Clique pour fermer le MENU'
POSITION-X: 9
POSITION-Y: 4
 

Clami

Architecte en herbe
9 Janvier 2016
217
3
74
Le rush n’apparaît pas dans le menu alors qu'il y est dans la config ...
1466509466-2016-06-21-13-42-49.png
 

yodadu34

Rien, le Néant ...
17 Mars 2016
27
1
16
Es-tu sure que tu à bien un warp "Rush'" ? Sinon c'est peut-être le bloc "Obsidian" qui ne marche pas.

Sinon moi ça marche bien avec chestcommande et customjoinitem

D'ailleurs, je vais tester en mettant ta configuration
 

Clami

Architecte en herbe
9 Janvier 2016
217
3
74
NON, en fait c'est à chaque fois le dernier mini-jeu que je rajoute au menu n’apparaît pas :/