désoler j'ai pas trouver la section aide je crois qu'elle est bloqué
bref voila mon problème est que je peux prendre les items dans le menu et je veux pas
voici mon code:
on right click with blaze rod:
if player has permission "use.speed":
if name of tool of player is "&6Speed":
open chest with 6 rows named "&6Menu &bEffets" to player
format slot 20 of player with water bottle named "&bSpeed" with lore "&eeffet de speed" to run [make player execute command "/sprint"]
format slot 22 of player with water bottle named "&aJump" with lore "&eeffet de jump" to run [make player execute command "/jump"]
format slot 24 of player with water bottle named "&fFly" with lore "&eeffet de spped sur le fly" to run [make player execute command "/sprint_fly"]
execute console command "eco take %player% 1500"
send "&8[&aEffets&8] &7>> &a1500$ &eon était retirer pour l'ouverture du menu" to player
command /sprint:
trigger:
if player is player:
open chest with 6 rows named "&bSprint" to player
format slot 12 of player with glowstone dust named "&bspeed &f1" with lore "&0" to run [make console execute command "/speed1"]
format slot 14 of player with glowstone dust named "&bspeed &f2" with lore "&0" to run [make console execute command "/speed2"]
format slot 22 of player with glowstone dust named "&bspeed &f3" with lore "&0" to run [make console execute command "/speed3"]
format slot 30 of player with glowstone dust named "&bspeed &f4" with lore "&0" to run [make console execute command "/speed4"]
format slot 32 of player with glowstone dust named "&bspeed &f5" with lore "&0" to run [make console execute command "/speed5"]
format slot 49 of player with barrier named "&cFermer" to close
command /speed1:
trigger:
if player is player:
execute console command "/speed run 1 %player%"
send "&8[&aSprint&8] &7>> &bspeed &7niveau &a1 &7activer" to player
command /speed2:
trigger:
if player is player:
execute console command "/speed run 2 %player%"
send "&8[&aSprint&8] &7>> &bspeed &7niveau &a2 &7activer" to player
command /speed3:
trigger:
if player is player:
execute console command "/speed run 3 %player%"
send "&8[&aSprint&8] &7>> &bspeed &7niveau &a3 &7activer" to player
command /speed4:
trigger:
if player is player:
execute console command "/speed run 4 %player%"
send "&8[&aSprint&8] &7>> &bspeed &7niveau &a4 &7activer" to player
command /speed5:
trigger:
if player is player:
execute console command "/speed run 5 %player%"
send "&8[&aSprint&8] &7>> &bspeed &7niveau &a5 &7activer" to player
command /jump:
trigger:
if player is player:
open chest with 6 rows named "&4Menu &bSprint" to player
format slot 12 of player with glowstone dust named "&aJump &f1" with lore "&0" to run [make console execute command "/jump1"]
format slot 14 of player with glowstone dust named "&aJump &f2" with lore "&0" to run [make console execute command "/jump2"]
format slot 22 of player with glowstone dust named "&aJump &f3" with lore "&0" to run [make console execute command "/jump3"]
format slot 30 of player with glowstone dust named "&aJump &f4" with lore "&0" to run [make console execute command "/jump4"]
format slot 32 of player with glowstone dust named "&aJump &f5" with lore "&0" to run [make console execute command "/jump5"]
format slot 49 of player with barrier named "&cFermer" to close
command /jump1:
trigger:
if player is player:
execute console command "/effect %player% jump_boost 1000000 4"
send "&8[&aJump&8] &7>> &ajump &7niveau &a1 &7activer" to player
command /jump2:
trigger:
if player is player:
execute console command "/effect Blackbalrog jump_boost 1000000 8"
send "&8[&aJump&8] &7>> &ajump &7niveau &a2 &7activer" to player
command /jump3:
trigger:
if player is player:
execute console command "/effect Blackbalrog jump_boost 1000000 12"
send "&8[&aJump&8] &7>> &ajump &7niveau &a3 &7activer" to player
command /jump4:
trigger:
if player is player:
execute console command "/effect Blackbalrog jump_boost 1000000 16"
send "&8[&aJump&8] &7>> &ajump &7niveau &a4 &7activer" to player
command /jump5:
trigger:
if player is player:
execute console command "/effect Blackbalrog jump_boost 1000000 20"
send "&8[&aJump&8] &7>> &ajump &7niveau &a5 &7activer" to player
command /jump_off:
trigger:
if player is player:
execute console command "/effect %player% clear"
send "&8[&aJump&8] &7>> &7Les effets de &ajump &7ont était &cdésactiver avec succée" to player
command /sprint_fly:
trigger:
if player is player:
open chest with 6 rows named "&4Menu &bSprint" to player
format slot 12 of player with glowstone dust named "&fFly &a1" with lore "&0" to run [make console execute command "/fly1"]
format slot 14 of player with glowstone dust named "&fFly &a2" with lore "&0" to run [make console execute command "/fly2"]
format slot 22 of player with glowstone dust named "&fFly &a3" with lore "&0" to run [make console execute command "/fly3"]
format slot 30 of player with glowstone dust named "&fFly &a4" with lore "&0" to run [make console execute command "/fly4"]
format slot 32 of player with glowstone dust named "&fFly &a5" with lore "&0" to run [make console execute command "/fly5"]
format slot 49 of player with barrier named "&cFermer" to close
command /fly1:
trigger:
if player is player:
execute console command "/speed fly 1 %player%"
send "&8[&aSprint&8] &7>> &ffly &7niveau &a1 &7activer" to player
command /fly2:
trigger:
if player is player:
execute console command "/speed fly 2 %player%"
send "&8[&aSprint&8] &7>> &ffly &7niveau &a2 &7activer" to player
command /fly3:
trigger:
if player is player:
execute console command "/speed fly 3 %player%"
send "&8[&aSprint&8] &7>> &ffly &7niveau &a3 &7activer" to player
command /fly4:
trigger:
if player is player:
execute console command "/speed fly 4 %player%"
send "&8[&aSprint&8] &7>> &ffly &7niveau &a4 &7activer" to player
command /fly5:
trigger:
if player is player:
execute console command "/speed fly 5 %player%"
send "&8[&aSprint&8] &7>> &ffly &7niveau &a5 &7activer" to player
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.
Question
Blackbalrog
désoler j'ai pas trouver la section aide je crois qu'elle est bloqué
bref voila mon problème est que je peux prendre les items dans le menu et je veux pas
voici mon code:
20 réponses à cette question
Messages recommandés