Aller au contenu

Messages recommandés

Posté(e)

Bonjour je voudrais que on me fasse Quand je Click sur la boussole un menue s'ouvre avec dedans des item et quand on Click dessus sa exécute ./server [Nom du serveur] .

 

Je veux comme items si vous avez besoin une pioche un Bloc de Terre et de la glass compacté

 

et que La pioche exécute la commande ./server Prison le bloc de terre ./server Skyblock et la glass ./server lobby

Posté(e)

cado c'etait facile :D ( la prochaine fois regarde les tuto )

on rightclick with a compass:
       open chest with 1 row named "&cMenu" to player
       wait 1 tick
       format slot 0 of player with diamond pickaxe named "&cPrison" to run [make player execute command "server ¨Prison"]
       format slot 1 of player with grass named "&cSkyblock" to run [make player execute command "server Skyblock"]
       format slot 2 of player with named Packed Ice "&cLobby" to run [make player execute command "server Lobby"]

Posté(e)
cado c'etait facile :D ( la prochaine fois regarde les tuto )

on rightclick with a compass:
       open chest with 1 row named "&cMenu" to player
       wait 1 tick
       format slot 0 of player with diamond pickaxe named "&cPrison" to run [make player execute command "server ¨Prison"]
       format slot 1 of player with grass named "&cSkyblock" to run [make player execute command "server Skyblock"]
       format slot 2 of player with named Packed Ice "&cLobby" to run [make player execute command "server Prison"]

 

Une petite faute pour le server lobby ^^

Voila le code corrigé

on rightclick with a compass:
       open chest with 1 row named "&cMenu" to player
       wait 1 tick
       format slot 0 of player with diamond pickaxe named "&cPrison" to run [make player execute command "server ¨Prison"]
       format slot 1 of player with grass named "&cSkyblock" to run [make player execute command "server Skyblock"]
       format slot 2 of player with named Packed Ice "&cLobby" to run [make player execute command "server lobby"]

 

Skill'

Posté(e)
Une petite faute pour le server lobby ^^

Voila le code corrigé

on rightclick with a compass:
       open chest with 1 row named "&cMenu" to player
       wait 1 tick
       format slot 0 of player with diamond pickaxe named "&cPrison" to run [make player execute command "server ¨Prison"]
       format slot 1 of player with grass named "&cSkyblock" to run [make player execute command "server Skyblock"]
       format slot 2 of player with named Packed Ice "&cLobby" to run [make player execute command "server lobby"]

 

Skill'

 

A merci j'avait meme pas vue x)

Posté(e)

facile

command /menu:
   trigger:
       open chest with 1 row named "&cMenu" to player
           wait 1 tick
           format slot 0 of player with diamond pickaxe named "&cPrison" to run [make player execute command "server ¨Prison"]
           format slot 1 of player with grass named "&cSkyblock" to run [make player execute command "server Skyblock"]
           format slot 2 of player with named Packed Ice "&cLobby" to run [make player execute command "server lobby"]

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.