So for one or another reason the arg 1 does not want to work
/
could anyone make it work, this code have bugged me for days :')
Code:
command server <text>:
aliases: s
usage: &4/server [pvp/survival/IslandBlock/creative/lobby/join]
trigger:
if %arg 1% is "pvp":
teleport player to location(208, 4, -159, world("pvp"))
Code:
command server <text>:
aliases: s
usage: &4/server [pvp/survival/IslandBlock/creative/lobby/join]
trigger:
if arg 1 is "pvp":
teleport player to location(208, 4, -159, world("pvp"))