Aller au contenu

[Menu GUI - Couleur]


Messages recommandés

Posté(e)

Version: 1.8

Type: Menu GUI

 

Description:

Bonsoir, j'aimerais bien un menu GUI avec toutes les laines de couleurs dans Minecraft , et quand on fait par Exemple : /couleur , sa affiche un menu gui avec toutes les laines et quand on clique sur la laine voulu sa mets notre pseudo de la couleur de la laine cliquée...

 

Permission: couleur.use

Permission Admin: couleur.admin

 

Merci de ton aide !

Posté(e)
command /couleurs:
   permission: couleur.use
   trigger:
       open chest with 3 row named "&4C&1o&2l&8o&6r&9s" to player
       format slot 9 of player with blue wool named "&1Bleu" to close then run [send "&1%player%"]
       format slot 10 of player with green wool named "&2Vert" to close then run [send "&2%player%"]
       format slot 11 of player with red wool named "&4Rouge" to close then run [send "&4%player%"]
       format slot 12 of player with purple wool named "&5Violet" to close then run [send "&5%player%"]
       format slot 13 of player with orange wool named "&6Orange" to close then run [send "&6%player%"]
       format slot 14 of player with gray wool named "&7Gris" to close then run [send "&7%player%"]
       format slot 15 of player with black wool named "&0Noir" to close then run [send "&0%player%"]
       format slot 16 of player with pink wool named "&dRose" to close then run [send "&d%player%"]
       format slot 17 of player with yellow wool named "&eJaune" to close then run [send "&e%player%"]

Posté(e)
options:
   p: &a[&bC&co&du&el&1e&6u&9r&a]
   Command: couleur
   notpermission: &cVous n'avez pas la permission !
   permission: couleur.use

command /{@Command}:
   trigger:
       if player has permission "{@permission}":
           wait 1 ticks
           open chest with 2 rows named "{@p}" to player
           format slot 0 of player with light green wool named "&aVert clair" to close then run [make console execute command "nick %player% &a%player%"]
           format slot 1 of player with light blue wool named "&bBleu clair" to close then run [make console execute command "nick %player% &b%player%"]
           format slot 2 of player with red wool named "&cRouge clair" to close then run [make console execute command "nick %player% &c%player%"]
           format slot 3 of player with pink wool named  "&dRose" to close then run [make console execute command "nick %player% &d%player%"]
           format slot 4 of player with yellow wool named "&eJaune" to close then run [make console execute command "nick %player% &e%player%"]
           format slot 5 of player with wool named "&fBlanc" to close then run [make console execute command "nick %player% &f%player%"]
           format slot 6 of player with blue wool named "&1Bleu" to close then run [make console execute command "nick %player% &1%player%"]
           format slot 7 of player with green wool named "&2Vert" to close then run [make console execute command "nick %player% &2%player%"]
           format slot 8 of player with cyan wool named "&3Turquoise" to close then run [make console execute command "nick %player% &3%player%"]
           format slot 9 of player with red wool named "&4Rouge" to close then run [make console execute command "nick %player% &4%player%"]
           format slot 10 of player with purple wool named "&5Violet" to close then run [make console execute command "nick %player% &5%player%"]
           format slot 11 of player with orange wool named "&6Orange" to close then run [make console execute command "nick %player% &6%player%"]
           format slot 12 of player with light gray wool named "&7Gris" to close then run [make console execute command "nick %player% &7%player%"]
           format slot 13 of player with gray wool named "&8Gris foncé" to close then run [make console execute command "nick %player% &8%player%"]
           format slot 14 of player with black wool named "&0Noir" to close then run [make console execute command "nick %player% &0%player%"]
           format slot 15 of player with blue wool named "&9Bleu mitigé" to close then run [make console execute command "nick %player% &9%player%"]
       else:
           message "{@p} {@notpermission}"

×
×
  • 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.