HomeJavaModsRTPGui
RTPGui
ModsJava

RTPGui

by magnetProgramming · on Modrinth

A lightweight random teleport GUI with distance tiers. No dependencies And a Powerful Yet Simple Configuration.

⬇ Download on Modrinth
RTPGui — screenshot 1RTPGui — screenshot 2

RTPGui

RTPGui is a lightweight random teleport plugin for Paper servers that provides a simple graphical menu for selecting teleport distances. It includes built-in cooldowns, tiered distance ranges, and administrator tools for managing player cooldowns.

Main GUI Tier Selection Cooldown Display In-Game Example


Features


Commands

Command Description Permission
/rtpgui Opens the RTP selection menu rtpgui.use
/rtp <tier> Teleports using a preset tier (random, mid, far) rtpgui.use
/rtpgui reload Reloads configuration rtpgui.admin
/rtpgui reset [player] Resets cooldown for yourself or another player rtpgui.admin
/rtpgui check [player] Checks remaining cooldown for a player rtpgui.admin

Permissions

Permission Default Description
rtpgui.use true Allows use of the GUI and teleport commands
rtpgui.tier.mid true Grants access to the mid-range tier
rtpgui.tier.far true Grants access to the far-range tier
rtpgui.admin op Allows reload, reset, and check commands

Configuration

Example config.yml:

world: "world"
cooldown-seconds: 15

sound:
  enabled: true
  key: "minecraft:entity.enderman.teleport"
  volume: 1.0
  pitch: 1.0

tiers:
  mid:
    display: "&b&l5,000 &7- &b25,000 &lBLOCKS"
    material: "SHULKER_SHELL"
    slot: 11
    min: 5000
    max: 25000
    permission: "rtpgui.tier.mid"
  random:
    display: "&b&lRANDOM"
    material: "ENDER_PEARL"
    slot: 13
    min: 0
    max: 75000
  far:
    display: "&b&l25,000 &7- &b50,000 &lBLOCKS"
    material: "ENDER_EYE"
    slot: 15
    min: 25000
    max: 50000
    permission: "rtpgui.tier.far"

gui:
  title: "&bRTP"
  size: 27
  filler: "BLACK_STAINED_GLASS_PANE"
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