[1.19 - 1.21.*] ⬅️ EzRTP ➡️ Highly configurable RTP plugin for Minecraft servers icon

[1.19 - 1.21.*] ⬅️ EzRTP ➡️ Highly configurable RTP plugin for Minecraft servers -----

Configurable random teleportation - Supports multiple worlds - Many extra features



EzRTP
Configurable random teleport command with GUI world selection, Vault charging & safe-location scanning
Paper/Purpur/Spigot 1.19+ • Java 17+ • World-border aware • MiniMessage chat output • Optional Vault economy hook • Lightweight standalone jar

Why EzRTP?
  • Player-friendly RTP – `/rtp` finds solid ground inside the configured world border, skips unsafe blocks, and reports the final coords with MiniMessage styling.
  • Multi-world teleports – Offer curated destinations for overworld, resource, or event worlds with an optional permission-gated GUI selector.
  • Join protection – Optionally teleport newcomers (or everyone) on join with delay + bypass permission toggles to prevent spawn camping.
  • Vault economy ready – Charge a configurable fee for each teleport, refund on failure, and surface friendly "insufficient funds" prompts.
  • Performance-conscious queue – Throttle heavy usage with a configurable teleport queue that spaces out searches while respecting bypass permissions.
  • Purpose-built service – Cleanly separates config, command, and teleport logic so you can drop the jar into any survival setup without conflicts.
Quick Start
  • Drop `EzRTP.jar` into your Paper or Purpur `plugins/` directory and restart the server.
  • Edit `plugins/EzRTP/config.yml` to set the target world, teleport center, radius bounds, teleport cost, unsafe block list, particles, and on-join behaviour.
  • Localise the MiniMessage output in `plugins/EzRTP/messages.yml` or drop overrides under `plugins/EzRTP/messages/` (for example `messages/en.yml`) so the searching, success, failure, and queue prompts match your server's style.
  • Toggle `enabled` inside `gui.yml` and add world entries to present a permission-aware teleport selector menu.
  • Adjust `queue.yml` if you need to throttle teleport requests during peak hours or grant bypass permissions to staff.
  • Hook Vault + your economy plugin if you want to charge for teleports; leave `cost` at `0` for free usage.
  • Run `/rtp reload` or restart once you finish editing to apply the new settings.

Configuring EzRTP in a Server Network
  • Install EzRTP on each backend world that should provide random teleports as well as on your lobby if you want the selector GUI to offer server transfers.
  • Enable the proxy integration by setting `enabled: true` inside `network.yml` everywhere EzRTP is installed. Leave `lobby` at `false` on gameplay servers so `/rtp` behaves normally.
  • On your lobby server, set `lobby: true`. Any configured servers will then fill open slots in the RTP GUI alongside world entries, complete with ping/online status.
  • Define each destination under `servers` using the proxy-registered `bungee-server` name, the host/port to ping, desired GUI slot, optional permission, and icon text. Toggle `hide-when-offline` or `allow-when-offline` per server to control visibility and connection attempts.
  • Keep your proxy (BungeeCord/Velocity) listing in sync with the `servers` block so EzRTP can connect players using the standard `BungeeCord` plugin message channel. After editing, run `/rtp reload` on each node to pick up the changes.
  • Use MiniMessage in `connect-message`, `offline-message`, and icon lore to brand the selector and give players clear network feedback.

Commands & Permissions

Command Description Permission
/rtp Teleport the executing player to a random safe location. ezrtp.use (default: true)
/rtp reload Reload EzRTP configuration from disk. ezrtp.reload (default: op)
/rtp stats View RTP statistics and performance metrics. ezrtp.stats (default: op)
/rtp stats biomes View detailed biome-specific statistics showing top biomes by activity, success rates, and average teleport times. ezrtp.stats (default: op)
/rtp heatmap [gridSize] [world] Visualize cached RTP location distribution with grid-based heatmap analysis. Verify randomness, detect clustering, and troubleshoot imbalances with configurable grid resolution (16-4096 blocks). ezrtp.heatmap (default: op)
/forcertp <player> [world] Force random teleportation for a specified player while bypassing cooldowns and limits. Can be executed from console or in-game. ezrtp.forcertp (default: op)
/rtp fake <amount> Simulate a specified number of random teleports for testing, analytics, and heatmap generation. ezrtp.fake (default: op)


Grant `ezrtp.queue.bypass` to let trusted players skip the queue, and assign per-option GUI permissions directly in `gui.yml`.

Feature Highlights

Biome Selector GUI Example
The world selector GUI now supports biome selection for RTP.
[​IMG]

Biome Stats Example
View detailed biome-specific statistics with /rtp stats biomes.
[​IMG]

Heatmap Example
RTP location distribution can be visualized with a heatmap for analysis and troubleshooting.
[​IMG]
The heatmap uses a professional yellow-to-red color scale (yellow = low, red = high) for maximum clarity. Images automatically center and scale to display all RTP data, ensuring every teleport is visible regardless of configuration. Grid size is fully configurable for both detailed and high-level analysis.

Simulate RTPs for Testing
Use /rtp fake <amount> to simulate a specified number of random teleports for testing, analytics, and heatmap generation. This is ideal for stress-testing, visualizing distribution, or populating statistics without affecting real players.

Usage
  • /rtp fake <amount>
  • Example: /rtp fake 1000 (simulates 1000 random teleports in the current world)

Interactive World Selector
Enable an inventory GUI with filler items, custom icons, and per-option permissions so players can pick their landing zone from a visual menu.
[​IMG]

How to configure
Set enabled: true in gui.yml and add world entries with custom icons, permissions, and settings for each destination world.

Safe Block Filtering
Maintain a denylist of unsafe floor blocks (lava, water, magma, powder snow, etc.) and expand it per biome or gamemode needs to ensure players always land safely.

How to configure
Edit the unsafe-blocks list in config.yml to add or remove block types that should be avoided during teleport location validation.

Chunk Readiness Checks
Skips ungenerated chunks, ensures the destination chunk is loaded, and applies configurable retry limits. Automatically unloads temporarily loaded chunks to optimize memory usage.

How to configure
Adjust max-attempts in config.yml to control how many location attempts are made before giving up on a teleport.

MiniMessage Messaging
Customize searching, success, failure, queue, and missing-world alerts with Adventure MiniMessage placeholders for rich, formatted chat output.

How to configure
Edit messages.yml with MiniMessage formatting using placeholders like <x>, <z>, <world>, <cost>, and more.

Usage
Messages automatically display during teleport operations with player-specific information filled in.

Teleport Flair
Trigger configurable particle effects at the landing spot so players know the teleport completed successfully.

How to configure
Enable particles in config.yml under the particles section, choosing type, count, and visual effects.

Economy Feedback
Configure the teleport cost, enable Vault integration automatically, and localize insufficient balance messaging for paid teleports.

How to configure
Set cost in config.yml to charge players for teleports. Requires Vault and a compatible economy plugin.

Biome Inclusion/Exclusion
Restrict teleports to approved biome lists or skip unwanted regions like oceans and deserts for targeted exploration.

How to configure
Use biomes.include and biomes.exclude lists in config.yml to control which biomes are allowed or forbidden.

Smart Biome Pre-Caching
Automatically cache pre-validated safe locations per biome to dramatically improve success rates and reduce lag when biome filters are active.

How to configure
Configure cache settings in biomes.pre-cache section of config.yml, including cache size, warmup size, and expiration time.

RTP Statistics & Monitoring
Track RTP performance with comprehensive metrics showing success rates, cache hit rates, per-biome metrics, and failure causes.

Usage
  • /rtp stats - View overall RTP performance metrics
  • /rtp stats biomes - Detailed biome-specific statistics

How to configure
Statistics are automatically collected and displayed. No configuration required.

Heatmap Visualization
Generate in-game maps showing RTP location distribution with grid-based statistical analysis to verify randomness and detect clustering.

Usage
/rtp heatmap [gridSize] [world]

How to configure
Grid size is configurable from 16-4096 blocks. Specify world parameter to analyze different worlds.

Rare-Biome Analytics
Audit hotspot tracking and weighted search effectiveness to ensure rare-biome targeting performs as expected.

Usage
/rtp stats rare-biomes

How to configure
Configure rare biome optimization settings in biomes.rare-biome-optimization section of config.yml.

Join-Delay Scheduler
Wait a configurable number of ticks after login before teleporting so players can load resource packs or tutorials first.

How to configure
Set on-join.delay-ticks in config.yml and enable on-join.enabled for automatic teleportation on player join.

Reload Subcommand
Hot-swap config changes without kicking players or restarting the server for seamless configuration updates.

Usage
/rtp reload

Permissions
ezrtp.reload (default: op)

Per-Player Cooldowns, Limits, & Costs
Configure per-world, per-group cooldowns, daily/weekly usage limits, and optional cost overrides with permission-based bypass.

How to configure
Edit the rtp-limits section in config.yml with world-specific and group-specific settings. Supports YAML or MySQL storage.

Configurable Teleport Countdown
Add an optional countdown before teleportation with bossbar and particle ring visuals for enhanced user experience.

How to configure
Set countdown-seconds in config.yml or use the detailed countdown block for bossbar and particle customization.

Y-Level and Debug Controls
Restrict random teleports to a min/max Y-level range and enable detailed debug logging for troubleshooting safe-location logic.

How to configure
Set min-y and max-y in config.yml for height restrictions. Enable debug-rejection-logging for detailed logging.

Protection-Aware Search
Optionally avoid protected regions/claims by integrating with popular protection plugins like WorldGuard or GriefPrevention.

How to configure
Set protection.avoid-claims: true and list protection providers in config.yml.

Per-World Daily Limit Controls
Disable daily and weekly RTP limits per world for unlimited usage in specific worlds while maintaining limits elsewhere.

How to configure
Set disable-daily-limit: true in world-specific configurations within rtp-limits.worlds section.

Flexible GUI Cooldown Behavior
Allow GUI opening during cooldowns with disabled options instead of blocking GUI access entirely.

How to configure
Set allow-gui-during-cooldown: true in rtp-limits section of config.yml.

Visible Cooldown Indicators
Show cooldown timers in GUI item lore so players can see remaining wait times immediately.

How to configure
Cooldown indicators are automatically enabled when GUI cooldown behavior is configured.

Human-Readable Cooldown Messages
Display cooldowns in readable format like "1h 30m 45s" instead of raw seconds using dedicated placeholders.

How to configure
Use <hours>, <minutes>, and <seconds> placeholders in cooldown messages in messages.yml.

Admin-Only Cache Visibility
Control biome cache information display to show stats only to administrators or all players.

How to configure
Set admin-only-cache-info in gui.yml to restrict cache information to players with appropriate permissions.

Multi-Language Support
Language-specific message files with automatic fallback to English, supporting both MiniMessage and legacy color codes.

How to configure
Create language-specific files like messages/en.yml, messages/de.yml in the plugin folder for different languages.

PlaceholderAPI Integration
Use dynamic placeholders like %player_name% in GUI item names and lore for personalized teleport menus.

How to configure
Install PlaceholderAPI plugin and use placeholders in gui.yml item names and lore. No additional configuration needed.

Rare Biome Optimization
Intelligent search strategies prioritize rare biome hotspots while maintaining randomness with configurable weighted algorithms.

How to configure
Enable and configure settings in biomes.rare-biome-optimization section of config.yml.

ForceRTP Admin Override
Force random teleportation on specific players while bypassing cooldowns and limits for administrative control.

Usage
/forcertp <player> [world]

Permissions
ezrtp.forcertp (default: op)

How to configure
Command is automatically available to players with permission. Configure force-rtp settings in force-rtp.yml.

Configuration Overview
Code (yml (Unknown Language)):

# EzRTP teleport configuration
# Set to true to enable debug logging for rejected random teleport locations (for troubleshooting safe location logic).
debug-rejection-logging: false
# Enable or disable bStats metrics (https://bstats.org/plugin/bukkit/EzRTP/27735)
# These anonymous metrics help track plugin usage and performance across servers.
enable-bstats: true
# Optional: restrict random teleport Y-levels (inclusive). If omitted, world min/max height is used.
# min-y: 64
# max-y: 120
world: world
center:
  x: 0
  z: 0
radius:
  min: 256
  # max: 2048
  use-world-border: true
max-attempts: 32
cost: 0.0
countdown-seconds: 0 # Optional countdown before teleport (0 = disabled)
countdown:
  # seconds: 5
  bossbar:
    enabled: false
    title: "<yellow>Teleporting in <white><seconds></white> seconds...</yellow>"
    color: YELLOW
    style: SOLID
  particles:
    enabled: true
    type: ENCHANTMENT_TABLE
    points: 12
    radius: 1.2
    height-offset: 0.8
    extra: 0.0
    force: false
    secondary-particle: PORTAL
    secondary-count: 6
    secondary-offset: 0.35
unsafe-blocks:
  - WATER
  - LAVA
  - MAGMA_BLOCK
  - POWDER_SNOW
  - FIRE
  - CAMPFIRE
  - SOUL_FIRE
biomes:
  # Optional: list of allowed biomes. Leave empty to allow all.
  include: []
  # Optional: list of biomes to avoid.
  exclude: []
  # Pre-caching configuration for biome-filtered RTPs
  # When enabled, the server will pre-generate and cache safe locations for biome filters,
  # significantly improving RTP success rates and reducing failed attempts.
  pre-cache:
    # Toggle pre-caching on/off. Enabled by default for better RTP performance with biome filters.
    enabled: true
    # Maximum number of locations to cache per biome (higher = better hit rate but more memory)
    max-per-biome: 50
    # Number of locations to pre-generate during server startup/reload for each configured biome
    warmup-size: 20
    # How long (in minutes) cached locations remain valid before expiring
    expiration-minutes: 10
  # Rare biome optimization for improved search efficiency
  # When enabled, uses intelligent strategies to prioritize rare biome hotspots
  rare-biome-optimization:
    # Toggle rare biome optimization on/off
    enabled: true
    # Custom list of biomes considered "rare" (leave empty for built-in list)
    rare-biomes: []
    # Enable weighted search that favors hotspots for rare biomes
    use-weighted-search: true
    # Track and maintain hotspots for rare biomes
    enable-hotspot-tracking: true
protection:
  avoid-claims: false
  providers:
    - worldguard
    - griefprevention
particles:
  enabled: false
  type: PORTAL
  count: 40
  offset:
    x: 0.5
    y: 1.0
    z: 0.5
  extra: 0.0
  force: false
on-join:
  enabled: false
  only-first-join: false
  bypass-permission: ""
  delay-ticks: 40
# RTP cooldowns and usage limits
rtp-limits:
  # Allow opening the GUI even if the current world has an active cooldown
  # When true, GUI opens but worlds with active cooldowns are disabled in the GUI
  # When false, GUI won't open if any world has an active cooldown (current behavior)
  allow-gui-during-cooldown: true
  default:
    cooldown-seconds: 300   # Cooldown in seconds between /rtp uses
    daily-limit: 10         # Max uses per day
    weekly-limit: 50        # Max uses per week
    cost: 0.0               # Optional cost override for this group
  worlds:
    world:
      # Disable daily limit for this world (overrides daily-limit and weekly-limit)
      disable-daily-limit: false
      default:
        cooldown-seconds: 300
        daily-limit: 10
        weekly-limit: 50
        cost: 0.0
      group.vip:
        cooldown-seconds: 60
        daily-limit: 50
        weekly-limit: 200
        cost: 0.0
    world_nether:
      disable-daily-limit: false
      default:
        cooldown-seconds: 600
        daily-limit: 5
        weekly-limit: 20
        cost: 0.0
      group.staff:
        cooldown-seconds: 0
        daily-limit: -1   # -1 = unlimited
        weekly-limit: -1
        cost: 0.0
  bypass-permissions:
    - ezrtp.bypass.cooldown
    - ezrtp.bypass.limit
  storage: yaml # or mysql
  mysql:
    url: jdbc:mysql://localhost:3306/mc
    user: root
    password: ""
 
Code (yml (Unknown Language)):

# EzRTP MiniMessage templates
# Placeholders: <world>, <x>, <z>, <position>, <server>, <cost>, <target-biome>, <cached-locations>
teleporting: "<gray>Searching for a safe location...</gray>"
teleport-success: "<green>Teleported to <white><x></white>, <white><z></white> in <white><world></white>.</green>"
teleport-failed: "<red>Unable to find a safe location. Please try again.</red>"
teleport-failed-biome: "<red>No valid biome was found. Please try again or try a different biome filter.</red>"
world-missing: "<red>The configured world '<white><world></white>' is not available.</red>"
join-searching: "<gray>Finding you a safe place to explore...</gray>"
insufficient-funds: "<red>You need <white><cost></white> to use random teleport.</red>"
queue-queued: "<gray>You joined the random teleport queue. Position: <white><position></white>.</gray>"
queue-full: "<red>The random teleport queue is currently full. Please try again soon.</red>"
# Cooldown and usage limit messages
cooldown: "<red>You must wait <white><hours></white> <white><minutes></white> <white><seconds></white> before using /rtp again.</red>"
limit-daily: "<red>You have reached your daily /rtp limit for this world.</red>"
limit-weekly: "<red>You have reached your weekly /rtp limit for this world.</red>"
# Countdown messages
countdown-start: "<yellow>Teleporting in <white><seconds></white> seconds...</yellow>"
countdown-tick: "<gray><seconds>...</gray>"
 
Code (yml (Unknown Language)):

# EzRTP teleport queue configuration
enabled: false
max-size: 0
bypass-permission: "ezrtp.queue.bypass"
start-delay-ticks: 20
interval-ticks: 40
 
Code (yml (Unknown Language)):

# EzRTP GUI configuration
enabled: false
title: "<gradient:#00b4db:#0083b0><bold>Random Teleport</bold></gradient>"
rows: 3
no-permission-message: "<red>You do not have permission to travel there.</red>"
# Only show cache info (biome counts) to players with ezrtp.admin permission
admin-only-cache-info: false
# Disable cache filtering entirely (show all biomes regardless of cache status)
disable-cache-filtering: true
# Supports PlaceholderAPI placeholders in item names and lore (e.g., %player_name%)
filler:
  enabled: true
  material: BLACK_STAINED_GLASS_PANE
  name: "<dark_gray> </dark_gray>"
worlds:
  overworld:
    slot: 13
    permission: ""
    icon:
      material: GRASS_BLOCK
      name: "<gradient:#7ed957:#2ecc71><bold>Overworld</bold></gradient>"
      lore:
        - "<gray>Balanced biomes, safe landings, and</gray>"
        - "<gray>plenty of room to explore.</gray>"
        - "<dark_gray>Click to begin your adventure.</dark_gray>"
    settings:
      world: world
      radius:
        min: 256
        use-world-border: true
  nether:
    slot: 11
    permission: "ezrtp.gui.nether"
    icon:
      material: NETHERRACK
      name: "<gradient:#ff512f:#dd2476><bold>Nether</bold></gradient>"
      lore:
        - "<gray>Warp into the Nether to hunt</gray>"
        - "<gray>for ancient debris and rare loot.</gray>"
        - "<dark_gray>Requires Nether access.</dark_gray>"
    settings:
      world: world_nether
  end:
    slot: 15
    permission: "ezrtp.gui.end"
    icon:
      material: END_STONE
      name: "<gradient:#a8edea:#fed6e3><bold>The End</bold></gradient>"
      lore:
        - "<gray>Teleport to distant End islands</gray>"
        - "<gray>for chorus fruit and gateways.</gray>"
        - "<dark_gray>Requires End access.</dark_gray>"
    settings:
      world: world_the_end
  resource:
    slot: 1
    permission: "ezrtp.gui.resource"
    icon:
      material: IRON_PICKAXE
      name: "<gold>Resource World</gold>"
      lore:
        - "<gray>Gather materials without ruining the main world.</gray>"
    settings:
      world: resource
      radius:
        min: 512
        max: 4096
        use-world-border: false
 
Code (yml (Unknown Language)):

# EzRTP proxy / network configuration
enabled: false
lobby: false
ping-interval-ticks: 200
ping-timeout-millis: 1500
servers:
  skyblock:
    bungee-server: "skyblock"
    host: "127.0.0.1"
    port: 25566
    slot: 4
    permission: ""
    display-name: "Skyblock"
    hide-when-offline: false
    allow-when-offline: false
    connect-message: "<gray>Connecting you to <white><server></white>...</gray>"
    offline-message: "<red><server></red> is currently unavailable."
    icon:
      material: ENDER_PEARL
      name: "<gold><server></gold>"
      lore:
        - "<gray>Status: <status></gray>"
        - "<gray>Ping: <white><ping></white>ms</gray>"
 
Requirements
  • Java 17 or newer.
  • Paper, Purpur, or SpigotMC 1.19+ server build.
  • Optional: Vault + an economy plugin if you want to charge for teleports.
  • Optional: A permissions plugin (LuckPerms, etc.) if you want granular control over `/rtp reload`, queue bypass, GUI option access, or cost bypasses.

Support & Links
  • Need help? Join our Discord and open a ticket under the EzRTP category.
  • Share seeds, biome rules, or config presets on the discussion tab so other admins can jumpstart their setup.
  • Pair EzRTP with EzSpawners, EzAuction, and the rest of the Ez-series utilities for a cohesive network toolkit.
  • Get EzEconomy – Modern Vault Economy Plugin

Ready to launch players into adventure?
Install EzRTP and give explorers a safe, stylish way to discover your world—across every dimension

[​IMG]
Resource Information
Author:
----------
Total Downloads: 858
First Release: Oct 29, 2025
Last Update: Mar 15, 2026
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings