Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Licensed MIT
Published 3 days ago
Updated 2 days ago
SimpleRTP
A no-nonsense random teleport plugin for Paper/Spigot 1.21. Run /rtp, pick a dimension from the menu, and get dropped somewhere new — checked automatically for a safe landing spot.
Features
- GUI dimension picker —
/rtpopens a simple menu instead of making you memorize subcommands - Safe-landing checks — won't drop you in lava, fire, cacti, cobwebs, campfires, powder snow, sweet berry bushes, wither roses, or open water
- Per-dimension config — enable/disable and set a search radius for the Overworld, Nether, and End independently
- Cooldown — configurable per-player cooldown so it can't be spammed
- Admin controls — toggle dimensions on/off and reload the config without restarting the server
Commands
| Command | Description |
|---|---|
/rtp |
Opens the dimension picker menu |
/rtp <overworld|nether|end> |
Teleports directly to that dimension |
/rtpadmin enable/disable <dimension> |
Turns RTP on or off per dimension |
/rtpadmin status |
Shows current settings |
/rtpadmin reload |
Reloads config.yml |
Permissions
rtp.use— allows/rtp(default: everyone)rtp.admin— allows/rtpadmin(default: op)
Config
dimensions:
overworld:
enabled: true
radius: 5000
nether:
enabled: false
radius: 1000
end:
enabled: false
radius: 200
max-attempts: 12
cooldown-seconds: 30
Nether and End are disabled by default — flip them on in the config or with /rtpadmin enable <dimension>.


