▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/RTP (GTL)
RTP (GTL)

RTP (GTL)

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

592
0

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)

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:CC-BY-4.0
Опубликован:3 месяца назад
Обновлён:3 месяца назад
Главная