EzRTP

EzRTP is a production-focused random teleport plugin for Minecraft servers running Bukkit, Spigot, Paper, or Purpur. It provides safety-first teleportation, cross-platform compatibility, and configuration-driven control for server owners.

Highlights

  • Safety-first teleportation — configurable unsafe-block lists, surface recovery, and claim avoidance.
  • Platform modules — Bukkit base + optional Paper or Purpur adapters for native async APIs.
  • Economy integration — Vault-compatible cost system with per-world and per-group pricing.
  • Queue throttling — request queues prevent load spikes on busy servers.
  • Biome filtering — include/exclude filters, pre-cache, and rare-biome optimization.
  • GUI destination selector — inventory GUI with per-world icons, permissions, and network entries.
  • Network/proxy support — cross-server destinations in GUI for multi-server networks.

For Server Owners & Admins

   
Getting Started Install EzRTP, choose a platform module, verify your setup
Commands Player and admin command reference
Permissions Permission nodes and recommended role assignments
Messages & Localization Customize messages, add languages
Operations & Troubleshooting Tuning profiles, common issues

Configuration Reference

   
config.yml Global plugin settings and language
rtp.yml RTP bounds, safety, biomes, chunky, and countdown
limits.yml Cooldowns, usage limits, cost overrides, and storage backend
gui.yml Inventory GUI layout and destination entries
queue.yml Teleport queue throttling
network.yml Cross-server proxy destination settings
force-rtp.yml Admin /forcertp command defaults
Search Patterns All search-pattern values explained

Platform Modules

   
Bukkit / CraftBukkit Base plugin only
Spigot Base plugin only
Paper Base + ezrtp-paper module
Purpur Base + ezrtp-purpur module

Integrations

   
Vault / Economy Charge players for RTP
PlaceholderAPI Dynamic placeholders in GUI
Chunky World pre-generation
WorldGuard & GriefPrevention Claim & region avoidance
Network & Proxy Cross-server GUI entries

For Developers

   
Developer API Trigger RTP programmatically from other plugins
Developer Guide Architecture, build workflow, contributor conventions