Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
RTP (GTL)
PluginCC-BY-4.0

RTP (GTL)

An RTP Plugin that creates intuitive and customizable random teleportation in servers!

466
Downloads
0
Followers
4 months ago
Updated
📦
7
Versions
adventureeconomygame-mechanicsbukkitpaperspigot
Download Latestv1.2.4View on Modrinth

📖About RTP (GTL)

Introduction

GuyThatLives RTP (GTL RTP) is aiming to create an easy-to-use random teleportation system that lets managers create custom-commands for players to use to RTP!

With the customizable configuration and language files, users can create multiple types of RTP commands! From rtp commands that cost money, to free rtp commands that all users can enjoy, GTL RTP will have your back.

Example Image Of GTL_RTP Language Config Making Default Messages Orange/Gold.

Configuration

Example custom config.yml:

# GTL_RTP Plugin Default Configuration

commands:
  rtp:   # this is the title and command, so it'll be /rtp
    aliases: []     # custom aliases like: wild, wilderness, wildtp, randomtp
    type: random          # default for RTP commands
    description: Teleport randomly within a world
    origin: 0,64,0
    min-radius: 100
    max-radius: 2000
    override-tp: false
    cost: 10.0             # cost only works with VAULT plugin
    worlds:
      - world
      - world_nether
      - world_the_end
    biomes:
      - plains
      - forest
      - desert
      - beach
    y-margin: top     # teleports the player to the highest point (the top)
  cavetp:
    aliases:
      - cave
      - randomcave
    type: random
    description: Teleport to a random cave!
    origin: 0,64,0
    min-radius: 200
    max-radius: 3000
    cost: 200.0
    worlds:
      - world
    y-margin: cave     # teleports the player to a random underground point

The config.yml file lets users create commands that teleport players randomly, or to a fixed position! This creates a plugin that allows both random teleportation and warps!

Now you might be wondering: What if I want a custom message for each type of RTP/TP? Well lang.yml is where you can customize the language for almost everything message-based!

Here's an example of how you can use the commands that you created in config.yml to make custom messages for each in lang.yml:

custom:
  rtp:
    start: '&7Finding a random location...'
    success: '&6Teleported to a random location!'   # custom text for /rtp (a 500 block rtp)
  spawn:
    start: '&7Teleporting...'
    success: '&6Teleported to spawn!'   # custom text for /spawn
  furthertp:
    start: '&7Finding a random far location...'
    success: '&6Teleported to a far random location!'   # custom text for /furthertp (a 5,000 block rtp)

This design gives users flexibility with how they want their rtp/warp system to function!

Coming soon

As this plugin grows and expands, here are some ideas that have been brought to the plugins plate!

  • Each player delay for rtp usage. (Global or Per world/command)
  • Subcommands for rtp like: '/rtp overworld' and '/rtp nether'
  • Requirements for all/specific players to rtp (Ex: 'one player must reach end to rtp there' and 'player must have entered nether dimension once beforehand to rtp there')
  • Exponential growth of price (Use 1: $10, 2: $12, 3: $17 ... with a reset every X days/hours/minutes/seconds)
  • Effects to signal to nearby players that a user is about to RTP (requires rtp delay enabled)

👥 Team & Contributors

Zorbyte
ZorbyteOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page