Easy RTP
PluginLicenseRef-All-Rights-Reserved

Easy RTP

A simple and easy RTP plugin for Minecraft 1.21.11. Has all the basic functions definable via config, such as min and max range, cooldowns, world whitelist etc.

35
Downloads
0
Followers
1 months ago
Updated
📦
1
Versions

📖About Easy RTP

A simple and easy RTP plugin for Minecraft 1.21.11. Has all the basic functions definable via config, such as min and max range, cooldowns, world whitelist etc.

Example Config!

settings:
  min-range: 1000
  max-range: 5000
  max-attempts: 24
  cooldown-seconds: 300
  teleport-delay-seconds: 3
  
  safe-teleport:
    avoid-water: true
    avoid-lava: true

worlds:
  use-whitelist: true
  whitelist:
    - world
    - world_nether
  blacklist:
    - world_the_end

messages:

  prefix: "&6[EasyRTP] "

  no-permission: "&cYou do not have permission."

  cooldown: "&cYou must wait %time%s before using RTP again."

  teleporting: "&aSearching for a safe location..."

  success: "&aTeleported successfully!"

  invalid-world: "&cRTP is disabled in this world."

  reloaded: "&aConfiguration reloaded."

Installation Instructions:

  1. Stop server
  2. Drag and drop .jar into the plugins folder
  3. Start the server.

It really is that easy!

Permission Nodes!

permissions:
  easyrtp.use:
    default: true

  easyrtp.reload:
    default: op

  easyrtp.bypasscooldown:
    default: op