Aller au contenu

Messages recommandés

Posté(e)

boujour je voudrais faire une commande /buigrade

qui ouvre un menu gui avec 5 objet le premier est une plastron en cuire puis en maille puis en fer puis en or puis en diams

si on est pas or on ne peut pas acheter le diams

et je voudrais que quand on est cuivre les autres armures soit en enchanter et si on est fer l'or et le diams et enchanter en gros les grades qu'on as pas

sa serait baser sur :

    open chest with 1 rows named "&7kit&8 : &7&lVendeur" to player
       if player as cuivre
   wait 1 tick
   play raw sound "note.pling" at player with pitch 1 volume 10
   format slot 0 of player with white stained glass named "buykitcuivre" to be unstealable
   format slot 1 of player with white stained glass named " " to be unstealable
   format slot 2 of player with a coal named "&8Charbon &7: &e&lAchat" to run [make player execute command "coal"]
   format slot 3 of player with a iron ingot named "&7Fer &8: &e&lAchat" to run [make player execute command "iron"]
   format slot 4 of player with a gold ingot named "&6Or &7: &e&lAchat" to run [make player execute command "gold"]
   format slot 5 of player with a diamond named "&bDiamant &7: &e&lAchat" to run [make player execute command "diamond"]
   format slot 6 of player with a emerald named "&aEmeraud &7: &e&lAchat" to run [make player execute command "emerald"]
   format slot 7 of player with white stained glass named " " to be unstealable
   format slot 8 of player with white stained glass named " " to be unstealable
           if player as mailler
   wait 1 tick
   play raw sound "note.pling" at player with pitch 1 volume 10
   format slot 0 of player with white stained glass named "buykitcuivre" to be unstealable
   format slot 1 of player with white stained glass named " " to be unstealable
   format slot 2 of player with a coal named "&8Charbon &7: &e&lAchat" to run [make player execute command "coal"]
   format slot 3 of player with a iron ingot named "&7Fer &8: &e&lAchat" to run [make player execute command "iron"]
   format slot 4 of player with a gold ingot named "&6Or &7: &e&lAchat" to run [make player execute command "gold"]
   format slot 5 of player with a diamond named "&bDiamant &7: &e&lAchat" to run [make player execute command "diamond"]
   format slot 6 of player with a emerald named "&aEmeraud &7: &e&lAchat" to run [make player execute command "emerald"]
   format slot 7 of player with white stained glass named " " to be unstealable
   format slot 8 of player with white stained glass named " " to be unstealable
           if player as fer
   wait 1 tick
   play raw sound "note.pling" at player with pitch 1 volume 10
   format slot 0 of player with white stained glass named "buykitcuivre" to be unstealable
   format slot 1 of player with white stained glass named " " to be unstealable
   format slot 2 of player with a coal named "&8Charbon &7: &e&lAchat" to run [make player execute command "coal"]
   format slot 3 of player with a iron ingot named "&7Fer &8: &e&lAchat" to run [make player execute command "iron"]
   format slot 4 of player with a gold ingot named "&6Or &7: &e&lAchat" to run [make player execute command "gold"]
   format slot 5 of player with a diamond named "&bDiamant &7: &e&lAchat" to run [make player execute command "diamond"]
   format slot 6 of player with a emerald named "&aEmeraud &7: &e&lAchat" to run [make player execute command "emerald"]
   format slot 7 of player with white stained glass named " " to be unstealable
   format slot 8 of player with white stained glass named " " to be unstealable
   ect .................

   command /buykitcuivre:
   permission: op
   trigger:
       if player's balance is greater than or equal to 101:
           execute console command "manuadd %player% cuivre"
           execute player command "eco take %player% 100"
           add une variante maille
           send "§aVous avez acheté §b1 §aDiamant"
       else:
           send "§4/!\ §ctu n'as pas assez d'argent"

Posté(e)
Tu veux un grade ou du stuff

Tu utilise un plugins pour la money ?

FORMule mieux svp

Ok j'ai vraiement du mal à m'exprimer enfaite je veut qu'il recoivent un grade un manuadd comme je l'ai écrit dans mon skript et jutilice economy

Enfaite se que je n'arrive pas affaire c'est que quand il ont le grade cuire les autres armures soit enchanter est quand ils ont acheter le grade maille les autres armures soont enchater sauf le cuire ect

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