HomeJavaModsRTP (GTL)
RTP (GTL)
RTP (GTL) — screenshot 1RTP (GTL) — screenshot 2

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!

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more