WildRTP

⭐ — (68 endorsements) 📥 86,306 downloads 📌 v3.7-beta.2 📅 2/3/2023
🟡 Updated this year

By LasaJoniHD · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/18/2026 📅 Created: 2/3/2023

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #19 of 367 adventure mods in this game by downloads

📋 About This Mod

✅ /wild info - Display plugin information
✅ /wild updates - Checks for plugin updates
✅ /wild help - Display help message

# WildRTP - CIRCLE & SQUARE Shapes - Adjust teleport settings - Multi Worlds Support - Cooldown - MoveTimer - CustomRTP - AutoRTP ### Please let me know if you have any issues <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/V_ezL4mONGY" title="YouTube Videoplayer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> ## Commands - /wild - Teleport to a random location <br>Aliases: - /wild reload - Reloads the config <br> - /wild info - Display plugin information - /wild updates - Checks for plugin updates - /wild help - Display help message - /customrtp <player> <world> <startRadius> <endRadius> <originX> <originZ> - /customrtp <player> <world> - /customrtp <player> Note **<>** are **required arguments**, **** are only **optional arguments** and can be omitted. <br> %player% is a placeholder for the player that executed the command (only in /customrtp). ## Integrations - WorldGuard - ProtectionStones - Towny - Residence - GriefDefender - GriefPrevention (soon) - Lands (soon) - Vault (soon) ## Addons - (https://modrinth.com/plugin/wildrtp-gui) - WildRTP Fights (coming soon) ## Config <details> <summary>Show config</summary> ``` # __ ___ _ _ _____ _______ _____ # \ \ / (_) | | | __ \__ __| __ \ # \ \ /\ / / _| | __| | |__) | | | | |__) | # \ \/ \/ / | | |/ _` | _ / | | | ___/ # \ /\ / | | | (_| | | \ \ | | | | # \/ \/ |_|_|\__,_|_| \_\ |_| |_| # # by Joni - Thank you for using this plugin # Language setting # Available: # You can add/edit languages in the plugin folder (/lang) lang: "en" # Global RTP settings # This section defines the main settings for random teleportation # Custom settings per world can be defined in the custom section global: # Min & max teleportation range min: 1000 max: 2500 # Shape of the teleportation area shape: CIRCLE # Teleportation center center: player: false # If true, teleportation is centered on the player; x and z will be ignored x: 0 # X coordinate of center z: 0 # Z coordinate of center # Cooldown settings cooldown: enabled: true # Enable cooldown between RTP uses time: 5 # Cooldown time in seconds # Move timer settings movetimer: enabled: true # If true, no movement allowed before teleportation time: 5 # Time in seconds sound-canceled: ENTITY_VILLAGER_NO # Set to 'false' to disable. # Message settings messages: start: false # Show message when RTP starts end: true # Show message when RTP ends # Title messages displayed when RTP starts/ends titles: start: enabled: false fadeIn: 0.5 stay: 2 fadeOut: 0.5 end: enabled: true fadeIn: 0.5 stay: 2 fadeOut: 0.5 # Sound settings sound: start: false # Play a sound when teleport starts. Set to 'false' to disable. end: ENTITY_PLAYER_LEVELUP # Use any valid Bukkit Sound enum, e.g., ENTITY_PLAYER_LEVELUP. # Effect settings effects: start: # Give an effect when teleport starts. type: false # Set to 'false' to disable. Use any valid Bukkit PotionEffectType enum, e.g., "BLINDNESS". time: 1 # Duration in seconds for the effect to last. end: type: false time: 1 # Blocks to avoid when teleporting # Use LEAVES to disable all teleports in leaves. blocks: - LAVA - WATER - AIR # Y-limits for teleporting # null = no limit y-min: null y-max: null # Biomes to avoid when teleporting # Example: biomes: # Set to '' to disable. biomes: # Teleport to another world # If set to a valid world name, players will be teleported to that world instead of their current one. # Set to 'false' to teleport within the same world. tp-in-other-world: false # If true, the player's individual spawn point will be set to the new location upon teleporting. # Set to 'false' to disable. set-spawnpoint: false # Custom teleportation command to execute before/after teleporting. # %player% = player name # %x%, %y%, %z% = teleportation coordinates # Example: start: custom-command: start: end: # RTP generation strategy used to determine how safe locations are found. # This controls the algorithm used to pick valid teleport positions. # # Available strategies: # AUTO - Automatically chooses the best strategy based on the world environment. # HIGHEST_BLOCK - Uses the highest non-air block. Extremely fast. Perfect for normal Overworld and The End. # BOTTOM_UP - Scans from minY upwards for a solid block with space above it. Essential for the Nether or

# WildRTP - CIRCLE & SQUARE Shapes - Adjust teleport settings - Multi Worlds Support - Cooldown - MoveTimer - CustomRTP - AutoRTP

### Please let me know if you have any issues

## Commands - /wild - Teleport to a random location Aliases: [/rtp /randomtp /randomteleport /wildrtp] - /wild reload - Reloads the config

  • /wild info - Display plugin information
  • /wild updates - Checks for plugin updates
  • /wild help - Display help message
  • /customrtp
  • /customrtp
  • /customrtp

Note <> are required arguments, [] are only optional arguments and can be omitted.

%player% is a placeholder for the player that executed the command (only in /customrtp).

## Integrations - WorldGuard - ProtectionStones - Towny - Residence - GriefDefender - GriefPrevention (soon) - Lands (soon) - Vault (soon)

## Addons - (https://modrinth.com/plugin/wildrtp-gui) - WildRTP Fights (coming soon)

Show config

``` # __ ___ _ _ _____ _______ _____ # \ \ / (_) | | | __ \__ __| __ \ # \ \ /\ / / _| | __| | |__) | | | | |__) | # \ \/ \/ / | | |/ _` | _ / | | | ___/ # \ /\ / | | | (_| | | \ \ | | | | # \/ \/ |_|_|\__,_|_| \_\ |_| |_| # # by Joni - Thank you for using this plugin

# Language setting # Available: # You can add/edit languages in the plugin folder (/lang) lang: "en"

# Global RTP settings # This section defines the main settings for random teleportation # Custom settings per world can be defined in the custom section global: # Min & max teleportation range min: 1000 max: 2500

# Shape of the teleportation area shape: CIRCLE

# Teleportation center center: player: false # If true, teleportation is centered on the player; x and z will be ignored x: 0 # X coordinate of center z: 0 # Z coordinate of center

# Cooldown settings cooldown: enabled: true # Enable cooldown between RTP uses time: 5 # Cooldown time in seconds

# Move timer settings movetimer: enabled: true # If true, no movement allowed before teleportation time: 5 # Time in seconds sound-canceled: ENTITY_VILLAGER_NO # Set to 'false' to disable.

# Message settings messages: start: false # Show message when RTP starts end: true # Show message when RTP ends

# Title messages displayed when RTP starts/ends titles: start: enabled: false fadeIn: 0. 5 stay: 2 fadeOut: 0. 5 end: enabled: true fadeIn: 0. 5 stay: 2 fadeOut: 0. 5

# Sound settings sound: start: false # Play a sound when teleport starts. Set to 'false' to disable. end: ENTITY_PLAYER_LEVELUP # Use any valid Bukkit Sound enum, e.g., ENTITY_PLAYER_LEVELUP.

# Effect settings effects: start: # Give an effect when teleport starts. type: false # Set to 'false' to disable. Use any valid Bukkit PotionEffectType enum, e.g., "BLINDNESS". time: 1 # Duration in seconds for the effect to last. end: type: false time: 1

# Blocks to avoid when teleporting # Use LEAVES to disable all teleports in leaves. blocks: - LAVA - WATER - AIR

# Y-limits for teleporting # null = no limit y-min: null y-max: null

# Biomes to avoid when teleporting # Example: biomes: # Set to '[]' to disable. biomes: [ ]

# Teleport to another world # If set to a valid world name, players will be teleported to that world instead of their current one. # Set to 'false' to teleport within the same world. tp-in-other-world: false

# If true, the player's individual spawn point will be set to the new location upon teleporting. # Set to 'false' to disable. set-spawnpoint: false

# Custom teleportation command to execute before/after teleporting. # %player% = player name # %x%, %y%, %z% = teleportation coordinates # Example: start: [ "say %player% is teleporting to %x%, %y%, %z%", "give %player% minecraft:ender_pearl 1" ] custom-command: start: [ ] end: [ ]

# RTP generation strategy used to determine how safe locations are found. # This controls the algorithm used to pick valid teleport positions. # # Available strategies: # AUTO - Automatically chooses the best strategy based on the world environment. # HIGHEST_BLOCK - Uses the highest non-air block. Extremely fast. Perfect for normal Overworld and The End. # BOTTOM_UP - Scans from minY upwards for a solid block with space above it. Essential for the Nether or

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
LasaJoniHD
Version
3.7-beta.2
Downloads
86,306
Endorsements
68
Category
adventure
Created
2/3/2023
Updated
8/18/2026
Game Versions
1.18, 1.18.1, 1.18.2, 1.19, 1.19.1
Tags
adventure, game-mechanics, transportation

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does WildRTP support?

The author lists 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2. Other versions may work but are untested by the author.

What is the latest version of WildRTP?

Version 3.7-beta.2, published 2026-08-18 with 86,306 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by LasaJoniHD 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods