
Hytale RTP
A utility mod to /rtp and teleport to a random place around the world No permissions required but have an cooldown that can be set
00—hytaleServer2026.1mod
Hytale RTP adds a simple /rtp command for servers. Players can teleport to a random location in their current world without needing any permissions. The command waits for a loaded chunk, finds the highest solid block at the chosen spot, and moves the player a couple of blocks above it to avoid suffocation. A configurable cooldown prevents immediate re-use.
Key details:
- Command:
/rtp(no permissions required). - Default cooldown: 60 seconds between uses per player.
- Search window: random point between 256 and 2048 blocks from where the player runs the command, with up to 6 attempts to find a safe location.
- Messages: players see progress, cooldown remaining, success, or failure to find a spot.
Configuration:
- A
config.propertiesfile is created in the plugin’s data folder. EditcooldownSeconds,minDistance,maxDistance, ormaxAttemptsto tune the cooldown and search range. Changes are saved back to the file on startup so you can keep editing until satisfied.