Back to mods
FastRTP | Random Teleport project artwork

Modrinth · Minecraft mod

FastRTP | Random Teleport

A fast random teleport command that doesn't cause lagspikes.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which FastRTP | Random Teleport release should I use?

Updated last month
Latest stable file 1.5.9-26.2
Game version 26.2
Loader Fabric

FastRTP | Random Teleport 1.5.9-26.2 targets 26.2 with Fabric. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.

Where it goes

Is FastRTP | Random Teleport required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked server-only.

What else does FastRTP | Random Teleport 1.5.9-26.2 need?

1.5.9-26.2. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add FastRTP | Random Teleport without breaking your instance.

Built for FastRTP | Random Teleport 1.5.9-26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 1.5.9-26.2. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 1.5.9-26.2. It opens that exact file at the source.

About this project

What does FastRTP | Random Teleport add?

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

{
  // 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": "<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."
  }
}

Project description from Modrinth.

Pick your setup

FastRTP | Random Teleport by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

23 available setups

Showing the newest 12 of 23 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

FastRTP | Random Teleport versions and loaders

14 of 14 releases match

Looking for an older file? The official Modrinth project page is in Resources.