
An amazing random teleportation plugin for your server.
🚀 xRtp – Smart & Secure Random Teleport

xRtp is a powerful, optimized, and fully configurable Random Teleport plugin designed for modern Minecraft servers. Built for zero-lag performance, instant teleports, and complete visual customization.

xRtp uses a background location cache engine (LocationCacheManager) that pre-calculates safe destinations before players even ask for one. When a player runs /rtp, they are teleported instantly — no lag, no CPU spikes, no main-thread blocking.
cache.yml and reloaded on startup for zero-wait first teleportIf min-radius exceeds the world border, xRtp auto-clamps the range and keeps working instead of crashing. Configuration warnings appear only once in the console — no spam.
Design your RTP menu exactly how you want it via menu.yml:
Set custom cooldown times per world and allow specific players to bypass them with a permission node.
Ships with complete English (Default) and Spanish (Config ES) configuration packs. Every message, title, action bar, and GUI item is fully customizable.
| Command | Description | Permission |
|---|---|---|
/rtp |
Opens the RTP world selection menu | xrtp.use |
/rtp reload |
Reloads all config files | xrtp.admin |
# config.yml
location-cache:
enabled: true
cache-size: 20 # Pre-cached locations per destination
refill-interval-seconds: 5 # How often to refill in background
use-pre-generated-chunks: true # Prevents chunk generation lag
teleport-delay-seconds: 5
max-attempts: 100
# menu.yml — Full GUI control
menu:
title: "&8&lRandom Teleport"
size: 27
auto-filler:
enabled: true
material: GRAY_STAINED_GLASS_PANE
destinations:
survival:
world: world
min-radius: 100
max-radius: 5000
slot: 13
material: GRASS_BLOCK
name: "&a&lSurvival World"