
LeafRTP | Random Teleport
Fast Random Teleportation for everyone, configurable and extensible
Fully configurable messages & effects
Every message, title, and subtitle is fully configurable, with in-game effects (sounds, particles, fireworks, potions, etc.) assignable per-permission
In-game admin panel (/rtp menu)
Open `/rtp menu` or `/rtp admin` to configure regions, apply prefabs, run diagnostics, and view visualizations. No YAML editing required.
RTP gui
optional automatic gui addon packed in by default, self populates locally and across networks. This example puts dimensions on different servers.
Region visualization
Each region's shape is defined in config. Invalid locations are compressed in memory and stay instantly accessible, so lookups never block the main thread.
Biome Visualization
After a scan, every biome in a region, like its bad locations, is compressed in memory and instantly queryable, enabling fast biome-targeted teleports.
Live MSPT & heap charts
MSPT and heap usage are plotted as live line charts: MSPT sampled continuously, heap sampled on demand. See the plugin's real cost at a glance.
Zero tickrate impact
`/rtp` runs fully async with no synchronous main-thread chunk I/O, so teleports never spike your tickrate even on busy servers. `/rtp` spam is guarded by a FIFO queue fallback.
