TP Command Reference
Commands from TeleportPlugin - uses hytale.command.* namespace
Teleport players to coordinates or other players.
Aliases: teleport
Permission Group: Creative
Permissions:
hytale.command.teleport.self- Teleport yourselfhytale.command.teleport.other- Teleport other players
/tp <x> <y> <z> [--yaw=?] [--pitch=?] [--roll=?]/tp <player> <x> <y> <z> [--yaw=?] [--pitch=?] [--roll=?]/tp <targetPlayer>/tp <player> <targetPlayer>Variants:
| Variant | Permission | Description |
|---|---|---|
<x> <y> <z> | teleport.self | Teleport self to coordinates |
<player> <x> <y> <z> | teleport.other | Teleport player to coordinates |
<targetPlayer> | teleport.self | Teleport self to player |
<player> <targetPlayer> | teleport.other | Teleport player to player |
| Argument | Type | Required | Description |
|---|---|---|---|
x, y, z | Coord | Yes | Target coordinates (supports ~ relative) |
player | Player | Varies | Player to teleport |
targetPlayer | Player | Varies | Destination player |
--yaw | Float | No | Rotation yaw |
--pitch | Float | No | Rotation pitch |
--roll | Float | No | Rotation roll |
Examples:
/tp 100 64 -200 # Teleport to absolute coords/tp ~10 ~ ~ # Teleport 10 blocks in X direction/tp john_doe # Teleport to player john_doe/tp jane_doe john_doe # Teleport jane_doe to john_doe/tp steve 0 100 0 --yaw=90 # Teleport steve facing east/tp all
Section titled “/tp all”Teleport all players to coordinates.
Permission: hytale.command.teleport.all
/tp all <x> <y> <z> [--yaw=?] [--pitch=?] [--roll=?] [--world=?]| Argument | Type | Required | Description |
|---|---|---|---|
x, y, z | Coord | Yes | Target coordinates (supports ~ relative) |
--yaw | Float | No | Rotation yaw |
--pitch | Float | No | Rotation pitch |
--roll | Float | No | Rotation roll |
--world | World | No | Target world (defaults to sender’s world) |
/tp home
Section titled “/tp home”Teleport to home location.
Permission: hytale.command.teleport.home
/tp home/tp top
Section titled “/tp top”Teleport to the highest block at current position.
Permission: hytale.command.teleport.top
/tp top/tp back
Section titled “/tp back”Teleport to previous location (undo teleport).
Permission: hytale.command.teleport.back
/tp back [count]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
count | Integer | No | 1 | Number of history steps to go back |
/tp forward
Section titled “/tp forward”Redo undone teleport.
Permission: hytale.command.teleport.forward
/tp forward [count]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
count | Integer | No | 1 | Number of history steps to go forward |
/tp history
Section titled “/tp history”View teleport history.
Permission: hytale.command.teleport.history
/tp history/tp world
Section titled “/tp world”Teleport to another world.
Permission: hytale.command.teleport.world
/tp world <worldName>| Argument | Type | Required | Description |
|---|---|---|---|
worldName | String | Yes | Target world name |