MC 1.8.8
I want to command random teleport to other world
is not work, values is <none>
if use script this it teleport in world of player only
I want to command random teleport to other world
is not work, values is <none>
code_language.skript:
set {_x} to random number between -5000 and 5000
set {_y} to 100
set {_z} to random number between -5000 and 5000
set {_w} to "world_survival"
set {_loc} to the location at {_x}, {_y}, {_z} of the world {_w}
teleport player to {_loc}
if use script this it teleport in world of player only
code_language.skript:
set {_loc} to the location at {_x}, {_y}, {_z}
teleport player to {_loc}