Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
Platforms
Links
Tags
Creators
Details
Licensed ARR
Published last month
WildRTP REQUIRED!
This plugin requires WildRTP to function. Please ensure it is installed and configured on your server before using this GUI add-on.
Take your server's random teleportation to the next level! WildRTP GUI replaces the standard command-based experience with a sleek, interactive menu, allowing your players to choose their destination visually.
Features
- Fully Customizable: titles, lore, materials, colors
- Smart Layouts: automatically adjusts layout based on the number of worlds you have
- Intuitive UI: clean, modern interface that makes navigation easy for players
- Movetimer: enable or disable MoveTimer independent from WildRTP configuration
- Override existing rtp / wild / wildrtp / ... commands
- Supports up to 6 worlds
Example GUI with 3 worlds

Example GUI with 6 worlds

Commands
- /rtpgui <reload|updates>
Permissions
- wildrtp.gui - Allows you to use the GUI (default = true)
- wildrtp.gui.admin - Allows reload and check for updates (only op)
Config
# WildRTP GUI
# by Joni
gui:
title: '&8ʀᴛᴘᴍᴇɴᴜ'
fill-background: true
background-material: GRAY_STAINED_GLASS_PANE
# Worlds to show in the GUI
# A maximum of 6 worlds can be shown
# The GUI will automatically adjust depending on the number of worlds
worlds:
world:
material: GRASS_BLOCK
display-name: <#00FF00>🌍 Overworld RTP
lore:
- '&f&l| <#00FF00>Teleport &fto a random'
- '&f&l| &flocation in <#00FF00>The Overworld'
- '&f&l| &fClick to <#00FF00>teleport &fnow!'
world_nether:
material: NETHERRACK
display-name: <#FF5500>🔥 Nether RTP
lore:
- '&f&l| <#FF5500>Teleport &fto a random'
- '&f&l| &flocation in <#FF5500>The Nether'
- '&f&l| &fClick to <#FF5500>teleport &fnow!'
world_the_end:
material: END_STONE
display-name: <#F7E07A>🪨 The End RTP
lore:
- '&f&l| <#F7E07A>Teleport &fto a random'
- '&f&l| &flocation in the <#F7E07A>The End'
- '&f&l| &fClick to <#F7E07A>teleport &fnow!'
# If true, the /rtp command and their aliases will be overridden
override-rtp-command: false
# If true, teleportation after clicking will be delayed by the amount of time specified in the WildRTP config
movetimer-enabled: false
messages:
no-perm: '&cYou don''t have permission to do that!'
no-console: '&cThis command can''t be executed from the console!'
invalid-usage: '&cUsage: /rtpgui <reload|updates>'
reloaded-success: '&aConfiguration reloaded!'
reloaded-fail: '&cFailed to reload configuration!'
update-available: '&eA new version is available!'
no-update-available: '&aYou are on the latest version!'
prefix: '&8[&aRTPGUI&8] &f'
metrics: true
check-updates: true
notify-updates-on-join: true
# Do not edit below this line
config-version: 1


