ZenRTP
PluginMIT

ZenRTP

Simple, highly configurable RTP plugin.

87
Downloads
0
Followers
1 months ago
Updated
📦
2
Versions

📖About ZenRTP

ZenRTP

ZenRTP

paper
purpur
github
discord-plural

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.


Installation

  1. Download the latest ZenRTP-*.jar from Releases or Modrinth.
  2. Drop it in your plugins/ folder and restart.
  3. Edit plugins/ZenRTP/config.yml and messages.yml to your liking.
  4. Run /zenrtp reload to apply changes without a full restart.

Commands

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.

Permissions

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.

Configuration

All settings live in plugins/ZenRTP/config.yml with inline comments. Key areas:

  • Locationmin-distance, max-distance, center-x, center-z, min-y, max-y
  • Safety — unsafe block list, sky visibility (Overworld only), spawn avoidance, nearby player avoidance
  • Worlds — blacklist/whitelist, per-world overrides
  • Flow — teleport delay, cancel-on-move, chunk preloading, max attempts
  • Limits — cooldown, daily cap, hunger/XP/Vault money costs

Edit messages.yml to customize all chat messages and prefixes (MiniMessage or & colors supported).


Optional Dependencies

  • Vault — required only if using currency-cost
  • PlaceholderAPI — not required for any core RTP functionality

Building

git clone https://github.com/maybeizen/zenrtp.git
cd ZenRTP
./gradlew shadowJar

Output: build/libs/ZenRTP-*.jar


Author: maybeizen · MIT License