(Official) LUA Scripting Documentation
teleport
Teleport the player.
Spec:
teleport(
long x,
long y,
long z,
string dir)
Parameters
x: The x component of the map point of the teleport destination.y: The y component of the map point of the teleport destination.z: The z component of the map point of the teleport destination.dir: The facing direction of the player at the teleport point. Can be passed as cardinal directions “N”, “S”, “E”, “W”. This parameter is optional.
Incomplete
This documentation is incomplete