Simple, highly configurable RTP plugin.
A random teleport plugin for Paper 1.21.x servers. Picks a safe spot within a configurable ring around your world center, then sends players there — with cooldowns, costs, and per-world rules.
ZenRTP-*.jar from Releases or Modrinth.plugins/ folder and restart.plugins/ZenRTP/config.yml and messages.yml to your liking./zenrtp reload to apply changes without a full restart.| Command | Description |
|---|---|
/rtp |
Teleport to a random spot in your current world. |
/rtp <world> |
Teleport to a random spot in <world>. |
/rtpo <player> [world] |
RTP another player (optionally into a specific world). |
/zenrtp reload |
Reload config.yml and messages.yml. |
| Permission | Default | Description |
|---|---|---|
zenrtp.use |
everyone | Use /rtp. |
zenrtp.rtp.<world> |
— | Allow RTP into a specific world (e.g. zenrtp.rtp.world_nether). |
zenrtp.others |
op | Use /rtpo. |
zenrtp.admin |
op | Use /zenrtp reload. |
zenrtp.bypass.cooldown |
op | Skip cooldown. |
zenrtp.bypass.cost |
op | Skip costs. |
zenrtp.bypass.daily |
op | Skip daily limit. |
All settings live in plugins/ZenRTP/config.yml with inline comments. Key areas:
min-distance, max-distance, center-x, center-z, min-y, max-yEdit messages.yml to customize all chat messages and prefixes (MiniMessage or & colors supported).
currency-costgit clone https://github.com/maybeizen/zenrtp.git
cd ZenRTP
./gradlew shadowJar
Output: build/libs/ZenRTP-*.jar
Author: maybeizen · MIT License