Teleport Commands
Teleportation and location management commands from TeleportPlugin.
Namespace: hytale.command.*
Can be disabled/replaced: Yes, via /plugin unload
| File | Commands | Description |
|---|---|---|
| tp.md | /tp, /tp all, /tp home, /tp top, /tp back, /tp forward, /tp history, /tp world | Player teleportation |
| spawn.md | /spawn, /spawn set, /spawn default | World spawn points |
| warp.md | /warp go, /warp set, /warp remove, /warp list, /warp reload | Named warp points |
Permission Pattern
Section titled “Permission Pattern”hytale.command.teleport.self # Teleport yourselfhytale.command.teleport.other # Teleport other playershytale.command.teleport.all # Teleport all playershytale.command.teleport.back # Undo teleporthytale.command.teleport.forward # Redo teleporthytale.command.spawn.self # Go to spawnhytale.command.spawn.set # Set spawn pointhytale.command.warp.* # Warp managementQuick Examples
Section titled “Quick Examples”/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"