{"id":134545,"date":"2026-06-08T01:40:01","date_gmt":"2026-06-07T22:40:01","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/"},"modified":"2026-06-08T01:40:01","modified_gmt":"2026-06-07T22:40:01","slug":"rtp-gui","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/","title":{"rendered":"RTP"},"content":{"rendered":"<p># \ud83c\udfb2 RTP: The Ultimate Random Teleport Plugin<\/p>\n<p>**Tired of spawn camping? Need a quick escape to the unknown?**<\/p>\n<p>**RTP** (Random Teleport) is the sleek, powerful plugin that instantly throws players into a new, safe, and completely random location\u2014even across dimensions! Forget clunky commands; our **customizable GUI** makes exploration effortless and fun. **RTP supports custom worlds\/multiple worlds _but you will have to install a separate world manager plugin for this to work (Worlds, Multiverse, World Manager)_**<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/QOBY1lRtmV4\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>&#8212;<\/p>\n<p>### \u2728 Key Features That Redefine Adventure<\/p>\n<p>* **\u26a1 Instant, Safe Teleportation:** Use the simple **\/rtp** command to open a beautiful GUI and launch your players into the wild.<br \/>\n* **\ud83c\udf0d World Hopping (or Not!):** Players can choose to be teleported randomly within the **Overworld, Nether, or The End**. You have full control to **enable or disable any world** through the config.<br \/>\n* **\ud83d\udeab Respects World Borders:** Never worry about players glitching out! The plugin intelligently selects a random location that **respects the World Border** of the target world.<br \/>\n* **\ud83c\udfaf Beautiful &#038; Simple GUI:** Your players will love the clean, easy-to-use interface. All item materials, names, slots, and lore are **fully customizable**.<\/p>\n<p>&#8212;<\/p>\n<p>### \u2699\ufe0f Total Control &#038; Customization<\/p>\n<p>The **RTP** plugin gives server owners and administrators comprehensive control over the player experience.<\/p>\n<p>* **\u23f1\ufe0f Advanced Rank-Based Cooldowns:** Implement a tiered cooldown system using permissions. Give your VIP ranks (e.g., `rtp.cooldown.rank1`) shorter cooldowns to reward them!<br \/>\n* **\ud83d\udcdc Custom Messages &#038; Sounds:** Customize every single message, from the teleport countdown to cancellation notices, ensuring the plugin perfectly fits your server&#8217;s style.<br \/>\n* **\ud83d\udee1\ufe0f Safety &#038; Immersion:** Configure teleport settings like a customizable countdown timer, and easily enable\/disable movement or damage cancellation.<br \/>\n* **\ud83c\udf89 Visual Flair:** Enhance the experience with configurable teleport sounds and particle effects (like `PORTAL`) to make every warp feel special.<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83d\udcbb Commands &#038; Permissions<\/p>\n<p>| Command | Description | Permission | Default |<br \/>\n| :&#8212; | :&#8212; | :&#8212; | :&#8212; |<br \/>\n| **`\/rtp`** | Opens the World Selection GUI for random teleportation. | `rtp.use` | True |<br \/>\n| **`\/rtpreload`** | Reloads the plugin configuration. | `rtp.reload` | OP |<\/p>\n<p>#### Cooldown Permissions<\/p>\n<p>Cooldowns are customizable in the config, allowing you to set different timers for different player ranks using permissions like this:<\/p>\n<p>| Permission Example | Effect |<br \/>\n| :&#8212; | :&#8212; |<br \/>\n| `rtp.cooldown.rank1` | Uses the custom cooldown time set for rank1 (120s in example). |<br \/>\n| `rtp.cooldown.vip` | **(Create your own!)** Set a shorter time for VIPs! |<\/p>\n<details>\n<summary>\u2699\ufe0f Config Example<\/summary>\n<p>&#8220;`yaml<br \/>\n# === RTP GUI Plugin Configuration ===<br \/>\n# CUSTOM WORLDS ARE NOT SUPPORTED NATIVELY!!!<br \/>\n# If you want custom world support, please download<br \/>\n# a plugin for initializing worlds such as Worlds,<br \/>\n# Multiverse, World Manager, etc.<\/p>\n<p># GUI Settings<br \/>\ngui:<br \/>\n  title: &#8220;<gradient:green:yellow>Select a World to Teleport<\/gradient>&#8221;<br \/>\n  size: 9 # 9 per row. 2 rows = 18, 3 rows = 27, and so on<br \/>\n  open-sound: &#8220;UI_BUTTON_CLICK&#8221;<br \/>\n  click-sound: &#8220;BLOCK_NOTE_BLOCK_PLING&#8221;<br \/>\n  disabled-sound: &#8220;ENTITY_VILLAGER_NO&#8221;<br \/>\n  items:<br \/>\n    overworld:<br \/>\n      world-name: &#8220;world&#8221;<br \/>\n      min-radius: 0<br \/>\n      max-radius: 0 # Leave this 0 to just teleport based on world-border<br \/>\n      enabled: true<br \/>\n      slot: 2<br \/>\n      material: GRASS_BLOCK<br \/>\n      name: &#8220;<green>Overworld&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;<gray>Click to teleport randomly in the Overworld!&#8221;<br \/>\n    nether:<br \/>\n      world-name: &#8220;world_nether&#8221;<br \/>\n      # The logic for this does not teleport you to coordinates 10,000 to 11,000. It uses a mathematical calculation<br \/>\n      # that converts this to a circular band instead of a square.<br \/>\n      min-radius: 10000<br \/>\n      max-radius: 11000<br \/>\n      enabled: false<br \/>\n      slot: 4<br \/>\n      material: NETHERRACK<br \/>\n      name: &#8220;<red>Nether&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;<gray>Click to teleport randomly in the Nether!&#8221;<br \/>\n    end:<br \/>\n      world-name: &#8220;world_the_end&#8221;<br \/>\n      min-radius: 0<br \/>\n      max-radius: 0<br \/>\n      enabled: false<br \/>\n      slot: 6<br \/>\n      material: END_STONE<br \/>\n      name: &#8220;<yellow>The End&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;<gray>Click to teleport randomly in the End!&#8221;<\/p>\n<p>cooldown:<br \/>\n  default:<br \/>\n    cooldown: 180<br \/>\n    # This is the default cooldown if players don&#8217;t<br \/>\n    # have any rtp.cooldown.<rankname> permissions.<br \/>\n  rank1:<br \/>\n    permission: &#8220;rank1&#8221; # rtp.cooldown.rank1<br \/>\n    cooldown: 120<br \/>\n  rank2:<br \/>\n    permission: &#8220;rank2&#8221; # rtp.cooldown.rank2<br \/>\n    cooldown: 60<\/p>\n<p>teleport:<br \/>\n  # I strongly suggest not increasing max-attempts from 100 as it might cause massive tps drops or server crashes.<br \/>\n  max-attempts: 100    # maximum # of attempts to find a safe location to teleport to<br \/>\n  countdown: 5         # seconds before teleport happens<br \/>\n  move-cancel: true    # cancel teleport if player moves<br \/>\n  damage-cancel: true  # cancel teleport if player takes damage<br \/>\n  countdown-sound: &#8220;UI_BUTTON_CLICK&#8221;<\/p>\n<p># Teleportation effects<br \/>\neffects:<br \/>\n  teleport-sound: &#8220;ENTITY_ENDERMAN_TELEPORT&#8221;<br \/>\n  teleport-particle: &#8220;PORTAL&#8221;<br \/>\n  particle-count: 40<\/p>\n<p># Blacklisted blocks (blocks a player won&#8217;t teleport on).<br \/>\nblacklist-blocks:<br \/>\n  &#8211; &#8220;LAVA&#8221;<br \/>\n  &#8211; &#8220;FIRE&#8221;<br \/>\n  &#8211; &#8220;CACTUS&#8221;<br \/>\n  &#8211; &#8220;MAGMA_BLOCK&#8221;<br \/>\n  &#8211; &#8220;CAMPFIRE&#8221;<br \/>\n  &#8211; &#8220;SOUL_CAMPFIRE&#8221;<br \/>\n  &#8211; &#8220;SOUL_FIRE&#8221;<br \/>\n  &#8211; &#8220;WATER&#8221;<\/p>\n<p># Messages<br \/>\nmessages:<br \/>\n  teleported: &#8220;<green>Teleported to a random location in the %world%<green>!&#8221;<br \/>\n  cooldown: &#8220;<red>You must wait <yellow>%time%s<\/yellow> before using RTP again!&#8221;<br \/>\n  countdown: &#8220;<yellow>Teleporting in %countdown%s&#8230;&#8221;<br \/>\n  cancel-move: &#8220;<red>Teleport cancelled because you moved!&#8221;<br \/>\n  cancel-damage: &#8220;<red>Teleport cancelled because you took damage!&#8221;<br \/>\n  no-permission: &#8220;<red>You have no permission to use \/rtp reload!&#8221;<br \/>\n  scanning: &#8220;<aqua>Scanning for a safe teleport location. <gray>(Attempt#%attempt%)&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>**Ready to give your players the gift of the unknown? Install RTP today!**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Very simple \/rtp plugin inspired by DonutSMP<\/p>\n","protected":false},"featured_media":134546,"template":"","meta":{"_minecraft_slug":"rtp-gui","_minecraft_project_id":"xmG9d1OY","_minecraft_author":"JollyJoe","_minecraft_license":"MIT","_minecraft_downloads":23407,"_minecraft_follows":13,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"rtp-gui.zip","_minecraft_size_bytes":142241,"_minecraft_version_count":5,"_minecraft_updated_at":"2026-05-16T00:09:22.916738Z","_minecraft_date_created":"2025-10-23T06:45:52.008770Z","_minecraft_date_modified":"2025-11-21T04:59:54.074715Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/rtp-gui","_minecraft_icon_attachment_id":134546,"_minecraft_imported_at":"2026-06-07T22:40:01+00:00","_minecraft_import_hash":"e94908647cbb19b9384e34b3492995e7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,125,89,127,128,129,869,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-134545","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-folia","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RTP - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RTP - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Very simple \/rtp plugin inspired by DonutSMP\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/\",\"name\":\"RTP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rtp-gui-icon-37986ebbacb00a111662317fe8a7f61c3faf0183_96.webp\",\"datePublished\":\"2026-06-07T22:40:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rtp-gui-icon-37986ebbacb00a111662317fe8a7f61c3faf0183_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rtp-gui-icon-37986ebbacb00a111662317fe8a7f61c3faf0183_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rtp-gui\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"RTP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RTP - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/","og_locale":"en_US","og_type":"article","og_title":"RTP - Minecraft","og_description":"Very simple \/rtp plugin inspired by DonutSMP","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/","name":"RTP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rtp-gui-icon-37986ebbacb00a111662317fe8a7f61c3faf0183_96.webp","datePublished":"2026-06-07T22:40:01+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rtp-gui-icon-37986ebbacb00a111662317fe8a7f61c3faf0183_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rtp-gui-icon-37986ebbacb00a111662317fe8a7f61c3faf0183_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rtp-gui\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"RTP"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/134545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/134546"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=134545"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=134545"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=134545"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=134545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}