Minecraft Pi - teleport to a new location

mc_teleport  x (number), y (number), z (number)

Magically teleport the player to the location specified by the x, y, z coordinates. Use this for automatically moving the player either small or large distances around the world.

Introduced in v2.5

Example

# Example 1

mc_teleport 40, 50, 60 
                       



# The player will be moved to the position with coords:
# x: 40, y: 50, z: 60