Teleporting player to a given location in Minecraft SMP Vanilla

Can a player be teleported to given location in Vanilla SMP?

Yes, I know /tp can teleport a player to another one, that's not what I'm after.

0

3 Answers

Yes

As of Minecraft 1.3.1 exact coordinates can be given as arguments to /tp, for example:

/tp @p 35 64 128
3

To add on to what fredley said in his answer, you can specify a yaw and pitch (in degrees) as fourth and fifth arguments to the tp command. Further, you can prepend the tilde character (~) to any of the parameters to use positions or rotations relative to their current values.

See the wiki article for more information.

0

There is no way to do that with just a vanilla server. See here for the list of all commands.

1

You Might Also Like