B-RTP

Quick rating

B-RTP

No reviews yet

BlanketRTP: A Minecraft Fabric mod for random teleportation with biome selection, gliding mechanics, and boss bar notifications.

QoL & Tweaks
Player Transport
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
blanketrtp-2.0.8.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

BlanketRTP

BlanketRTP is a Minecraft Fabric mod that adds a fun way to randomly teleport (RTP) around your world. Whether you want to explore random locations or jump straight into a specific biome, BlanketRTP has got you covered! Plus, it includes cool gliding mechanics and boss bar notifications to make the experience even better.


RTP without gliding showing off biome search

RTP with gliding


Features

  • Random Teleportation: Teleport to a random spot in your world.
  • Biome-Specific RTP: Want to teleport to a specific biome? Just name it!
  • Gliding Mechanic: Start gliding when you teleport so you don't crash-land.
  • Boss Bar Notifications: Get real-time feedback while you teleport with a boss bar.

Commands

  • /rtp

    • Description: Teleports you to a random location within a set range.
    • Permission: rtp.base
  • /rtp [biome]

    • Description: Teleports you to a random spot in the specified biome.
    • Permission: rtp.base
  • /rtp reload

    • Description: Reloads the mod's config without needing a server restart.
    • Permission: rtp.reload

Permissions

  • rtp.base - Allows you to use the /rtp command for random teleportation.
  • rtp.biome - Allows you to use the /rtp [biome] command for random biome teleportation.
  • rtp.reload - Lets you reload the mod's config with /rtp reload.

How to Use

  1. Random Teleportation:

    • Just type /rtp in chat, and you'll be teleported to a random safe spot in your world.
  2. Biome-Specific Teleportation:

    • Want to land in a specific biome? Type /rtp [biome]. For example, /rtp desert will drop you in a desert biome.
  3. Reloading the Config:

    • If you're an admin, you can reload the config anytime with /rtp reload. No need to restart the server!

Config Setup

Check out the config/blanketrtp folder to tweak settings like teleportation range, biome RTP options, and gliding features.

BlanketRTP

BlanketRTP is a feature-rich, server-side Fabric mod that provides a fun, safe, and highly configurable random teleportation (RTP) system for your world. Whether you want to let players explore random locations, hunt for specific biomes, or gently glide down from the sky, BlanketRTP offers a polished and performant solution.


RTP without gliding showing off biome search

RTP with gliding


Dependencies


Features

  • Standard & Biome RTP: Teleport to a random safe location with /rtp or target a specific biome with /rtp biome <biome_id>.
  • Smooth Gliding Mechanic: Instead of just appearing, players can be teleported high into the air and automatically start gliding, complete with customizable particle effects and a visually equipped Elytra.
  • Performance-Focused "Slow Load": Prevents server lag (TPS drops) when teleporting to new chunks by pre-loading the destination area slowly before the player arrives.
  • Tiered Cooldown System: Create different cooldowns for different player ranks using permissions (e.g., VIPs get a shorter cooldown).
  • Dimension Redirection: Force players who use /rtp in certain dimensions (like The End or The Nether) to be teleported to a different, designated world.
  • Extensive Configuration: Control everything from the teleport radius and cooldowns to the glider item's NBT, particle effects, and all user-facing messages.
  • Admin Tools: Reload the configuration live with /rtp reload and forcibly stop a player's glide if needed.

Commands

The primary command is /rtp. All permission nodes are fully configurable in the config file.

Command Permission Description
/rtp blanketrtp.rtp Teleports the player to a random safe location.
/rtp no_glide blanketrtp.rtp.noglide Performs a random teleport but forces the gliding mechanic to be off for this one use.
/rtp biome <biome_id> blanketrtp.rtp.biome Finds and teleports the player to a random location within the specified biome.
/rtp biome <biome_id> no_glide blanketrtp.rtp.biome Teleports to a specific biome with gliding forced off.
/rtp reload blanketrtp.admin.reload Reloads the blanketrtp.json configuration file from disk.
/rtp stopgliding <player> blanketrtp.admin.stopgliding Forcibly stops the RTP-induced glide for the specified player.

Configuration

BlanketRTP uses a single, comprehensive configuration file located at config/blanketrtp/blanketrtp.json. It allows for deep customization of nearly every feature.

Main RTP Settings

  • rtpRadius: The maximum distance (in blocks) from the world's center (0,0) that a player can be teleported to.
  • dimensionRedirects: A powerful feature to control RTP across dimensions. By default, it's configured to send anyone who uses /rtp in The Nether or The End to the Overworld. You can remove these entries to allow RTP within those dimensions or add your own custom redirects.
  • cooldowns: This list allows you to create a tiered cooldown system. The mod checks permissions from top to bottom. You can define tiers for different ranks (e.g., blanketrtp.cooldown.vip) and a default fallback with an empty permission ("").

Gliding System (glidingOptions)

This section controls the "drop from the sky" mechanic.

Setting Description
enabled The master switch to turn the gliding mechanic on or off globally.
teleportHeight The height (Y-level) above the ground that players are teleported to before they start gliding.
particlesEnabled Toggles the trail of particles that follows a player while they are gliding. You can customize the particleType, amount, and more.
glider Controls the item visually equipped on the player. You can change the gliderItemId (e.g., to a custom-textured Elytra) and even specify its NBT data with gliderNbtData to make it appear enchanted or have a specific custom model.

Performance (slowLoadOptions)

This section is crucial for preventing lag on servers, especially when players teleport to ungenerated chunks.

  • enabled: If true, the mod will slowly pre-load the chunks at the destination before teleporting the player.
  • radius: The radius of chunks to load around the destination. A radius of 1 loads a 3x3 chunk area.
  • loadDelayMillis: The pause (in milliseconds) between loading each chunk in the queue. A higher value means a slower, but smoother, teleport preparation that is less likely to impact server performance.
  • keepLoadedSeconds: How long the chunks are kept force-loaded after the player arrives to ensure a smooth landing.

Messages

  • Every message sent to the player is configurable, from cooldown notifications to success messages. They all support MiniMessage formatting, allowing for gradients, custom colors, and more.

Screenshots

Gallery

  • RTP Gliding
    RTP Gliding
  • RTP
    RTP

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~2,000
Total Downloads
CurseForge
<1,000
Modrinth
~2,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works