Skip to content

Teleport Commands

Teleportation and location management commands from TeleportPlugin.

Namespace: hytale.command.*

Can be disabled/replaced: Yes, via /plugin unload

FileCommandsDescription
tp.md/tp, /tp all, /tp home, /tp top, /tp back, /tp forward, /tp history, /tp worldPlayer teleportation
spawn.md/spawn, /spawn set, /spawn defaultWorld spawn points
warp.md/warp go, /warp set, /warp remove, /warp list, /warp reloadNamed warp points
hytale.command.teleport.self # Teleport yourself
hytale.command.teleport.other # Teleport other players
hytale.command.teleport.all # Teleport all players
hytale.command.teleport.back # Undo teleport
hytale.command.teleport.forward # Redo teleport
hytale.command.spawn.self # Go to spawn
hytale.command.spawn.set # Set spawn point
hytale.command.warp.* # Warp management
/tp 100 64 -200 # Teleport to coordinates
/tp ~10 ~ ~ # Relative teleport (10 blocks in X)
/tp PlayerName # Teleport to player
/tp back # Return to previous location
/tp back 3 # Go back 3 teleports in history
/spawn # Go to world spawn
/warp set base # Create warp named "base"
/warp go base # Teleport to "base"