Skip to content

Instantly share code, notes, and snippets.

@downslope7
Last active August 29, 2015 14:20
Show Gist options
  • Save downslope7/5460ed8f55f08bc01d22 to your computer and use it in GitHub Desktop.
Save downslope7/5460ed8f55f08bc01d22 to your computer and use it in GitHub Desktop.
Offline Teleport - /otp syntax

/otp follows standard /minecraft:tp syntax with some of Mystcraft's /tpx and CoFH Core's /cofh tpx syntactic sugar built in. "Player's location" refers to the current location of the player, either where they are right now or the last location they were when they logged out. If a player is moved when they are logged out they spawn in the location that you moved them to when they log in.

Command Function
/otp [help] display help for /otp
/otp <player> teleports you to the current location of player
/otp <player1> <player2> moves player1 to player2's location
/otp <player> <x> <y> <z> [dim] moves player to x, y, z in either the dimension dim or the dimension the player running the command is in.
/otp <player> <dim> moves player to the spawn point of dim
/otp list list all pending offline teleports
/otp cancel <player> cancel a pending offline teleport for player
/otp clear names clear list of player logout coordinates
/otp clear tp clear all pending offline teleports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment