{"id":170369,"date":"2026-06-09T23:50:49","date_gmt":"2026-06-09T20:50:49","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/"},"modified":"2026-06-09T23:50:49","modified_gmt":"2026-06-09T20:50:49","slug":"wildrtp-2","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/","title":{"rendered":"WildRTP++"},"content":{"rendered":"<p># **WildRTP++**<\/p>\n<p>A feature rich lightweight and simple random teleport plugin built originally for fun and for playing with friends \u2014 and now available for everyone.<br \/>\nPowered by Paper and compatible with Multiverse-Core, this plugin allows players to teleport to a random location in any world with optional invite mechanics.<\/p>\n<p>> ## \u2728 Features<br \/>\n><br \/>\n> &#8211; \ud83d\ude80 Random teleport with configurable range<br \/>\n> &#8211; \ud83c\udf0d Full support for Overworld, Nether, and End<br \/>\n> &#8211; \ud83d\udd01 Optional Multiverse-Core world selection<br \/>\n> &#8211; \ud83e\udde0 Safe-Teleport system (avoids lava, void, caves, etc.)<br \/>\n> &#8211; \ud83d\udd52 Configurable cooldowns, delays, and movement cancellation<br \/>\n> &#8211; \ud83d\udc65 Invite system \u2014 teleport solo or with friends<br \/>\n> &#8211; \u2694\ufe0f PvP or movement cancels pending teleports<br \/>\n> &#8211; \u2699\ufe0f Lightweight &#038; beginner-friendly configuration<\/p>\n<p>### _____________________________________________________________________________________________<\/p>\n<p>>  ## \ud83e\udded Commands<br \/>\n><br \/>\n> &#8211; \/wild &#8211; Teleports you to a random location (range configurable &#038; Multiverse compatible)<br \/>\n> &#8211; \/wildinvite\t&#8211; Invite players to teleport with you (max invites configurable)<br \/>\n> &#8211; \/wildaccept &#8211; Accept a teleport invite<br \/>\n> &#8211; \/wilddeny -Deny a teleport invite<\/p>\n<p>![WildRTP++ Logo (AI)](https:\/\/cdn.modrinth.com\/data\/cached_images\/ae4d155cbbe7623bc6e4fc42f2507efc64ff67d9_0.webp)<\/p>\n<details>\n<summary>Config.yml<\/summary>\n<p>&#8220;`<br \/>\nConfig.yml<br \/>\n# WildRTP++ Configuration<br \/>\n# By uCruz_<\/p>\n<p># Language: en_US (English) or pt_BR (Portuguese Brazil)<br \/>\nlanguage: en_US<\/p>\n<p># General teleport settings<br \/>\nteleport:<br \/>\n  # Warmup time before teleport (in seconds)<br \/>\n  warmup-time: 10<\/p>\n<p>  # Cooldown between teleports (in seconds)<br \/>\n  cooldown: 180<\/p>\n<p>  # Minimum distance from spawn (in blocks)<br \/>\n  min-distance: 500<\/p>\n<p>  # Maximum distance from spawn (in blocks)<br \/>\n  max-distance: 5000<\/p>\n<p>  # Try to find safe location (max attempts)<br \/>\n  max-attempts: 25<\/p>\n<p>  # Cancel teleport if player moves<br \/>\n  cancel-on-move: true<\/p>\n<p>  # Cancel teleport if player is in PvP<br \/>\n  cancel-on-pvp: true<\/p>\n<p>  # PvP time (in seconds) &#8211; player is considered in combat<br \/>\n  pvp-time: 10<\/p>\n<p># Allowed worlds for teleport<br \/>\nworlds:<br \/>\n  enabled:<br \/>\n    &#8211; world<br \/>\n    &#8211; world_nether<br \/>\n    &#8211; world_the_end<\/p>\n<p>  # Default world if player is in a non-allowed world<br \/>\n  default-world: world<\/p>\n<p>  # Map origin worlds to destination worlds<br \/>\n  # Format: origin_world: destination_world<br \/>\n  # If you want to teleport to the same world, leave empty or use the same name<br \/>\n  # You can use Multiverse world names here<br \/>\n  #<br \/>\n  # Examples:<br \/>\n  # teleport-destinations:<br \/>\n  #   world: &#8220;world&#8221;              # Normal world -> stays in normal world<br \/>\n  #   world_nether: &#8220;world&#8221;       # Nether -> teleports to normal world<br \/>\n  #   world_the_end: &#8220;world&#8221;      # End -> teleports to normal world<br \/>\n  #   lobby: &#8220;survival&#8221;           # Lobby -> teleports to survival world (Multiverse)<br \/>\n  #<br \/>\n  # Leave empty {} to teleport in the same world the player is currently in<br \/>\n  teleport-destinations:<br \/>\n    world: &#8220;world_farm&#8221;<br \/>\n    world_nether: &#8220;world_nether&#8221;<br \/>\n    world_the_end: &#8220;world_the_end&#8221;<\/p>\n<p># Per-world teleport settings (optional)<br \/>\n# Override global settings for specific worlds<br \/>\nworld-settings:<br \/>\n  world_nether:<br \/>\n    # Nether-specific distance (smaller range recommended)<br \/>\n    min-distance: 100<br \/>\n    max-distance: 1000<br \/>\n    # Min\/Max Y levels for Nether teleports<br \/>\n    min-y: 32<br \/>\n    max-y: 120<br \/>\n  world_the_end:<br \/>\n    min-distance: 100<br \/>\n    max-distance: 500<\/p>\n<p># Group invite system<br \/>\ngroup:<br \/>\n  # Maximum players that can be invited<br \/>\n  max-invites: 5<\/p>\n<p>  # Invite expiration time (in seconds)<br \/>\n  invite-timeout: 30<\/p>\n<p>  # Update action bar every X ticks (20 ticks = 1 second)<br \/>\n  actionbar-update-interval: 10<\/p>\n<p># Dangerous blocks (plugin will avoid teleporting to these blocks)<br \/>\ndangerous-blocks:<br \/>\n  &#8211; LAVA<br \/>\n  &#8211; WATER<br \/>\n  &#8211; CACTUS<br \/>\n  &#8211; MAGMA_BLOCK<br \/>\n  &#8211; FIRE<br \/>\n  &#8211; SOUL_FIRE<br \/>\n  &#8211; CAMPFIRE<br \/>\n  &#8211; SOUL_CAMPFIRE<br \/>\n  &#8211; SWEET_BERRY_BUSH<br \/>\n  &#8211; POWDER_SNOW<br \/>\n  &#8211; WITHER_ROSE<\/p>\n<p># Sounds<br \/>\nsounds:<br \/>\n  # Sound when starting teleport<br \/>\n  start:<br \/>\n    enabled: true<br \/>\n    sound: ENTITY_ENDERMAN_TELEPORT<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<\/p>\n<p>  # Sound when completing teleport<br \/>\n  complete:<br \/>\n    enabled: true<br \/>\n    sound: ENTITY_ENDERMAN_TELEPORT<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.2<\/p>\n<p>  # Sound when cancelling teleport<br \/>\n  cancel:<br \/>\n    enabled: true<br \/>\n    sound: ENTITY_VILLAGER_NO<br \/>\n    volume: 1.0<br \/>\n    pitch: 1.0<\/p>\n<p># Notifications<br \/>\nnotifications:<br \/>\n  # Notification type: CHAT, TITLE, BOTH, NONE<br \/>\n  type: BOTH<\/p>\n<p>  # Title configuration<br \/>\n  title:<br \/>\n    fade-in: 10<br \/>\n    stay: 40<br \/>\n    fade-out: 10<br \/>\n&#8220;`<\/p>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>WildRTP++ allows players to safely teleport to random locations in specific worlds, with support for group teleportation, configurable cooldowns, and customizable warnings.<\/p>\n","protected":false},"featured_media":170370,"template":"","meta":{"_minecraft_slug":"wildrtp++","_minecraft_project_id":"HGPgSPJx","_minecraft_author":"uCruz_","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":108,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"wildrtp++.zip","_minecraft_size_bytes":122547,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T19:32:01.349252Z","_minecraft_date_created":"2025-11-25T03:03:47.057745Z","_minecraft_date_modified":"2025-11-30T20:52:45.975230Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/wildrtp++","_minecraft_icon_attachment_id":170370,"_minecraft_imported_at":"2026-06-09T20:50:49+00:00","_minecraft_import_hash":"738e8861392fb6a96b50c52ef0698083","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,89,866,127],"mod_loader":[132],"minecraft_version":[37],"class_list":["post-170369","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_loader-paper","minecraft_version-1-21-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>WildRTP++ - 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\/wildrtp-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WildRTP++ - Minecraft\" \/>\n<meta property=\"og:description\" content=\"WildRTP++ allows players to safely teleport to random locations in specific worlds, with support for group teleportation, configurable cooldowns, and customizable warnings.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/\" \/>\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\\\/wildrtp-2\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp-2\\\/\",\"name\":\"WildRTP++ - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildrtp-icon-8d7da7803df4564ef72618b813dec21ed950682d_96.webp\",\"datePublished\":\"2026-06-09T20:50:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildrtp-icon-8d7da7803df4564ef72618b813dec21ed950682d_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildrtp-icon-8d7da7803df4564ef72618b813dec21ed950682d_96.webp\",\"width\":96,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp-2\\\/#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\":\"WildRTP++\"}]},{\"@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":"WildRTP++ - 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\/wildrtp-2\/","og_locale":"en_US","og_type":"article","og_title":"WildRTP++ - Minecraft","og_description":"WildRTP++ allows players to safely teleport to random locations in specific worlds, with support for group teleportation, configurable cooldowns, and customizable warnings.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/","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\/wildrtp-2\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/","name":"WildRTP++ - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildrtp-icon-8d7da7803df4564ef72618b813dec21ed950682d_96.webp","datePublished":"2026-06-09T20:50:49+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildrtp-icon-8d7da7803df4564ef72618b813dec21ed950682d_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildrtp-icon-8d7da7803df4564ef72618b813dec21ed950682d_96.webp","width":96,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp-2\/#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":"WildRTP++"}]},{"@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\/170369","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\/170370"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=170369"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=170369"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=170369"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=170369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}