krinsdeath / CommandSuite

A complete command replacement for the default vanilla minecraft commands
1 stars 0 forks source link

Teleport commands, /tp, /tphere, /tpto, /tpall, /back, /rewind #4

Closed krinsdeath closed 13 years ago

krinsdeath commented 13 years ago

A few teleportation commands.

/tp will attempt to teleport the player specified to the target specified. If either don't exist, the command fails. A location can also be provided for the target, in which case the command will only fail if the player's head would be in a block. Usable from console. /tp (player) (target) */tp (player) (x y z)

/tphere (also /bring) will bring the specified player to the person who issued the command. /tphere (player)

/tpto (also /go) will teleport the sender to the specified target. /tpto (player)

/tpall (also /bringall) will teleport all players to the person who issued the command. /tpall

/back will attempt to send the user to their location prior to their last teleport. /back

/rewind will do the same thing as /back, except you can specify a player. /rewind (player)