{"id":173459,"date":"2026-06-10T01:47:25","date_gmt":"2026-06-09T22:47:25","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/"},"modified":"2026-06-10T01:47:25","modified_gmt":"2026-06-09T22:47:25","slug":"yurtp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/","title":{"rendered":"YuRTP"},"content":{"rendered":"<p># YuRandomTeleport | Cross-Version \u00b7 High Performance \u00b7 Universal Compatibility<\/p>\n<p>**Supported Versions: 1.8.x \u2013 1.26.x**<br \/>\n**Compatible Server Types: Spigot \/ Paper \/ All Hybrid Forks (Mohist, Magma, Arclight, etc.)**  <\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf89 Promotional Text<\/p>\n<p>### \u2726 Escape the Crowd. Explore the Unknown. \u2014 YuRandomTeleport<\/p>\n<p>Tired of overcrowded spawn points? Struggling to find untouched, pristine land?<br \/>\n**YuRandomTeleport** is an intelligent random teleportation plugin built for Minecraft servers, delivering a safe, smooth, and highly customizable teleport experience.<\/p>\n<p>#### \u2728 Why Choose YuRandomTeleport?<\/p>\n<p>&#8211; **Ultimate Cross-Version Compatibility**<br \/>\n  From 1.8 to the latest 1.26.x, it runs seamlessly on Spigot, Paper, and all hybrid server forks\u2014one plugin for every version.<\/p>\n<p>&#8211; **Smart &#038; Safe Location Algorithm**<br \/>\n  Automatically avoids lava, cacti, the void, fire, and other hazardous blocks. Players always land on solid ground with open sky above\u2014safe upon arrival.<\/p>\n<p>&#8211; **Granular Per\u2011World Configuration**<br \/>\n  Each world can have independent radius, height limits, safety rules, and blocked material lists. Perfectly tailored for Overworld, Nether, and End dimensions.<\/p>\n<p>&#8211; **Seamless Economy &#038; Cooldown Integration**<br \/>\n  Supports Vault economy deductions and customizable cooldowns. Granular permission nodes keep everything under control and prevent abuse.<\/p>\n<p>&#8211; **Programmable Command Hooks**<br \/>\n  Execute custom commands (including JSON titles and particle effects) before and after teleportation, taking your server\u2019s interactivity to the next level.<\/p>\n<p>&#8211; **Zero\u2011Fuss, Out\u2011of\u2011the\u2011Box**<br \/>\n  Default configurations work immediately. No complex setup required\u2014even novice server admins can deploy it effortlessly.<\/p>\n<p>&#8211; **Active Maintenance &#038; Community**<br \/>\n  The plugin is under continuous development. Join our official community **1080918424** to report issues, request features, or just chat with fellow admins.<\/p>\n<p>#### \ud83d\ude80 Join Us<br \/>\n**Official Community Group: 1080918424**<br \/>\nBug Reports \u00b7 Update Announcements \u00b7 Tech Support \u00b7 Customization Inquiries<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcd6 User Manual<\/p>\n<p>### 1. Installation Guide<\/p>\n<p>1. Place `YuRandomTeleport-<version>.jar` into your server&#8217;s `plugins` folder.<br \/>\n2. Restart the server or load the plugin using a plugin manager.<br \/>\n3. The plugin will automatically generate `config.yml` and `messages.yml` inside `plugins\/YuRandomTeleport\/`.<br \/>\n4. (Optional) Edit the configuration files as desired and apply changes with `\/yurtp reload`.<\/p>\n<p>### 2. Commands &#038; Permissions<\/p>\n<p>#### Player Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/yurtp` or `\/rtp` | Randomly teleports yourself within your current world. | `yurtp.use` |<br \/>\n| `\/yurtp <player>` | Randomly teleports the specified player within their current world (requires permission). | `yurtp.teleport.others` |<br \/>\n| `\/yurtp <player> <world>` | Randomly teleports the specified player to the specified world (requires permission). | `yurtp.teleport.others` |<br \/>\n| `\/yurtp help` | Displays the help menu. | None |<\/p>\n<p>#### Admin Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/yurtp reload` | Reloads the configuration files (`config.yml` and `messages.yml`). | `yurtp.reload` |<\/p>\n<p>#### Permission Nodes<\/p>\n<p>| Permission | Default | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `yurtp.use` | Everyone | Allows use of random teleport. |<br \/>\n| `yurtp.teleport.others` | OP | Allows teleporting other players. |<br \/>\n| `yurtp.bypass.cooldown` | OP | Bypasses the cooldown timer. |<br \/>\n| `yurtp.bypass.cost` | OP | Bypasses economy charges. |<br \/>\n| `yurtp.reload` | OP | Allows reloading the plugin configuration. |<\/p>\n<p>### 3. Configuration Quick Reference<\/p>\n<p>#### Core Options in `config.yml`<\/p>\n<p>&#8220;`yaml<br \/>\n# Economy settings (requires Vault)<br \/>\neconomy:<br \/>\n  enabled: false<br \/>\n  cost: 0.0<\/p>\n<p># Cooldown in seconds<br \/>\ncooldown:<br \/>\n  seconds: 3<\/p>\n<p># Worlds where teleportation is forbidden<br \/>\nworld-blacklist:<br \/>\n  &#8211; lobby<\/p>\n<p># Default parameters (inherited by all worlds unless overridden)<br \/>\ndefault:<br \/>\n  radius:<br \/>\n    min: 500<br \/>\n    max: 2000<br \/>\n  height:<br \/>\n    min: -64   # Leave blank to auto-detect from world<br \/>\n    max: 320<br \/>\n  safety:<br \/>\n    check: true<br \/>\n    allow-void: false<br \/>\n    allow-water: false<br \/>\n    allow-lava: false<br \/>\n    max-attempts: 32<br \/>\n    min-air-above: 8<br \/>\n    blocked-materials:<br \/>\n      &#8211; &#8220;MAGMA*&#8221;<br \/>\n      &#8211; &#8220;CACTUS&#8221;<br \/>\n      &#8211; &#8220;SWEET_BERRY_BUSH&#8221;<br \/>\n      &#8211; &#8220;COBWEB&#8221;<br \/>\n      &#8211; &#8220;*FIRE*&#8221;<\/p>\n<p># Per\u2011world overrides<br \/>\nworlds:<br \/>\n  world_nether:<br \/>\n    radius:<br \/>\n      min: 200<br \/>\n      max: 800<br \/>\n    safety:<br \/>\n      allow-lava: true<\/p>\n<p># Custom commands to execute (supports placeholders: {player}, {x}, {z}, etc.)<br \/>\ncommands:<br \/>\n  on-teleport:<br \/>\n    &#8211; &#8220;title {player} title {&#8220;text&#8221;:&#8221;Searching for a safe location&#8230;&#8221;,&#8221;color&#8221;:&#8221;yellow&#8221;}&#8221;<br \/>\n  on-success:<br \/>\n    &#8211; &#8220;title {player} title {&#8220;text&#8221;:&#8221;Teleport Successful!&#8221;,&#8221;color&#8221;:&#8221;green&#8221;}&#8221;<br \/>\n  on-fail:<br \/>\n    &#8211; &#8220;title {player} title {&#8220;text&#8221;:&#8221;Teleport Failed&#8221;,&#8221;color&#8221;:&#8221;red&#8221;}&#8221;<br \/>\n&#8220;`<\/p>\n<p>#### Notes on `messages.yml`<br \/>\nAll frontend messages support color codes (`&#038;` in place of `\u00a7`) and can be fully translated or customized. After editing, run `\/yurtp reload` to apply changes.<\/p>\n<p>### 4. Frequently Asked Questions<\/p>\n<p>**Q: Why can&#8217;t a player teleport?**<br \/>\nA: Verify that the world is not listed in `world-blacklist`, the player has the `yurtp.use` permission, and cooldown\/balance requirements are met.<\/p>\n<p>**Q: The teleport locations aren&#8217;t ideal. How can I improve them?**<br \/>\nA: Adjust the `radius` range, `height` limits, or relax the `blocked-materials` rules for the specific world. Enable `debug: true` in the config to view detailed location\u2011search logs in the console.<\/p>\n<p>**Q: Does the plugin support sounds on 1.8?**<br \/>\nA: Yes. A built\u2011in cross\u2011version sound compatibility layer ensures sounds work across all supported versions without errors or silence.<\/p>\n<p>**Q: Is Moonrise asynchronous server supported?**<br \/>\nA: Moonrise is not currently supported due to conflicts between its asynchronous architecture and some core plugin logic. We will evaluate potential compatibility in future updates.<\/p>\n<p>### 5. Community &#038; Support<\/p>\n<p>&#8211; **QQ Group: 1080918424**<br \/>\n  Bug reports \u00b7 Feature suggestions \u00b7 Update notifications \u00b7 Technical discussions<\/p>\n<p>&#8211; **Documentation &#038; Updates**<br \/>\n  The latest version and detailed documentation are always available within the community group.<\/p>\n<p>&#8212;<\/p>\n<p>**YuRandomTeleport \u2014 Every journey begins with anticipation.**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>RandomTeleport.Compatible Server Types: Spigot \/ Paper \/ All Hybrid Forks (Mohist, Magma, Arclight, Youer, etc.)<\/p>\n","protected":false},"featured_media":173460,"template":"","meta":{"_minecraft_slug":"yurtp","_minecraft_project_id":"a9538uT9","_minecraft_author":"vicuna","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":96,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"yurtp.zip","_minecraft_size_bytes":184643,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T20:01:50.371819Z","_minecraft_date_created":"2026-04-26T00:11:09.899977Z","_minecraft_date_modified":"2026-04-16T08:36:03.898816Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/yurtp","_minecraft_icon_attachment_id":173460,"_minecraft_imported_at":"2026-06-09T22:47:26+00:00","_minecraft_import_hash":"22f430cc47997b59cefc5481938b8051","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,125,127,128,867,129,869,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-173459","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-social","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-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","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","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>YuRTP - 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\/yurtp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"YuRTP - Minecraft\" \/>\n<meta property=\"og:description\" content=\"RandomTeleport.Compatible Server Types: Spigot \/ Paper \/ All Hybrid Forks (Mohist, Magma, Arclight, Youer, etc.)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/\" \/>\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\\\/yurtp\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/yurtp\\\/\",\"name\":\"YuRTP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/yurtp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/yurtp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/yurtp-icon-13c7232b9fcc75dc88ec797dc323c1ac86ead322_96.webp\",\"datePublished\":\"2026-06-09T22:47:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/yurtp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/yurtp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/yurtp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/yurtp-icon-13c7232b9fcc75dc88ec797dc323c1ac86ead322_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/yurtp-icon-13c7232b9fcc75dc88ec797dc323c1ac86ead322_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/yurtp\\\/#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\":\"YuRTP\"}]},{\"@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":"YuRTP - 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\/yurtp\/","og_locale":"en_US","og_type":"article","og_title":"YuRTP - Minecraft","og_description":"RandomTeleport.Compatible Server Types: Spigot \/ Paper \/ All Hybrid Forks (Mohist, Magma, Arclight, Youer, etc.)","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/","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\/yurtp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/","name":"YuRTP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/yurtp-icon-13c7232b9fcc75dc88ec797dc323c1ac86ead322_96.webp","datePublished":"2026-06-09T22:47:25+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/yurtp-icon-13c7232b9fcc75dc88ec797dc323c1ac86ead322_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/yurtp-icon-13c7232b9fcc75dc88ec797dc323c1ac86ead322_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/yurtp\/#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":"YuRTP"}]},{"@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\/173459","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\/173460"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=173459"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=173459"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=173459"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=173459"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}