Aller au contenu
  • 0

Item de GUI pas détecter


Est-ce normal ?  

3 membres ont voté

  1. 1. Est-ce normal ?

    • Oué
      0
    • Nah
      3
    • Peut être
      0


Question

Posté(e)

Bonjour,

J'essaye de faire un GUI un peu spécial qui me permettrait de voir le nombre de joueur dans un monde (merci @GhostKiller76 ) .Et j'ai des items qui ne s'affichent pas au moment de l'ouverture :/

 

 

 

 
command /lolmenu:
   trigger:
       if player is in "hub3":
           wait 3 ticks
           open chest with 6 rows named "&f&lMenu Principal" to player
           format slot 11 of player with bow named "&6OneShot" with lore "||Seul contre tous , utilisez||votre arc pour oneshot||tous vos adversaires !|| ||&7En jeu &e%size of players in world ""oneshotmedieval"" and ""onebhot""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/unem2"]   

           format slot 13 of player with tnt named "&6TNTFly" with lore "||De la TNT ?!||Utilisez la et testez votre puissance de fly !|| ||&7En jeu &e%size of players in world ""tntfly1""% &7Joueur(s)|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/qittntfly"]   

           format slot 15 of player with 269 named "&6Sumo" with lore "||Vous cheatez ? Mais non , c'est pas bien,||vous avez juste une pelle enchantée !|| ||&7En jeu &e%size of players in world ""ka""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/qitsumo"]   

           format slot 20 of player with apple named "&6UHCExtreme" with lore "||Stuffez vous et affrontez les joueurs||dans une map hardcore !||&c&oRégénération naturelle désactivée|| ||&7En jeu &e%size of players in world ""uhcex""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/tpuhc"]   

           format slot 22 of player with bed named "&6Rush" with lore "||Battez vous au dessus du vide ||et remportez la victoire !|| ||&7En jeu &e%size of players in world ""rush1"" and ""rush2"" % &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/tprush"]   

           format slot 24 of player with golden sword named "PvPSkill" with lore "||Choisissez vos équipements||de A à Z , et battez vous ||avec 3 vies !|| ||&7En jeu &e%size of players in world ""pvpskill1""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/tppvpskill"]   

           format slot 30 of player with diamond sword named "PvPTraining" with lore "||Regroupement de plusieurs mode de PvP !||PvpSoup/PvpPot/PvpCombo/BuildUHC|| ||&7En jeu &e%size of players in world ""pvptraining"" and ""pvppot2"" and ""builduhc2"" and ""pvpsoupe2"" and ""pvpcombo2""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/qittraining"]   

           format slot 31 of player with obsidian named "MLGRush" with lore "||Marquez des points en escaladant||la map comme un ninja||et remportez la partie !|| ||&7En jeu &e%size of players in world ""mlgrush1"" and ""mlgrush2"" and ""mlgrush3""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/tpmlgrush"]   

           format slot 32 of player with 399 named "Evolution" with lore "||Collectez des étoiles et evoluer vos équipements||au fur et à mesure !|| ||&7En jeu &e%size of players in world ""Evolution2"" and ""Evolution22"" and ""Evolution3""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/unem3"]   

           format slot 41 of player with 35:0 named "WoolRush" with lore "||Sautez dans la pisicine adverse||pour marqué votr meilleurs points||et remportez la partie !|| ||&7En jeu &e%size of players in world ""woolrush""% &7Joueur(s)|| ||&2✪ &6Booster : &aActivé &2✪|| ||&a▸ Clic pour Jouer" to close then run [make player execute command "/wrequipe"]           

  • Réponses 53
  • Créé
  • Dernière réponse

Meilleurs contributeurs dans cette question

Meilleurs contributeurs dans cette question

Messages recommandés

  • 0
Posté(e)

J'ai fais un code qui déjà me donne pas de message d'internal ... Mais le menu ne s'ouvre pas x')

Le code:

command /lolmenu:
   trigger:
       if player is in "hub3":
           wait 3 ticks
           set {joueur.hub.oneshot} to "%size of players in world ""oneshotmedieval"" and ""onebhot""%"
           set {joueur.hub.tntfly} to "%size of players in world ""tntfly1""%"
           set {joueur.hub.sumo} to "%size of players in world ""ka""%"
           set {joueur.hub.uhcex} to "%size of players in world ""uhcex""%"
           set {joueur.hub.rush} to "%size of players in world ""rush1"" and ""rush2""%"
           set {joueur.hub.pvpskill} to "%size of players in world ""pvpskill1""%"
           set {joueur.hub.pvptraining} to "%size of players in world ""pvptraining"" and ""pvppot2"" and ""builduhc2"" and ""pvpsoupe2"" and ""pvpcombo2""%"
           set {joueur.hub.mlgrush} to "%size of players in world ""mlgrush1"" and ""mlgrush2"" and ""mlgrush3""%"
           set {joueur.hub.evolution} to "%size of players in world ""Evolution2"" and ""Evolution22"" and ""Evolution3""%"
           set {joueur.hub.woolrush} to "%size of players in world ""woolrush""%"
           wait 2 ticks
           open chest with 6 rows named "&f&lMenu Principal" to player
           wait 3 ticks
           format slot 11 of player with bow named "&6OneShot" with lore "||&fSeul contre tous , utilisez||&fvotre arc pour oneshot||&ftous vos adversaires !|| ||&7En jeu &e%{joueur.hub.oneshot}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/unem2"]  

           format slot 13 of player with tnt named "&6TNTFly" with lore "||&fDe la TNT ?!||&fUtilisez la et testez votre puissance de fly !|| ||&7En jeu &e%{joueur.hub.tntfly}% &7Joueur(s)|| ||&a? Clic pour Jouer" to close then run [make player execute command "/qittntfly"]  

           format slot 15 of player with 269 named "&6Sumo" with lore "||&fVous cheatez ? Mais non , c'est pas bien,||&fvous avez juste une pelle enchantée !|| ||&7En jeu &e%{joueur.hub.sumo}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/qitsumo"]  

           format slot 20 of player with apple named "&6UHCExtreme" with lore "||&fStuffez vous et affrontez les joueurs||&fdans une map hardcore !||&c&oRégénération naturelle désactivée|| ||&7En jeu &e%{joueur.hub.uhcex}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/tpuhc"]  

           format slot 22 of player with bed named "&6Rush" with lore "||&fBattez vous au dessus du vide ||&fet remportez la victoire !|| ||&7En jeu &e%{joueur.hub.rush}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/tprush"]  

           format slot 24 of player with golden sword named "PvPSkill" with lore "||&fChoisissez vos équipements||&fde A à Z , et battez vous ||&favec 3 vies !|| ||&7En jeu &e%{joueur.hub.pvpskill1}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/tppvpskill"]  

           format slot 30 of player with diamond sword named "PvPTraining" with lore "||&fRegroupement de plusieurs mode de PvP !||&fPvpSoup/PvpPot/PvpCombo/BuildUHC|| ||&7En jeu &e%{joueur.hub.pvptraining}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/qittraining"]  

           format slot 31 of player with obsidian named "MLGRush" with lore "||&fMarquez des points en escaladant||&fla map comme un ninja||&fet remportez la partie !|| ||&7En jeu &e%{joueur.hub.mlgrush}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/tpmlgrush"]  

           format slot 32 of player with 399 named "Evolution" with lore "||&fCollectez des étoiles et evoluer vos équipements||&fau fur et à mesure !|| ||&7En jeu &e%{joueur.hub.evolution}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/unem3"]  

           format slot 41 of player with 35:0 named "WoolRush" with lore "||&fSautez dans la pisicine adverse||&fpour marqué votr meilleurs points||&fet remportez la partie !|| ||&7En jeu &e%{joueur.hub.woolrush}% &7Joueur(s)|| ||&2? &6Booster : &aActivé &2?|| ||&a? Clic pour Jouer" to close then run [make player execute command "/wrequipe"]          


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