Aller au contenu
  • 0

Certains menus gui ne fonctionnent pas


Question

Posté(e)

Bonjour/Bonsoir aujourd'hui je vous demande de l'aide car certains de mes menus gui ne fonctionnent pas alors que j'ai les addons : WildSkript UMBASKA SkQuery et SkRayFall...

Merci à ceux qui se donneront la peine de m'aider :)

8 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Je vais donc envoyer mes codes (de menu gui) qui ne fonctionnent plus...Alors qu'il fonctionnais avant :

command /Grades:
   trigger:
       open chest with 1 rows named "&e&lVIP" to player
       wait 2 ticks
       format slot 0 of player with white stained glass pane named " " to be unstealable
       format slot 1 of player with iron ingot named " &3[ &eVIP &3]" to close then run [make console execute command "/msg %player% &cAllez sur la boutique pour plus d'informations !"]
       format slot 2 of player with gold ingot named "&c&l-[ &3&lVIP+ &c&l]-" to close then run [make console execute command "/msg %player% &aAllez sur la boutique pour plus d'informations !"]
       format slot 3 of player with white stained glass pane named " " to be unstealable
       format slot 4 of player with coal of unbreaking 2 named "&a- &cMini&3VIP &a-" to close then run [make console execute command "/msg %player% &3Pas encore Sortit,En dev !"]
       format slot 7 of player with red dye named "&c&lRetour" to close then run [make player execute command "/info"]
       format slot 8 of player with white stained glass pane named " " to be unstealable

command /shop:
   permission: shop.sk
   trigger:
       open chest with 1 rows named "&9&lShop" to player
       wait 1 tick
       format slot 0 of player with blue stained glass pane named " " to be unstealable
       format slot 1 of player with diamond ore of unbreaking 10 named "&8&lMinerais" to run [make player execute command "/ShopM"]
       format slot 2 of player with iron sword of unbreaking 10 named "&5&lKits" to run [make player execute command "/shopK"]
       format slot 3 of player with snowball of unbreaking 10 named "&c&lGrades Secondaires" to run [make player execute command "/ShopG"]
       format slot 4 of player with blue stained clay of unbreaking 10 named "&d&lBlocks" to run [make player execute command "/ShopB"]
       format slot 7 of player with red dye named "&c&lRetour" to close
       format slot 8 of player with blue stained glass pane named " " to be unstealable

command /ShopM:
   trigger:
       open chest with 1 rows named "&8&lMinerais" to player
       wait 2 ticks
       format slot 0 of player with coal of unbreaking 10 named "&7&l16 Charbons pour 200$ !" to run [make player execute command "/Buy Charbon"]
       format slot 1 of player with iron ingot of unbreaking 10 named "&8&l16 Lingots de Fer pour 600$" to run [make player execute command "/Buy Fer"]
       format slot 2 of player with gold ingot of unbreaking 10 named "&e&l16 Lingots D'Or pour 1200$" to run [make player execute command "/Buy Or"]
       format slot 3 of player with redstone of unbreaking 10 named "&c16 Redstone Pour 1450$" to run [make player execute command "/Buy RedStone"]
       format slot 4 of player with diamond of unbreaking 10 named "&3&l16 Diamants pour 1600$" to run [make player execute command "/Buy Diamant"]
       format slot 5 of player with emerald of unbreaking 10 named "&a&l16 Emeraudes pour 2000$" to run [make player execute command "/Buy Emeraude"]
       format slot 8 of player with red dye named "&c&lRetour" to run [make player execute command "/shop"]

command /ShopK:
   trigger:
       open chest with 1 rows named "&c&lKits" to player
       wait 2 ticks
       format slot 0 of player with stone sword of sharpness 1 named "&8&lKit SurvivantII pour 3000$" to run [make player execute command "/Buy KitS2"]
       format slot 1 of player with iron sword named "&7Kit SurvivantIII pour 6000$" to run [make player execute command "/Buy KitS3"]
       format slot 8 of player with red dye named "&c&lRetour" to run [make player execute command "/shop"]

command /ShopG:
   trigger:
       open chest with 1 rows named "&c&lGrades &a&lSecondaires" to player
       wait 2 ticks
       format slot 0 of player with black stained glass pane named " " to be unstealable
       format slot 7 of player with red dye named "&c&lRetour" to run [make player execute command "/Shop"]
       format slot 8 of player with black stained glass pane named " " to be unstealable
       if player has permission "MS.sk":
           format slot 1 of player with stone pickaxe of unbreaking 10 named "&8&lGrade Mineur pour 6000$" to run [make player execute command "/ouinonM"]

command /ShopB:
   trigger:
       open chest with 1 rows named "&0&lBlocks" to player
       wait 2 ticks
       format slot 0 of player with magenta stained glass pane named " " to be unstealable
       format slot 1 of player with cobblestone of unbreaking 10 named "&7&l64 Pierres pour 200$" to run [make player execute command "/Buy Cobblestone"]

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