Bonjour / Bonsoir tout le monde, je rencontre actuellement un problème que je n'avais jamais eu auparavant, je m'explique.... Dans mon code (voir ci-dessous) je créer un menu assez designer comportant beaucoup d'items, sauf que malheureusement certains items apparaissent aléatoirement alors que je voudrais que tous les items s'affiche.
command /jeux:
aliases: game, games
trigger:
wait 1 tick
open chest with 5 rows named "&8» &bJeux &8«" to player
wait 1 tick
format slot 4 of player with diamond chestplate named "&7Jeux : &b&lFFA" with lore "||&7Affronte tes ennemis dans||&7Une grande arène PvP comportant||&7De nombreuses fonctionnalitées !||&7Rejoins un clan et les dégâts||&7Sont doublés !||||&a» Joueurs Connectés : &20||||&7Développeur : &bTagador" to run [make player execute command "/serv"]
format slot 37 of player with redstone repeater named "&bParamètres" to run [make player execute command "/jeux"]
format slot 40 of player with bed named "&eRetour au spawn" to run [make player execute command "/spawn"]
format slot 43 of player with name tag named "&7Amis / Friends" to run [make player execute command "/spawn"]
format slot 29 of player with feather named "&dAéroJump" with lore "||&7Ton meilleur score : &50||||&e» Clique pour être téléporter" to run [make player execute command "/spawn"]
format slot 33 of player with sign named "&7Profil de &c%player%" to run [make player execute command "/jeux"]
format slot 0 of player with light blue window glass named "&7" to be unstealable
format slot 8 of player with light blue window glass named "&7" to be unstealable
format slot 10 of player with light blue window glass named "&7" to be unstealable
format slot 16 of player with light blue window glass named "&7" to be unstealable
format slot 19 of player with light blue window glass named "&7" to be unstealable
format slot 20 of player with light blue window glass named "&7" to be unstealable
format slot 21 of player with light blue window glass named "&7" to be unstealable
format slot 22 of player with light blue window glass named "&7" to be unstealable
format slot 23 of player with light blue window glass named "&7" to be unstealable
format slot 24 of player with light blue window glass named "&7" to be unstealable
format slot 25 of player with light blue window glass named "&7" to be unstealable
format slot 28 of player with light blue window glass named "&7" to be unstealable
format slot 34 of player with light blue window glass named "&7" to be unstealable
format slot 36 of player with light blue window glass named "&7" to be unstealable
format slot 44 of player with light blue window glass named "&7" to be unstealable
#==========================================================#
# +------------------------------------------------------+ #
# | Evènements | #
# +------------------------------------------------------+ #
#==========================================================#
on rightclick with compass:
if name of player's tool is "&8» &bJeux &7(clique-droit) &8«":
make player execute command "/jeux"
Quelques petit screenshots :
Merci de votre aide et de votre compréhension.