FastRTP | Random Teleport
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.1% endorsement rate
- 🏆 #44 of 680 adventure mods in this game by downloads
📋 About This Mod
# Fast RTP A fast random teleport command that doesn't cause lagspikes. ### Commands - `/rtp` - Teleports the player to a random location. - `/rtpback` - Teleports the player back to their last random teleport location. - `/rtp <player> <args>` - Teleports the specified player to a random location. Requires permissions. - `/rtp reload` - Reloads the configuration. ### Permissions - `fast-rtp.command.root` - Allows the player to use the `/rtp` command when `requirePermission` is set to `true` - `fast-rtp.command.advanced` - Allows you to rtp other players, specify dimension, radius, etc. - `fast-rtp.command.reload` - Reloads the configuration. - `fast-rtp.bypass.cooldown` - Allows the player to bypass the RTP cooldown. ### Configuration The configuration file can be found in `/config/fast-rtp.json` ```json5 { // Whether using /rtp requires the player to have the permission "fast-rtp.command.root" "requirePermission": false, // Whether /rtp should use the current world of the player. // If false, the default world will be used if the dimension is not specified in the command. "useCurrentWorld": false, // Adds strict targeting / movement checks to prevent players from using the command to escape dangerous situations. "useStrictTeleportCheck": false, // The default dimension to use for /rtp. "defaultDimension": "minecraft:overworld", // The maximum radius from the world center to search for a safe location. // If set to -1, the radius will go as far as the worldborder. "radius": -1, // The minimum radius from the world center to search for a safe location. "minRadius": 0, // The radius of blocks to check for dangerous surrounding blocks. This doesn't go higher than 4. "safetyCheckRadius": 1, // Cooldown in seconds applied after using /rtp. "cooldown": 30, // Specific biome identifiers that can be skipped by the location finder. // These can also be used to skip expensive chunk loads, significantly speeding up location finding. "blackListedBiomes": , // Biome tags that can be skipped by the location finder. "blackListedBiomeTags": , // Command messages. Text formatting is done using https://placeholders.pb4.eu/user/text-format/. "messages": { "rtpStartSearch": "<yellow>Searching for a safe location...", "rtpLocFound": "<yellow>Found a safe location in ${seconds} seconds", "rtpTeleportPlayer": "<dark_aqua>Teleported to <green>${x} ${y} ${z} <dark_aqua>in <green>${world}", "rtpLocNotFound": "<red> Could not find a safe location!", "rtpOnCooldown": "<red> <gold>Please wait <yellow>${seconds} <gold>seconds before using the RTP again!", "preventedRtp": "<red> Could not start random teleport.\nReason: ${reason}", "rtpBackSuccess": "<dark_aqua>Teleported back to your last random teleport!", "rtpBackLocNotFound": "<red> You don't have any recent random teleports.", "preventedRtpBack": "<red> Unable to teleport back to your last RTP location.\nReason: ${reason}", "tpSecondsLeft": "<yellow>Teleporting in ${seconds} seconds...", "tpCancelled": "<red> Teleportation was cancelled." } } ```
A fast random teleport command that doesn't cause lagspikes.
### Commands
- `/rtp` - Teleports the player to a random location.
- `/rtpback` - Teleports the player back to their last random teleport location.
- `/rtp
### Permissions - `fast-rtp.command.root` - Allows the player to use the `/rtp` command when `requirePermission` is set to `true` - `fast-rtp.command.advanced` - Allows you to rtp other players, specify dimension, radius, etc. - `fast-rtp.command.reload` - Reloads the configuration. - `fast-rtp.bypass.cooldown` - Allows the player to bypass the RTP cooldown.
### Configuration The configuration file can be found in `/config/fast-rtp.json`
```json5
{
// Whether using /rtp requires the player to have the permission "fast-rtp.command.root"
"requirePermission": false,
// Whether /rtp should use the current world of the player.
// If false, the default world will be used if the dimension is not specified in the command.
"useCurrentWorld": false,
// Adds strict targeting / movement checks to prevent players from using the command to escape dangerous situations.
"useStrictTeleportCheck": false,
// The default dimension to use for /rtp.
"defaultDimension": "minecraft:overworld",
// The maximum radius from the world center to search for a safe location.
// If set to -1, the radius will go as far as the worldborder.
"radius": -1,
// The minimum radius from the world center to search for a safe location.
"minRadius": 0,
// The radius of blocks to check for dangerous surrounding blocks. This doesn't go higher than 4.
"safetyCheckRadius": 1,
// Cooldown in seconds applied after using /rtp.
"cooldown": 30,
// Specific biome identifiers that can be skipped by the location finder.
// These can also be used to skip expensive chunk loads, significantly speeding up location finding.
"blackListedBiomes": [
"minecraft:small_end_islands",
"minecraft:the_end",
"minecraft:the_void"
],
// Biome tags that can be skipped by the location finder.
"blackListedBiomeTags": [
"minecraft:is_beach",
"minecraft:is_ocean",
"minecraft:is_deep_ocean",
"minecraft:is_river"
],
// Command messages. Text formatting is done using https://placeholders.pb4.eu/user/text-format/.
"messages": {
"rtpStartSearch": "
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Wesley1808
- Version
- 1.5.9-26.2
- Downloads
- 32,910
- Endorsements
- 31
- Category
- adventure
- Created
- 7/22/2023
- Updated
- 6/16/2026
- Game Versions
- 26.2
- Tags
- adventure, utility
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does FastRTP | Random Teleport support?
The author lists 26.2. Other versions may work but are untested by the author.
What is the latest version of FastRTP | Random Teleport?
Version 1.5.9-26.2, published 2026-06-16 with 32,910 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await