Aller au contenu
Theoebersold

Problème avec mon Skript

Messages recommandés

Version de Minecraft : 1.9.4
Version de Skript : 2.1.2

Addons utilisés: SkQuery , skRayFall_v1.8 Umbaska 3.3 WildSkript

Type du skript : Menu de jeux de FunCraft

Description du script :

Bonjour à tous j'ai un problème dans mon skript qui fait que quand je clique une 2e fois sur un jeu ca me prend le block je vais vous montrer le code : 

command /jeux [<text>]:
    trigger:
        if arg 1 is "menu":
            open chest with 6 rows named "                      Jeux" to player
            format slot 3 of player with 351:8 named "&6Lobby" to be unstealable
            format slot 4 of player with 45 named "&6FreeCube &c&l[FAMOUS]" with lore "&fUn monde gigantesque pour||&fconstruire et partager !||&fAmuse-toi avec tes propres||&fcréations et rencontre de||&fnouveaux amis.||||&bJoueurs: &e1209||&2Clic gauche pour jouer" to run [make player execute command "/jeux freecube"]
            format slot 5 of player with 397:2 named "&6Infecté" with lore "&fFuis l'épidémie de zombies et||&fessaye de survire !||&8Env.: mondes terrestres||||&bJoueurs: &e9246||&2Clic gauche pour jouer" to run [make player execute command "/jeux zombies"]
            format slot 10 of player with 355 named "&6Rush MDT &c&l[FAMOUS]" with lore "&fAttaque la base de l'équipe||&fadverse en suivant le chemin||&fpour détruire leur lit.||&8Environnement: bases aériennes||||&bJoueurs: &e19666||&2Clic gauche pour jouer" to run [make player execute command "/jeux mdt"]
            format slot 11 of player with 24:2 named "&6HikaBrain &c&l[FAMOUS]" with lore "&fProtège ton lit et marque un||&fmaximum de points en touchant||&fcelui de tes adversaires.||&8Environnement: pont aérien||||&bJoueurs: &e24942||&2Clic gauche pour jouer" to run [make player execute command "/jeux hikabrain"]
            format slot 12 of player with 288 named "&6SkyWars &c&l[FAMOUS]" with lore "&fÉquipe-toi à l'aide des coffres||&fpuis élimine tous les joueurs||&fpour être le dernier en vie !||&8Environnement: îles aériennes||||&bJoueurs: &e524||&2Clic gauche pour jouer" to run [make player execute command "/jeux skywars"]
            format slot 13 of player with 311 named "&6PVPSmash &c&l[FAMOUS]" with lore "&fTue tous les autres joueurs||&fdans une mêlée sanglante.||&8Environnement: monde plat||||&bJoueurs: &e156||&2Clic gauche pour jouer" to run [make player execute command "/jeux pvpsm"]
            format slot 14 of player with 267 named "&6Octogone &c&l[FAMOUS]" with lore "&fÉlimine tes adversaires dans un||&ftournoi de PvP 1v1 !||&8Environnement: octogone plat||||&bJoueurs: &e160||&2Clic gauche pour jouer" to run [make player execute command "/jeux octogone"]
            format slot 15 of player with 159:11 named "&6Blitz (The Towers) &c&l[FAMOUS]" with lore "&fFonce vers la forteresse||&fennemie, perce ses défenses et||&fentre dans son nexus.||&8Env.: forteresses aériennes||||&bJoueurs: &e49||&2Clic gauche pour jouer" to run [make player execute command "/jeux blitz"]
            format slot 16 of player with 401 named "&6ShootCraft &c&l[FAMOUS]" with lore "&fDésintègre les autres joueurs||&favec ton rayon laser pour||&fmarquer le plus de points.||&8Environnement: maps d'arcade||||&bJoueurs: &e58||&2Clic gauche pour jouer" to run [make player execute command "/jeux shoot"]
            format slot 18 of player with 160:15 named " " to be unstealable
            format slot 19 of player with 160:7 named " " to be unstealable
            format slot 20 of player with 160:15 named " " to be unstealable
            format slot 21 of player with 160:7 named " " to be unstealable
            format slot 22 of player with 160:15 named " " to be unstealable
            format slot 23 of player with 160:7 named " " to be unstealable
            format slot 24 of player with 160:15 named " " to be unstealable
            format slot 25 of player with 160:7 named " " to be unstealable
            format slot 26 of player with 160:15 named " " to be unstealable
        if arg 1 is "freecube":
            open chest with 6 rows named "               Jeux > FreeCube   " to player
            format slot 11 of player with 159:3 named "&6FreeCube (Monde A)" with lore "&7Ouvert le 14/05/2016||||&bÉtat: &2Ouvert||&bJoueurs: &e400&7/400||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 12 of player with 159:13 named "&6FreeCube (Monde B)" with lore "&7Ouvert le 19/05/2016||||&bÉtat: &2Ouvert||&bJoueurs: &e200&7/200||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 13 of player with 159:4 named "&6FreeCube (Monde C)" with lore "&7Ouvert le 30/06/2016||||&bÉtat: &2Ouvert||&bJoueurs: &e200&7/200||||&2> &f Clic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 14 of player with 159:1 named "&6FreeCube (Monde D)" with lore "&7Ouvert le 31/08/2017||||&bÉtat: &2Ouvert||&bJoueurs: &e200&7/200||||&2> &fClic gauche ppor rejoindre" to run [make player execute command "/jeux menu"]
            format slot 53 of player with 427 named "&cRetour" with lore "&7(Vers Jeux)" to run [make player execute command "/jeux"]
        if arg 1 is "zombies":
            open chest with 6 rows named "               Jeux > Infecté    " to player
            format slot 13 of player with 159:3 named "&6Infecté A" with lore "&bÉtat: &2Ouvert||&bJoueurs: &e100/100" to run [make player execute command "/jeux menu"]
            format slot 53 of player with 427 named "&cRetour" with lore "&7(Vers Jeux)" to run [make player execute command "/jeux menu"]
        if arg 1 is "mdt":
            format slot 3 of player with 351:8 named "&6Lobby" to be unstealable
            format slot 4 of player with 45 named "&6FreeCube &c&l[FAMOUS]" with lore "&fUn monde gigantesque pour||&fconstruire et partager !||&fAmuse-toi avec tes propres||&fcréations et rencontre de||&fnouveaux amis.||||&bJoueurs: &e1209||&2Clic gauche pour jouer" to run [make player execute command "/jeuxfreecube"]
            format slot 5 of player with 397:2 named "&6Infecté" with lore "&fFuis l'épidémie de zombies et||&fessaye de survire !||&8Env.: mondes terrestres||||&bJoueurs: &e9246||&2Clic gauche pour jouer" to run [make player execute command "/jeuxzombies"]
            format slot 10 of player with 355 named "&6Rush MDT &c&l[FAMOUS]" with lore "&fAttaque la base de l'équipe||&fadverse en suivant le chemin||&fpour détruire leur lit.||&8Environnement: bases aériennes||||&bJoueurs: &e19666||&2Clic gauche pour jouer" to run [make player execute command "/jeuxmdt"]
            format slot 11 of player with 24:2 named "&6HikaBrain &c&l[FAMOUS]" with lore "&fProtège ton lit et marque un||&fmaximum de points en touchant||&fcelui de tes adversaires.||&8Environnement: pont aérien||||&bJoueurs: &e24942||&2Clic gauche pour jouer" to run [make player execute command "/jeuxhikabrain"]
            format slot 12 of player with 288 named "&6SkyWars &c&l[FAMOUS]" with lore "&fÉquipe-toi à l'aide des coffres||&fpuis élimine tous les joueurs||&fpour être le dernier en vie !||&8Environnement: îles aériennes||||&bJoueurs: &e524||&2Clic gauche pour jouer" to run [make player execute command "/jeuxskywars"]
            format slot 13 of player with 311 named "&6PVPSmash &c&l[FAMOUS]" with lore "&fTue tous les autres joueurs||&fdans une mêlée sanglante.||&8Environnement: monde plat||||&bJoueurs: &e156||&2Clic gauche pour jouer" to run [make player execute command "/jeuxpvpsm"]
            format slot 14 of player with 267 named "&6Octogone &c&l[FAMOUS]" with lore "&fÉlimine tes adversaires dans un||&ftournoi de PvP 1v1 !||&8Environnement: octogone plat||||&bJoueurs: &e160||&2Clic gauche pour jouer" to run [make player execute command "/jeuxoctogone"]
            format slot 15 of player with 159:11 named "&6Blitz (The Towers) &c&l[FAMOUS]" with lore "&fFonce vers la forteresse||&fennemie, perce ses défenses et||&fentre dans son nexus.||&8Env.: forteresses aériennes||||&bJoueurs: &e49||&2Clic gauche pour jouer" to run [make player execute command "/jeuxblitz"]
            format slot 16 of player with 401 named "&6ShootCraft &c&l[FAMOUS]" with lore "&fDésintègre les autres joueurs||&favec ton rayon laser pour||&fmarquer le plus de points.||&8Environnement: maps d'arcade||||&bJoueurs: &e58||&2Clic gauche pour jouer" to run [make player execute command "/jeuxshoot"]
            format slot 18 of player with 160:15 named " " to be unstealable
            format slot 19 of player with 160:14 named " " to be unstealable
            format slot 20 of player with 160:15 named " " to be unstealable
            format slot 21 of player with 160:7 named " " to be unstealable
            format slot 22 of player with 160:15 named " " to be unstealable
            format slot 23 of player with 160:7 named " " to be unstealable
            format slot 24 of player with 160:15 named " " to be unstealable
            format slot 25 of player with 160:7 named " " to be unstealable
            format slot 26 of player with 160:15 named " " to be unstealable
            format slot 27 of player with 159:13 named "&2Rush MDT (FAST) ▪ 1v1" with lore "&b> &f2 équipes||&b> &f1 joueur par eq.||||&2FAST: &f Ponts pré-construits et||&fstuff pré-équipé.||&2MDT: &fObligation de passer par||&fles 6 bases avant d'attaquer.||||&bJoueurs: &e3277||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 28 of player with 2 159:13 named "&2Rush MDT (FAST) ▪ 2v2" with lore "&b> &f2 équipes||&b> &f2 joueurs par eq.||||&2FAST: &f Ponts pré-construits et||&fstuff pré-équipé.||&2MDT: &fObligation de passer par||&fles 8 bases avant d'attaquer.||||&bJoueurs: &e3277||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 29 of player with 4 159:13 named "&2Rush MDT (FAST) ▪ 4v4" with lore "&b> &f2 équipes||&b> &f4 joueurs par eq.||||&2FAST: &f Ponts pré-construits et||&fstuff pré-équipé.||&2MDT: &fObligation de passer par||&fles 8 bases avant d'attaquer.||||&bJoueurs: &e3277||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 36 of player with 159:1 named "&cRush MDT ▪ 2v2" with lore "&b> &f2 équipes||&b> &f2 joueurs par eq.||||&cMDT: &fObligation de passer par||&fles 8 bases avant d'attaquer." to be unstealable 

 

Partager ce message


Lien à poster
Partager sur d’autres sites

Voici ton skript 

 

command /jeux [<text>]:
    trigger:
        if arg 1 is "menu":
            open chest with 6 rows named "                      Jeux" to player
            format slot 3 of player with 351:8 named "&6Lobby" to be unstealable
            format slot 4 of player with 45 named "&6FreeCube &c&l[FAMOUS]" with lore "&fUn monde gigantesque pour||&fconstruire et partager !||&fAmuse-toi avec tes propres||&fcréations et rencontre de||&fnouveaux amis.||||&bJoueurs: &e1209||&2Clic gauche pour jouer" to run [make player execute command "/jeux freecube"]
            # ... (formats de slot pour les autres jeux)
            format slot 5 of player with 397:2 named "&6Infecté" with lore "&fFuis l'épidémie de zombies et||&fessaye de survire !||&8Env.: mondes terrestres||||&bJoueurs: &e9246||&2Clic gauche pour jouer" to run [make player execute command "/jeux zombies"]
            format slot 10 of player with 355 named "&6Rush MDT &c&l[FAMOUS]" with lore "&fAttaque la base de l'équipe||&fadverse en suivant le chemin||&fpour détruire leur lit.||&8Environnement: bases aériennes||||&bJoueurs: &e19666||&2Clic gauche pour jouer" to run [make player execute command "/jeux mdt"]
            format slot 11 of player with 24:2 named "&6HikaBrain &c&l[FAMOUS]" with lore "&fProtège ton lit et marque un||&fmaximum de points en touchant||&fcelui de tes adversaires.||&8Environnement: pont aérien||||&bJoueurs: &e24942||&2Clic gauche pour jouer" to run [make player execute command "/jeux hikabrain"]
            format slot 12 of player with 288 named "&6SkyWars &c&l[FAMOUS]" with lore "&fÉquipe-toi à l'aide des coffres||&fpuis élimine tous les joueurs||&fpour être le dernier en vie !||&8Environnement: îles aériennes||||&bJoueurs: &e524||&2Clic gauche pour jouer" to run [make player execute command "/jeux skywars"]
            format slot 13 of player with 311 named "&6PVPSmash &c&l[FAMOUS]" with lore "&fTue tous les autres joueurs||&fdans une mêlée sanglante.||&8Environnement: monde plat||||&bJoueurs: &e156||&2Clic gauche pour jouer" to run [make player execute command "/jeux pvpsm"]
            format slot 14 of player with 267 named "&6Octogone &c&l[FAMOUS]" with lore "&fÉlimine tes adversaires dans un||&ftournoi de PvP 1v1 !||&8Environnement: octogone plat||||&bJoueurs: &e160||&2Clic gauche pour jouer" to run [make player execute command "/jeux octogone"]
            format slot 15 of player with 159:11 named "&6Blitz (The Towers) &c&l[FAMOUS]" with lore "&fFonce vers la forteresse||&fennemie, perce ses défenses et||&fentre dans son nexus.||&8Env.: forteresses aériennes||||&bJoueurs: &e49||&2Clic gauche pour jouer" to run [make player execute command "/jeux blitz"]
            format slot 16 of player with 401 named "&6ShootCraft &c&l[FAMOUS]" with lore "&fDésintègre les autres joueurs||&favec ton rayon laser pour||&fmarquer le plus de points.||&8Environnement: maps d'arcade||||&bJoueurs: &e58||&2Clic gauche pour jouer" to run [make player execute command "/jeux shoot"]
            format slot 18 of player with 160:15 named " " to close
            format slot 19 of player with 160:7 named " " to close
            format slot 20 of player with 160:15 named " " to close
            format slot 21 of player with 160:7 named " " to close
            format slot 22 of player with 160: named " " to close
            format slot 23 of player with 160:7 named " " to close
            format slot 24 of player with 160:15 named " " to close
            format slot 25 of player with 160:7 named " " to close
            format slot 26 of player with 160:15 named " " to close
        if arg 1 is "freecube":
            open chest with 6 rows named "               Jeux > FreeCube   " to player
            format slot 11 of player with 159:3 named "&6FreeCube (Monde A)" with lore "&7Ouvert le 14/05/2016||||&bÉtat: &2Ouvert||&bJoueurs: &e400&7/400||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            # ... (formats de slot pour les autres mondes FreeCube)
            format slot 53 of player with 427 named "&cRetour" with lore "&7(Vers Jeux)" to run [make player execute command "/jeux"]
        if arg 1 is "zombies":
            open chest with 6 rows named "               Jeux > Infecté    " to player
            format slot 13 of player with 159:3 named "&6Infecté A" with lore "&bÉtat: &2Ouvert||&bJoueurs: &e100/100" to run [make player execute command "/jeux menu"]
            # ... (formats de slot pour les autres modes Zombies)
            format slot 53 of player with 427 named "&cRetour" with lore "&7(Vers Jeux)" to run [make player execute command "/jeux menu"]
        if arg 1 is "mdt":
            format slot 3 of player with 351:8 named "&6Lobby" to be unstealable
            format slot 4 of player with 45 named "&6FreeCube &c&l[FAMOUS]" with lore "&fUn monde gigantesque pour||&fconstruire et partager !||&fAmuse-toi avec tes propres||&fcréations et rencontre de||&fnouveaux amis.||||&bJoueurs: &e1209||&2Clic gauche pour jouer" to run [make player execute command "/jeuxfreecube"]
            # ... (formats de slot pour les autres jeux)
            format slot 18 of player with 160:15 named " " to be unstealable
            format slot 19 of player with 160:14 named " " to be unstealable
            format slot 20 of player with 160:15 named " " to be unstealable
            format slot 21 of player with 160:7 named " " to be unstealable
            format slot 22 of player with 160:15 named " " to be unstealable
            format slot 23 of player with 160:7 named " " to be unstealable
            format slot 24 of player with 160:15 named " " to be unstealable
            format slot 25 of player with 160:7 named " " to be unstealable
            format slot 26 of player with 160:15 named " " to be unstealable
            format slot 27 of player with 159:13 named "&2Rush MDT (FAST) ▪ 1v1" with lore "&b> &f2 équipes||&b> &f1 joueur par eq.||||&2FAST: &f Ponts pré-construits et||&fstuff pré-équipé.||&2MDT: &fObligation de passer par||&fles 6 bases avant d'attaquer.||||&bJoueurs: &e3277||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            # ... (formats de slot pour les autres modes Rush MDT FAST)
            format slot 36 of player with 159:1 named "&cRush MDT ▪ 2v2" with lore "&b> &f2 équipes||&b> &f2 joueurs par eq.||||&cMDT: &fObligation de passer par||&fles 8 bases avant d'attaquer." to be unstealable

command /jeuxaz [<text>]:
    trigger:
        if arg 1 is "menu":
            open chest with 6 rows named "                      Jeux" to player
            format slot 3 of player with 351:8 named "&6Lobby" to be unstealable
            format slot 4 of player with 45 named "&6FreeCube &c&l[FAMOUS]" with lore "&fUn monde gigantesque pour||&fconstruire et partager !||&fAmuse-toi avec tes propres||&fcréations et rencontre de||&fnouveaux amis.||||&bJoueurs: &e1209||&2Clic gauche pour jouer" to run [make player execute command "/jeux freecube"]
            format slot 5 of player with 397:2 named "&6Infecté" with lore "&fFuis l'épidémie de zombies et||&fessaye de survire !||&8Env.: mondes terrestres||||&bJoueurs: &e9246||&2Clic gauche pour jouer" to run [make player execute command "/jeux zombies"]
            format slot 10 of player with 355 named "&6Rush MDT &c&l[FAMOUS]" with lore "&fAttaque la base de l'équipe||&fadverse en suivant le chemin||&fpour détruire leur lit.||&8Environnement: bases aériennes||||&bJoueurs: &e19666||&2Clic gauche pour jouer" to run [make player execute command "/jeux mdt"]
            format slot 11 of player with 24:2 named "&6HikaBrain &c&l[FAMOUS]" with lore "&fProtège ton lit et marque un||&fmaximum de points en touchant||&fcelui de tes adversaires.||&8Environnement: pont aérien||||&bJoueurs: &e24942||&2Clic gauche pour jouer" to run [make player execute command "/jeux hikabrain"]
            format slot 12 of player with 288 named "&6SkyWars &c&l[FAMOUS]" with lore "&fÉquipe-toi à l'aide des coffres||&fpuis élimine tous les joueurs||&fpour être le dernier en vie !||&8Environnement: îles aériennes||||&bJoueurs: &e524||&2Clic gauche pour jouer" to run [make player execute command "/jeux skywars"]
            format slot 13 of player with 311 named "&6PVPSmash &c&l[FAMOUS]" with lore "&fTue tous les autres joueurs||&fdans une mêlée sanglante.||&8Environnement: monde plat||||&bJoueurs: &e156||&2Clic gauche pour jouer" to run [make player execute command "/jeux pvpsm"]
            format slot 14 of player with 267 named "&6Octogone &c&l[FAMOUS]" with lore "&fÉlimine tes adversaires dans un||&ftournoi de PvP 1v1 !||&8Environnement: octogone plat||||&bJoueurs: &e160||&2Clic gauche pour jouer" to run [make player execute command "/jeux octogone"]
            format slot 15 of player with 159:11 named "&6Blitz (The Towers) &c&l[FAMOUS]" with lore "&fFonce vers la forteresse||&fennemie, perce ses défenses et||&fentre dans son nexus.||&8Env.: forteresses aériennes||||&bJoueurs: &e49||&2Clic gauche pour jouer" to run [make player execute command "/jeux blitz"]
            format slot 16 of player with 401 named "&6ShootCraft &c&l[FAMOUS]" with lore "&fDésintègre les autres joueurs||&favec ton rayon laser pour||&fmarquer le plus de points.||&8Environnement: maps d'arcade||||&bJoueurs: &e58||&2Clic gauche pour jouer" to run [make player execute command "/jeux shoot"]
            format slot 18 of player with 160:15 named " " to be unstealable
            format slot 19 of player with 160:7 named " " to be unstealable
            format slot 20 of player with 160:15 named " " to be unstealable
            format slot 21 of player with 160:7 named " " to be unstealable
            format slot 22 of player with 160:15 named " " to be unstealable
            format slot 23 of player with 160:7 named " " to be unstealable
            format slot 24 of player with 160:15 named " " to be unstealable
            format slot 25 of player with 160:7 named " " to be unstealable
            format slot 26 of player with 160:15 named " " to be unstealable
        if arg 1 is "freecube":
            open chest with 6 rows named "               Jeux > FreeCube   " to player
            format slot 11 of player with 159:3 named "&6FreeCube (Monde A)" with lore "&7Ouvert le 14/05/2016||||&bÉtat: &2Ouvert||&bJoueurs: &e400&7/400||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 12 of player with 159:13 named "&6FreeCube (Monde B)" with lore "&7Ouvert le 19/05/2016||||&bÉtat: &2Ouvert||&bJoueurs: &e200&7/200||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 13 of player with 159:4 named "&6FreeCube (Monde C)" with lore "&7Ouvert le 30/06/2016||||&bÉtat: &2Ouvert||&bJoueurs: &e200&7/200||||&2> &f Clic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 14 of player with 159:1 named "&6FreeCube (Monde D)" with lore "&7Ouvert le 31/08/2017||||&bÉtat: &2Ouvert||&bJoueurs: &e200&7/200||||&2> &fClic gauche ppor rejoindre" to run [make player execute command "/jeux menu"]
            format slot 53 of player with 427 named "&cRetour" with lore "&7(Vers Jeux)" to run [make player execute command "/jeux"]
        if arg 1 is "zombies":
            open chest with 6 rows named "               Jeux > Infecté    " to player
            format slot 13 of player with 159:3 named "&6Infecté A" with lore "&bÉtat: &2Ouvert||&bJoueurs: &e100/100" to run [make player execute command "/jeux menu"]
            format slot 53 of player with 427 named "&cRetour" with lore "&7(Vers Jeux)" to run [make player execute command "/jeux menu"]
        if arg 1 is "mdt":
            format slot 3 of player with 351:8 named "&6Lobby" to be unstealable
            format slot 4 of player with 45 named "&6FreeCube &c&l[FAMOUS]" with lore "&fUn monde gigantesque pour||&fconstruire et partager !||&fAmuse-toi avec tes propres||&fcréations et rencontre de||&fnouveaux amis.||||&bJoueurs: &e1209||&2Clic gauche pour jouer" to run [make player execute command "/jeuxfreecube"]
            format slot 5 of player with 397:2 named "&6Infecté" with lore "&fFuis l'épidémie de zombies et||&fessaye de survire !||&8Env.: mondes terrestres||||&bJoueurs: &e9246||&2Clic gauche pour jouer" to run [make player execute command "/jeuxzombies"]
            format slot 10 of player with 355 named "&6Rush MDT &c&l[FAMOUS]" with lore "&fAttaque la base de l'équipe||&fadverse en suivant le chemin||&fpour détruire leur lit.||&8Environnement: bases aériennes||||&bJoueurs: &e19666||&2Clic gauche pour jouer" to run [make player execute command "/jeuxmdt"]
            format slot 11 of player with 24:2 named "&6HikaBrain &c&l[FAMOUS]" with lore "&fProtège ton lit et marque un||&fmaximum de points en touchant||&fcelui de tes adversaires.||&8Environnement: pont aérien||||&bJoueurs: &e24942||&2Clic gauche pour jouer" to run [make player execute command "/jeuxhikabrain"]
            format slot 12 of player with 288 named "&6SkyWars &c&l[FAMOUS]" with lore "&fÉquipe-toi à l'aide des coffres||&fpuis élimine tous les joueurs||&fpour être le dernier en vie !||&8Environnement: îles aériennes||||&bJoueurs: &e524||&2Clic gauche pour jouer" to run [make player execute command "/jeuxskywars"]
            format slot 13 of player with 311 named "&6PVPSmash &c&l[FAMOUS]" with lore "&fTue tous les autres joueurs||&fdans une mêlée sanglante.||&8Environnement: monde plat||||&bJoueurs: &e156||&2Clic gauche pour jouer" to run [make player execute command "/jeuxpvpsm"]
            format slot 14 of player with 267 named "&6Octogone &c&l[FAMOUS]" with lore "&fÉlimine tes adversaires dans un||&ftournoi de PvP 1v1 !||&8Environnement: octogone plat||||&bJoueurs: &e160||&2Clic gauche pour jouer" to run [make player execute command "/jeuxoctogone"]
            format slot 15 of player with 159:11 named "&6Blitz (The Towers) &c&l[FAMOUS]" with lore "&fFonce vers la forteresse||&fennemie, perce ses défenses et||&fentre dans son nexus.||&8Env.: forteresses aériennes||||&bJoueurs: &e49||&2Clic gauche pour jouer" to run [make player execute command "/jeuxblitz"]
            format slot 16 of player with 401 named "&6ShootCraft &c&l[FAMOUS]" with lore "&fDésintègre les autres joueurs||&favec ton rayon laser pour||&fmarquer le plus de points.||&8Environnement: maps d'arcade||||&bJoueurs: &e58||&2Clic gauche pour jouer" to run [make player execute command "/jeuxshoot"]
            format slot 18 of player with 160:15 named " " to be unstealable
            format slot 19 of player with 160:14 named " " to be unstealable
            format slot 20 of player with 160:15 named " " to be unstealable
            format slot 21 of player with 160:7 named " " to be unstealable
            format slot 22 of player with 160:15 named " " to be unstealable
            format slot 23 of player with 160:7 named " " to be unstealable
            format slot 24 of player with 160:15 named " " to be unstealable
            format slot 25 of player with 160:7 named " " to be unstealable
            format slot 26 of player with 160:15 named " " to be unstealable
            format slot 27 of player with 159:13 named "&2Rush MDT (FAST) ▪ 1v1" with lore "&b> &f2 équipes||&b> &f1 joueur par eq.||||&2FAST: &f Ponts pré-construits et||&fstuff pré-équipé.||&2MDT: &fObligation de passer par||&fles 6 bases avant d'attaquer.||||&bJoueurs: &e3277||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 28 of player with 2 159:13 named "&2Rush MDT (FAST) ▪ 2v2" with lore "&b> &f2 équipes||&b> &f2 joueurs par eq.||||&2FAST: &f Ponts pré-construits et||&fstuff pré-équipé.||&2MDT: &fObligation de passer par||&fles 8 bases avant d'attaquer.||||&bJoueurs: &e3277||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 29 of player with 4 159:13 named "&2Rush MDT (FAST) ▪ 4v4" with lore "&b> &f2 équipes||&b> &f4 joueurs par eq.||||&2FAST: &f Ponts pré-construits et||&fstuff pré-équipé.||&2MDT: &fObligation de passer par||&fles 8 bases avant d'attaquer.||||&bJoueurs: &e3277||||&2> &fClic gauche pour rejoindre" to run [make player execute command "/jeux menu"]
            format slot 36 of player with 159:1 named "&cRush MDT ▪ 2v2" with lore "&b> &f2 équipes||&b> &f2 joueurs par eq.||||&cMDT: &fObligation de passer par||&fles 8 bases avant d'attaquer." to be unstealable 
 

Partager ce message


Lien à poster
Partager sur d’autres sites

Bonjour,

Au début de ta commande, tu peux rajouter une petite tempo :

Contenu masqué

    Réagissez ou répondez à ce message afin de consulter le contenu masqué.

Testé chez moi, fonctionnel !

Si tu as besoin, n'hésite pas à revenir vers moi 😄

++

Partager ce message


Lien à poster
Partager sur d’autres sites

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant

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