Description
Why does this exist? If you're joining a server, chances are everything around spawn is claimed. Cool, so you use RTP and now you're in zone 4. There are very few sticks on the ground in zone 4 making it annoying to start.
The aim of this mod is to
Provide you with a way to get away from spawn.
Keep you in a zone 1 area so that you can get a proper start.
Comes with translations for PT-BR and EN-US in a lang file.
#HytalePartner Use code 'Thonk' when purchasing the game!
/rtp (aliases: /randomteleport)
Randomly teleports the player to a location inside a requested zone (defaults to Zone1).
The search avoids the area within 1000 blocks of the player’s current position (to avoid claimed spawn areas), and teleports are performed asynchronously.
Usage:
- /rtp
- /rtp --zone= (example: /rtp --zone=Zone2)
- /rtp --bypassCooldown
- /rtp --zone= --bypassCooldown
Notes:
- If no zone is provided, it teleports to Zone1.
- If a zone is provided but the player lacks permission to choose zones, the command will fall back to Zone1.
Permissions
rtpselector.rtp
Allows using the RTP command at all.
rtpselector.rtp.bypasscooldown
Allows using the --bypassCooldown flag to skip the cooldown check.
Configuration
The config is automatically created/saved on startup.
Config options (with defaults)
- CooldownSeconds (default: 300) - How long players must wait between successful RTPs (in seconds). 300 = 5 minutes.
- Attempts (default: 15) How many random candidate locations to try per /rtp before giving up.
- SearchMinX / SearchMaxX (defaults: -50000 / 50000) World X bounds used when sampling random RTP candidates.
- SearchMinZ / SearchMaxZ (defaults: -50000 / 50000) World Z bounds used when sampling random RTP candidates.


