No matter what I have tried, I cant get the player to teleport where I want them to teleport, this is my current 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" parsed as world)
if arg-1 is "s" or "survival":
teleport player to location(-47 75 -175 world "survival" parsed as world)
if arg-1 is "ib" or "isb" or "IslandBlock":
teleport player to location(-16 4 -17 "ib" parsed as world)
If anyone could help me that would be great!
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" parsed as world)
if arg-1 is "s" or "survival":
teleport player to location(-47 75 -175 world "survival" parsed as world)
if arg-1 is "ib" or "isb" or "IslandBlock":
teleport player to location(-16 4 -17 "ib" parsed as world)
If anyone could help me that would be great!