{"id":35195,"date":"2026-06-01T20:01:25","date_gmt":"2026-06-01T17:01:25","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/"},"modified":"2026-06-01T20:01:25","modified_gmt":"2026-06-01T17:01:25","slug":"bsrurtp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/","title":{"rendered":"BsruRTP"},"content":{"rendered":"<p>\ufeff# \ud83d\udd0c bsruRTP Plugin<\/p>\n<div align=\"center\">\n<p>![License: MIT](https:\/\/opensource.org\/licenses\/MIT)<br \/>\n![GitHub Repo stars](https:\/\/github.com\/Nattapat2871\/BsruRTP\/stargazers)<br \/>\n![Visitor Badge](https:\/\/api.visitorbadge.io\/api\/VisitorHit?user=Nattapat2871&#038;repo=BsruRTP&#038;countColor=%237B1E7A&#038;style=flat-square)<\/p>\n<\/div>\n<p align= \"center\">\n        <b>English<\/b>\u3000<a href=\"\/README_TH.md\">\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22<\/a><\/p>\n<p>A powerful and versatile Random Teleport (RTP) plugin for Spigot\/Paper servers. This plugin offers two distinct RTP modes: a classic GUI-based teleport for individual players and a unique, event-driven ZoneRTP system for group teleports. It is highly configurable and designed for modern Minecraft servers.<\/p>\n<p>&#8212;<br \/>\n## \u2728 Features<\/p>\n<p>### Standard RTP (\/rtp)<br \/>\n&#8211; **GUI-Based Teleport:** An intuitive menu for players to select which world to teleport to.<br \/>\n&#8211; **Stand-Still Countdown:** A short countdown requires players to stand still before teleporting.<br \/>\n&#8211; **Cooldown System:** Prevents players from spamming the RTP command.<br \/>\n&#8211; **Safe Location Finding:** Advanced algorithm to find safe teleport spots, including checks to avoid the Nether roof and lava oceans.<\/p>\n<p>### ZoneRTP<br \/>\n&#8211; **Persistent Timers:** Create RTP zones with looping countdowns that run continuously, creating server-wide events.<br \/>\n&#8211; **Group Teleport:** All players inside a zone when the timer hits zero are teleported to the same random location.<br \/>\n&#8211; **Zone Requirements:** Configure zones to require players to stand on a specific block type and within a specific vertical height.<br \/>\n&#8211; **Global Visibility:** Use PlaceholderAPI to display zone countdowns anywhere on the server.<\/p>\n<p>### General Features<br \/>\n&#8211; **Highly Configurable:** Customize GUI, all messages, sounds, radiuses, and timings.<br \/>\n&#8211; **Full Admin Control:** A robust set of commands to create, remove, and manage all plugin features.<br \/>\n&#8211; **Multi-World Support:** Works perfectly with vanilla worlds and worlds managed by **Multiverse-Core**.<br \/>\n&#8211; **PlaceholderAPI Support:** Deep integration for displaying dynamic information.<\/p>\n<p>&#8212;<br \/>\n## \ud83c\udfae Compatibility<\/p>\n<p>&#8211; **Minecraft Version:** `1.17` &#8211; `1.21+`<br \/>\n&#8211; **Server Software:** Spigot, Paper, and their forks.<\/p>\n<p>&#8212;<br \/>\n## \ud83d\udee0\ufe0f Installation<\/p>\n<p>1.  Download the latest `.jar` file from the Releases page.<br \/>\n2.  Place the downloaded `.jar` file into your server&#8217;s `\/plugins` directory.<br \/>\n3.  (Optional) Install PlaceholderAPI for placeholder support.<br \/>\n4.  Start or restart your server.<br \/>\n5.  Configure the generated `config.yml` and `zones.yml` files to your liking.<\/p>\n<p>&#8212;<br \/>\n## \ud83d\udccb Commands &#038; Permissions<\/p>\n<p>| Command | Description | Permission Node | Default |<br \/>\n| :&#8212; | :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/rtp` | Opens the Random Teleport GUI. | `bsrurtp.use` | `true` |<br \/>\n| `\/bsrurtp` | Shows plugin information. | `bsrurtp.admin` | `op` |<br \/>\n| `\/bsrurtp help` | Shows all plugin commands. | `bsrurtp.admin` | `op` |<br \/>\n| `\/bsrurtp reload` | Reloads all plugin configs. | `bsrurtp.reload` | `op` |<br \/>\n| `\/bsrurtp status` | Shows the plugin&#8217;s current status. | `bsrurtp.status` | `op` |<br \/>\n| `\/bsrurtp tpzone <zone>` | Teleports you to a zone&#8217;s center. | `bsrurtp.tpzone` | `op` |<br \/>\n| `\/zonertp create &#8230;` | Creates a new RTP zone. | `bsrurtp.admin.zone` | `op` |<br \/>\n| `\/zonertp remove <zone>` | Removes an RTP zone. | `bsrurtp.admin.zone` | `op` |<\/p>\n<p>&#8212;<br \/>\n## \ud83d\udd0c Placeholders (PlaceholderAPI)<\/p>\n<p>&#8211; `%bsrurtp_zone_secs_<zonename>%`<br \/>\n  &#8211; Displays the remaining seconds for a specific looping RTP Zone.<br \/>\n  &#8211; **Example:** `%bsrurtp_zone_secs_spawn-event%` will show the countdown for the &#8220;spawn-event&#8221; zone.<br \/>\n  &#8211; Shows &#8220;N\/A&#8221; if the zone does not exist or has not started its timer.<\/p>\n<p>&#8212;<br \/>\n## \u2699\ufe0f Configuration<\/p>\n<p>The plugin uses two main configuration files:<\/p>\n<p>### `config.yml`<br \/>\nThis file controls the standard `\/rtp` command, global messages, sounds, and ZoneRTP behavior.<\/p>\n<p>&#8220;`yaml<br \/>\n# Height for the vertical check in ZoneRTP (from the zone&#8217;s center Y).<br \/>\n# For example, if set to 4 and the zone&#8217;s Y is 65, it will check for players between Y 65 and 69.<br \/>\nzone-vertical-check-height: 4<\/p>\n<p># Worlds where \/rtp is allowed.<br \/>\nallowWorlds:<br \/>\n  &#8211; world<br \/>\n  &#8211; world_nether<br \/>\n  &#8211; world_the_end<\/p>\n<p># Teleportation radius from the world&#8217;s spawn point for each world.<br \/>\nradius:<br \/>\n  world: 2000<br \/>\n  world_nether: 2000<br \/>\n  world_the_end: 2000<\/p>\n<p># Cooldown settings for the \/rtp command.<br \/>\ncooldown:<br \/>\n  enabled: true<br \/>\n  seconds: 5<br \/>\n  message: &#8220;&#038;cPlease wait {cooldown} more seconds before teleporting again!&#8221;<\/p>\n<p># Settings for the \/rtp GUI.<br \/>\ngui:<br \/>\n  title: &#8220;&#038;aSelect a World to RTP&#8221;<br \/>\n  slots:<br \/>\n    world: 11<br \/>\n    world_nether: 13<br \/>\n    world_the_end: 15<br \/>\n  icons:<br \/>\n    world:<br \/>\n      material: GRASS_BLOCK<br \/>\n      name: &#8220;&#038;aRTP to Overworld&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7Online: %server_online%&#8221;<br \/>\n        &#8211; &#8220;&#038;7Click to randomly teleport.&#8221;<br \/>\n    world_nether:<br \/>\n      material: NETHERRACK<br \/>\n      name: &#8220;&#038;cRTP to Nether&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7Click to randomly teleport.&#8221;<br \/>\n    world_the_end:<br \/>\n      material: END_STONE<br \/>\n      name: &#8220;&#038;dRTP to The End&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;7Click to randomly teleport.&#8221;<\/p>\n<p># Sound effects for various actions.<br \/>\nsounds:<br \/>\n  gui_click: &#8220;ui.button.click&#8221;<br \/>\n  waiting: &#8220;entity.enderman.teleport&#8221;<br \/>\n  teleport: &#8220;entity.player.levelup&#8221;<br \/>\n  fail: &#8220;block.note_block.bass&#8221;<br \/>\n  cancel_on_move: &#8220;ENTITY_VILLAGER_NO&#8221;<br \/>\n  zone_countdown_tick: &#8220;BLOCK_NOTE_BLOCK_HAT&#8221;<br \/>\n  zone_teleport: &#8220;ENTITY_ENDERMAN_TELEPORT&#8221;<\/p>\n<p># All plugin messages.<br \/>\nmessages:<br \/>\n  no_permission: &#8220;&#038;cYou don&#8217;t have permission to use this command.&#8221;<br \/>\n  reload_success: &#8220;&#038;aConfig reloaded successfully!&#8221;<br \/>\n  reload_failed: &#8220;&#038;cFailed to reload config!&#8221;<br \/>\n  world_not_allowed: &#8220;&#038;cRTP is not allowed in this world.&#8221;<br \/>\n  already_in_rtp: &#8220;&#038;cYou are already waiting to teleport.&#8221;<br \/>\n  world_not_found: &#8220;&#038;cCould not find this world.&#8221;<br \/>\n  teleport_fail: &#8220;&#038;cCould not find a safe location. Please try again.&#8221;<br \/>\n  teleport_success: &#8220;&#038;aTeleported successfully to {location}&#8221;<br \/>\n  rtp_start: &#8220;&#038;eTeleporting in {seconds} seconds. Do not move!&#8221;<br \/>\n  countdown_actionbar: &#8220;&#038;eTeleporting in {seconds}s&#8230;&#8221;<br \/>\n  rtp_cancel_move: &#8220;&#038;cTeleport canceled because you moved.&#8221;<br \/>\n  rtp_cancel_world: &#8220;&#038;cTeleport canceled because you changed worlds.&#8221;<br \/>\n  # Messages for ZoneRTP<br \/>\n  zone_countdown_title: &#8220;&#038;a&#038;lRTP ZONE&#8221;<br \/>\n  zone_countdown_subtitle: &#8220;&#038;fTeleporting in &#038;e{seconds} &#038;fseconds!&#8221;<br \/>\n  zone_teleport_success: &#8220;&#038;bYou have been teleported by an RTP Zone!&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A powerful and versatile Random Teleport (RTP) plugin for Spigot\/Paper servers. This plugin offers two distinct RTP modes: a classic GUI-based teleport for individual players and a unique, event-driven ZoneRTP system for group teleports<\/p>\n","protected":false},"featured_media":35196,"template":"","meta":{"_minecraft_slug":"bsrurtp","_minecraft_project_id":"YtGCdI72","_minecraft_author":"nattapat2871","_minecraft_license":"MIT","_minecraft_downloads":487,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bsrurtp.zip","_minecraft_size_bytes":51065,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T10:36:14.380885Z","_minecraft_date_created":"2025-07-17T00:14:06.254862Z","_minecraft_date_modified":"2025-07-11T19:14:19.316647Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bsrurtp","_minecraft_icon_attachment_id":35196,"_minecraft_imported_at":"2026-06-01T17:01:26+00:00","_minecraft_import_hash":"450bf0ffdefef75217d9a85571839a29","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,125,127,128,129,159],"mod_loader":[130,131,132,133,134],"minecraft_version":[54,59,62,37,73,74,38,78,79,80],"class_list":["post-35195","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-worldgen","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-19","minecraft_version-1-20","minecraft_version-1-21","minecraft_version-1-21-1","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BsruRTP - 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\/bsrurtp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BsruRTP - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A powerful and versatile Random Teleport (RTP) plugin for Spigot\/Paper servers. This plugin offers two distinct RTP modes: a classic GUI-based teleport for individual players and a unique, event-driven ZoneRTP system for group teleports\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/\" \/>\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\\\/bsrurtp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bsrurtp\\\/\",\"name\":\"BsruRTP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bsrurtp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bsrurtp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bsrurtp-icon-d3152b060b5ccd737e5d0ced402d08b9557f51f1_96.webp\",\"datePublished\":\"2026-06-01T17:01:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bsrurtp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bsrurtp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bsrurtp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bsrurtp-icon-d3152b060b5ccd737e5d0ced402d08b9557f51f1_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bsrurtp-icon-d3152b060b5ccd737e5d0ced402d08b9557f51f1_96.webp\",\"width\":96,\"height\":89},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bsrurtp\\\/#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\":\"BsruRTP\"}]},{\"@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":"BsruRTP - 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\/bsrurtp\/","og_locale":"en_US","og_type":"article","og_title":"BsruRTP - Minecraft","og_description":"A powerful and versatile Random Teleport (RTP) plugin for Spigot\/Paper servers. This plugin offers two distinct RTP modes: a classic GUI-based teleport for individual players and a unique, event-driven ZoneRTP system for group teleports","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/","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\/bsrurtp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/","name":"BsruRTP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bsrurtp-icon-d3152b060b5ccd737e5d0ced402d08b9557f51f1_96.webp","datePublished":"2026-06-01T17:01:25+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bsrurtp-icon-d3152b060b5ccd737e5d0ced402d08b9557f51f1_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bsrurtp-icon-d3152b060b5ccd737e5d0ced402d08b9557f51f1_96.webp","width":96,"height":89},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bsrurtp\/#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":"BsruRTP"}]},{"@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\/35195","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\/35196"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=35195"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=35195"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=35195"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=35195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}