Teleport Command: Minecraft Java Edition
The teleport command is a tool in Minecraft that has a variety of applications. The vanilla teleport commands are listed below:
info
You will need to have OP (Operator) on the server to be able to use these commands
Command | Effect | Example |
---|---|---|
/tp x y z | Teleports the command user to the specified co-ordinates | /tp 250 3872 -33 |
/tp playername | Teleports the command user to the player named in the command | /tp SteveCH1 |
/tp playername yourname | Teleports the named player to the command user | /tp SteveCH1 AlexCH1 |
/tp playername player2name | Teleports the named player to a second player | /tp AlexCH1 HBrineCH1 |
/tp @e[type=minecraft:player] playername | Teleports all active players to the command user | /tp @e[type=minecraft:player] SteveCH1 |
info
The @e modifier can be used to specify any entity you wish to target with the teleport command, for example: entering the command /tp @e[type=minecraft:cow]
will teleport all cows in the world to the command user