{"id":173795,"date":"2026-06-10T02:00:31","date_gmt":"2026-06-09T23:00:31","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/"},"modified":"2026-06-10T02:00:31","modified_gmt":"2026-06-09T23:00:31","slug":"zenrtp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/","title":{"rendered":"ZenRTP"},"content":{"rendered":"<p># ZenRTP<\/p>\n<p>A lightweight random teleport plugin for **Paper** servers. Pick a ring around a center point, find a safe surface, and teleport players there\u2014with cooldowns, costs, optional per-world rules, and messages you can edit.<\/p>\n<p>**Requirements:** Paper **1.21.x** (API `1.21`), **Java 21**.<br \/>\nZenRTP is built for Paper servers; Spigot-only servers are not supported.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Random location** in a configurable distance band from `center-x` \/ `center-z`, with per-world overrides.<br \/>\n&#8211; **Safety checks:** configurable \u201cunsafe\u201d blocks (lava, fire, cactus, etc.), air at feet\/head, solid ground, and Y bounds (`min-y` \/ `max-y`).<br \/>\n&#8211; **Sky visibility (Overworld only):** optional clear column to build height. **Nether and End ignore this**\u2014there is no sky there.<br \/>\n&#8211; **Teleport delay** with a **chat countdown** (e.g. 3, 2, 1); movement can cancel the pending RTP if enabled.<br \/>\n&#8211; **Cooldowns**, optional **daily limits**, and **costs** (hunger, XP, money via Vault).<br \/>\n&#8211; **World blacklist \/ whitelist**, **spawn avoidance**, **avoid nearby players**, **chunk preloading** around the destination.<br \/>\n&#8211; **Titles and sounds** (configurable); **messages** in `messages.yml` (MiniMessage or legacy `&#038;` codes).<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest ZenRTP jar file from the &#8220;Versions&#8221; page.<br \/>\n2. Place it in your server\u2019s `plugins` folder.<br \/>\n3. Start or restart the server.<br \/>\n4. Edit `plugins\/ZenRTP\/config.yml` and `plugins\/ZenRTP\/messages.yml` as needed, then run **`\/zenrtp reload`** (or restart).<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>| Command                  | Description                                                             |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `\/rtp`                   | Random teleport in the **world you are currently in**.                  |<br \/>\n| `\/rtp <world>`           | Random teleport in the named world (you must be allowed in that world). |<br \/>\n| `\/rtpo <player>`         | Teleport **another player** in their current world.                     |<br \/>\n| `\/rtpo <player> <world>` | Teleport another player to a random spot in the given world.            |<br \/>\n| `\/zenrtp reload`         | Reload `config.yml` and `messages.yml`.                                 |<\/p>\n<p>&#8212;<\/p>\n<p>## Permissions<\/p>\n<p>| Permission               | Default     | Purpose                                                                                                                     |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8211; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; |<br \/>\n| `zenrtp.use`             | `true`      | Use `\/rtp`.                                                                                                                 |<br \/>\n| `zenrtp.rtp.<world>`     | _(not set)_ | Allow RTP **into** the world named `<world>` (e.g. `zenrtp.rtp.world_nether`). Grant per world via your permissions plugin. |<br \/>\n| `zenrtp.others`          | `op`        | Use `\/rtpo`.                                                                                                                |<br \/>\n| `zenrtp.admin`           | `op`        | Use `\/zenrtp reload`.                                                                                                       |<br \/>\n| `zenrtp.bypass.cooldown` | `op`        | Ignore cooldown.                                                                                                            |<br \/>\n| `zenrtp.bypass.cost`     | `op`        | Ignore hunger\/XP\/money costs (unless `require-costs` is `true` in config).                                                  |<br \/>\n| `zenrtp.bypass.daily`    | `op`        | Ignore the daily RTP limit.                                                                                                 |<\/p>\n<p>If a player lacks `zenrtp.rtp.<world>` for a world, they cannot RTP there, even if `\/rtp` is allowed.<\/p>\n<p>&#8212;<\/p>\n<p>## Optional plugins<\/p>\n<p>| Plugin             | Role                                                                                |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| Vault              | Money cost (`currency-cost`) when configured.                                       |<br \/>\n| **PlaceholderAPI** | Present if you use placeholders elsewhere; ZenRTP does not require it for core RTP. |<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration (overview)<\/p>\n<p>Main file: **`plugins\/ZenRTP\/config.yml`**.<\/p>\n<p>&#8211; **Distance &#038; area:** `min-distance`, `max-distance`, `center-x`, `center-z`.<br \/>\n&#8211; **Height:** `min-y`, `max-y` (per-world under `per-world-settings` if needed).<br \/>\n&#8211; **Safety:** `safe-location-check`, `unsafe-blocks` (Bukkit material names), `require-sky-visibility` _(Overworld only)_.<br \/>\n&#8211; **Worlds:** `world-blacklist`, `world-whitelist` (empty whitelist = all worlds except blacklist).<br \/>\n&#8211; **Flow:** `teleport-delay`, `cancel-on-move`, `max-attempts`, `preload-chunks`, `preload-radius`.<br \/>\n&#8211; **Spawn \/ players:** `spawn-radius`, `avoid-near-players`, `avoid-player-radius`.<br \/>\n&#8211; **Limits &#038; costs:** `cooldown`, `daily-limit`, `hunger-cost`, `xp-cost`, `currency-cost`, `require-costs`.<br \/>\n&#8211; **Feedback:** `enable-sounds`, title timings, effect durations, `log-teleports`.<\/p>\n<p>All options are documented with comments in the default `config.yml` shipped with the jar.<\/p>\n<p>&#8212;<\/p>\n<p>## Messages<\/p>\n<p>Edit **`plugins\/ZenRTP\/messages.yml`** to change chat text, prefixes, and placeholders. After a reload, changes apply without a full restart.<\/p>\n<p>&#8212;<\/p>\n<p>## Building from source<\/p>\n<p>&#8220;`bash<br \/>\ngit clone https:\/\/github.com\/maybeizen\/zenrtp.git<br \/>\ncd ZenRTP<br \/>\n.\/gradlew shadowJar<br \/>\n&#8220;`<\/p>\n<p>The plugin jar is produced under `build\/libs\/` (name includes the version from `plugin.yml`).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Simple, highly configurable RTP plugin.<\/p>\n","protected":false},"featured_media":173796,"template":"","meta":{"_minecraft_slug":"zenrtp","_minecraft_project_id":"i8iR7NeN","_minecraft_author":"maybeizen","_minecraft_license":"MIT","_minecraft_downloads":21,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"zenrtp.zip","_minecraft_size_bytes":64783,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:27:44.261868Z","_minecraft_date_created":"2026-04-17T02:29:42.413263Z","_minecraft_date_modified":"2026-04-12T19:46:37.947315Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/zenrtp","_minecraft_icon_attachment_id":173796,"_minecraft_imported_at":"2026-06-09T23:00:31+00:00","_minecraft_import_hash":"caf080dda0dcce21ded1261ecddae730","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,127,128,129,869,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-173795","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","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>ZenRTP - 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\/zenrtp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ZenRTP - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Simple, highly configurable RTP plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/\",\"name\":\"ZenRTP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/zenrtp-icon-0f5792cc33106d5fb5ff2fbcc82edaf9eceb6458_96.webp\",\"datePublished\":\"2026-06-09T23:00:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/zenrtp-icon-0f5792cc33106d5fb5ff2fbcc82edaf9eceb6458_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/zenrtp-icon-0f5792cc33106d5fb5ff2fbcc82edaf9eceb6458_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/zenrtp\\\/#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\":\"ZenRTP\"}]},{\"@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":"ZenRTP - 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\/zenrtp\/","og_locale":"en_US","og_type":"article","og_title":"ZenRTP - Minecraft","og_description":"Simple, highly configurable RTP plugin.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/","name":"ZenRTP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/zenrtp-icon-0f5792cc33106d5fb5ff2fbcc82edaf9eceb6458_96.webp","datePublished":"2026-06-09T23:00:31+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/zenrtp-icon-0f5792cc33106d5fb5ff2fbcc82edaf9eceb6458_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/zenrtp-icon-0f5792cc33106d5fb5ff2fbcc82edaf9eceb6458_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/zenrtp\/#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":"ZenRTP"}]},{"@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\/173795","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\/173796"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=173795"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=173795"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=173795"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=173795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}