So this code is not done but i dont get why is doesn't send Teesst to the player when i execute
/CoreDefault Meny
Nofhing happening when i write it so i do not know what im doing wrong please help
OBS: There is no error!
command /CoreDefault <text>:
trigger:
arg-1 is equal to "Pvp"
if {kit.Pvp.%player%} is set:
send "&cDu har redan tagit detta kit!" to player
stop
else:
set chestplate of player to iron chestplate
set leggings of player to iron leggings
set boots of player to iron boots
set helmet of player to iron helmet
set {kit.%arg-1%.%player%} to true
send "&7Du valde &ePvp &7kittet!" to player
stop
if arg 1 is "Meny":
send "Teesst" to player
/CoreDefault Meny
Nofhing happening when i write it so i do not know what im doing wrong please help
OBS: There is no error!
command /CoreDefault <text>:
trigger:
arg-1 is equal to "Pvp"
if {kit.Pvp.%player%} is set:
send "&cDu har redan tagit detta kit!" to player
stop
else:
set chestplate of player to iron chestplate
set leggings of player to iron leggings
set boots of player to iron boots
set helmet of player to iron helmet
set {kit.%arg-1%.%player%} to true
send "&7Du valde &ePvp &7kittet!" to player
stop
if arg 1 is "Meny":
send "Teesst" to player