
110
2
xRtp v1.0.3 — Zero-Lag Engine, Smart Cache & Stability
🚀 What's New
⚙️ Zero-Lag Core Engine
- Pre-Calculated Location Cache (
LocationCacheManager): Safe teleport locations are now found in the background, before players even ask for one./rtpis now truly instant — no lag, no CPU spikes. - Fully Async Search: All synchronous block-checking loops have been removed. The main server thread is never blocked.
- Persistent Cache: Cached locations are saved to
cache.ymlon shutdown and reloaded on startup for a zero-wait first RTP. - World Border Auto-Clamp: If
min-radiusis larger than the world border, the plugin automatically adjusts and keeps working instead of crashing or throwing repeated errors. - Warn-Once System: Configuration warnings are logged only once per destination, not every 5 seconds. No more console spam.
🎨 Premium GUI
- Fully Editable Menu (
menu.yml): Build any inventory layout — custom slots, auto-fill glass panes, close buttons, and more. - Multi-World Support: Configure separate RTP destinations with different min/max radii for each world.
- Custom Item Actions: Each item in the GUI can trigger
rtp,close, or act as a pure decoration.
🛠️ Configuration
location-cacheblock inconfig.yml: Control cache size, background refill interval, and toggle the system on/off.use-pre-generated-chunks: true(default): Prevents chunk generation lag by only teleporting to already-generated terrain.- Multi-Language: Ships with full English (Default) and Spanish (
Config ES) configuration packs.
🐛 Bug Fixes
- Fixed
IllegalArgumentException: bound must be greater than origincrash when world border was smaller thanmin-radius. - Fixed console spam of range warnings repeating every refill cycle.
- Fixed
startRtpAPI method signature mismatch.
- Pre-Calculated Location Cache (
xRtp v1.0.2 - Zero Lag Engine & Full GUI Customization
This update focus on extreme performance and giving server owners total control over the user experience.
🚀 Zero-Lag Search Engine
- Pre-Generated Chunk Logic: The plugin now only teleports players to chunks that already exist on disk. This prevents server-side lag spikes caused by chunk generation.
- 10x Faster Search: Re-engineered the algorithm to check up to 10 coordinates per tick. This ensures almost instant teleportation without dropping a single TPS or FPS.
- Async-Safe Checks: Optimized mathematical checks to keep the main thread smooth.
🎨 Visual & UI Overhaul
- Advanced BossBar: New dynamic BossBar with customizable titles, progress text (using
%time%), and premium styles (Segmented/Solid). - English by Default: All internal resources are now English by default for global compatibility.
- Menu Engine 2.0: Added support for custom menu sizes (1-6 rows) and a new manual slot-filling system.
🔧 Interactive Actions
- New Action Types: Items in the menu can now execute actions:
CLOSE,MESSAGE,COMMAND, andCONSOLE. - Slot Lists: You can now define a list of slots (e.g.,
slots: [0,1,2,3]) for a single item to create custom borders easily.
📦 Extras
- Spanish VIP Config: A separate folder
Config ESis included with a premium, ready-to-use Spanish translation.
We've improved menu flexibility and message performance as well.
Stable

