Skip to content

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 yourself
  • hytale.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:

VariantPermissionDescription
<x> <y> <z>teleport.selfTeleport self to coordinates
<player> <x> <y> <z>teleport.otherTeleport player to coordinates
<targetPlayer>teleport.selfTeleport self to player
<player> <targetPlayer>teleport.otherTeleport player to player
ArgumentTypeRequiredDescription
x, y, zCoordYesTarget coordinates (supports ~ relative)
playerPlayerVariesPlayer to teleport
targetPlayerPlayerVariesDestination player
--yawFloatNoRotation yaw
--pitchFloatNoRotation pitch
--rollFloatNoRotation 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

Teleport all players to coordinates.

Permission: hytale.command.teleport.all

/tp all <x> <y> <z> [--yaw=?] [--pitch=?] [--roll=?] [--world=?]
ArgumentTypeRequiredDescription
x, y, zCoordYesTarget coordinates (supports ~ relative)
--yawFloatNoRotation yaw
--pitchFloatNoRotation pitch
--rollFloatNoRotation roll
--worldWorldNoTarget world (defaults to sender’s world)

Teleport to home location.

Permission: hytale.command.teleport.home

/tp home

Teleport to the highest block at current position.

Permission: hytale.command.teleport.top

/tp top

Teleport to previous location (undo teleport).

Permission: hytale.command.teleport.back

/tp back [count]
ArgumentTypeRequiredDefaultDescription
countIntegerNo1Number of history steps to go back

Redo undone teleport.

Permission: hytale.command.teleport.forward

/tp forward [count]
ArgumentTypeRequiredDefaultDescription
countIntegerNo1Number of history steps to go forward

View teleport history.

Permission: hytale.command.teleport.history

/tp history

Teleport to another world.

Permission: hytale.command.teleport.world

/tp world <worldName>
ArgumentTypeRequiredDescription
worldNameStringYesTarget world name