{"id":170367,"date":"2026-06-09T23:50:41","date_gmt":"2026-06-09T20:50:41","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/"},"modified":"2026-06-09T23:50:41","modified_gmt":"2026-06-09T20:50:41","slug":"wildrtp","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/","title":{"rendered":"WildRTP"},"content":{"rendered":"<p># WildRTP<br \/>\n&#8211; Algorithms CIRCLE &#038; SQUARE<br \/>\n&#8211; Adjust teleport settings<br \/>\n&#8211; Multi Worlds Support<br \/>\n&#8211; Cooldown<br \/>\n&#8211; MoveTimer<br \/>\n&#8211; CustomRTP<br \/>\n&#8211; AutoRTP<\/p>\n<p>### Please let me know if you have any issues <\/p>\n<p>## Commands<br \/>\n&#8211; \/wild &#8211; Teleport to a random location<br \/>\n  <br \/>Aliases: [\/rtp \/randomtp \/randomteleport \/wildrtp]<br \/>\n&#8211; \/wild reload &#8211; Reloads the config <br \/>\n&#8211; \/wild info &#8211; Display plugin information<br \/>\n&#8211; \/wild updates &#8211; Checks for plugin updates<br \/>\n&#8211; \/wild help &#8211; Display help message<br \/>\n&#8211; \/customrtp <player> <world> <startRadius> <endRadius> <originX> <originZ> [params&#8230;]<\/p>\n<p>Note **<>** are **required arguments**, **[]** are only **optional arguments** and can be omitted. <br \/>\n%player% is a placeholder for the player that executed the command (only in \/customrtp).<\/p>\n<p>## Permissions<br \/>\n&#8211; wildrtp.rtp &#8211; Allows you to run \/wild &#8211; Default <br \/>\n&#8211; wildrtp.reload &#8211; Allows you to run \/wild reload<br \/>\n&#8211; wildrtp.updates &#8211; Allows you to run \/wild updates<br \/>\n&#8211; wildrtp.custom &#8211; Allows you to run \/customrtp<br \/>\n&#8211; wildrtp.cooldown.bypass &#8211; Bypass the cooldown, if enabled <br \/>\n&#8211; wildrtp.movetimer.bypass &#8211; Bypass the movetimer, if enabled <br \/>\n&#8211; wildrtp.list.bypass &#8211; Bypass the list of disallowed worlds<br \/>\n&#8211; wildrtp.list.bypass.world_name &#8211; Bypass a specific world from the list of disallowed worlds <br \/>(blacklist or whitelist, whichever is enabled)<br \/>\n&#8211; wildrtp.help &#8211; Allows you to run \/wild help<br \/>\n&#8211; wildrtp.admin &#8211; Grants all WildRTP permissions<\/p>\n<p>## Config<\/p>\n<details>\n<summary>Show config<\/summary>\n<p>&#8220;`<br \/>\n#  __          ___ _     _ _____ _______ _____<br \/>\n#           \/ (_) |   | |  __ __   __|  __<br \/>\n#      \/  \/ \/ _| | __| | |__) | | |  | |__) |<br \/>\n#     \/  \/ \/ | | |\/ _` |  _  \/  | |  |  ___\/<br \/>\n#       \/  \/  | | | (_| | |    | |  | |<br \/>\n#      \/  \/   |_|_|__,_|_|  _ |_|  |_|<br \/>\n#<br \/>\n# by Joni &#8211; Thank you for using this plugin<\/p>\n<p># Language setting<br \/>\n# Available: [en, de, ru]<br \/>\n# You can add\/edit languages in the plugin folder (\/lang)<br \/>\nlang: &#8220;en&#8221;<\/p>\n<p># Global RTP settings<br \/>\n# This section defines the main settings for random teleportation<br \/>\n# Custom settings per world can be defined in the custom section<br \/>\n# If &#8216;something: null&#8217; is present, and you want to use that feature, remove null and add your settings<br \/>\nglobal:<br \/>\n  # Min &#038; max teleportation range<br \/>\n  min: 1000<br \/>\n  max: 2500<\/p>\n<p>  # Shape of the teleportation area [CIRCLE\/SQUARE]<br \/>\n  shape: CIRCLE<\/p>\n<p>  # Teleportation center<br \/>\n  center:<br \/>\n    player: false # If true, teleportation is centered on the player<br \/>\n    x: 0 # X coordinate of center<br \/>\n    z: 0 # Z coordinate of center<\/p>\n<p>  # Cooldown settings<br \/>\n  cooldown:<br \/>\n    enabled: true # Enable cooldown between RTP uses<br \/>\n    time: 5 # Cooldown time in seconds<\/p>\n<p>  # Move timer settings<br \/>\n  movetimer:<br \/>\n    enabled: true # If true, no movement allowed before teleportation<br \/>\n    time: 5 # Time in seconds<br \/>\n    sound-canceled: ENTITY_VILLAGER_NO # Set to &#8216;false&#8217; to disable.<\/p>\n<p>  # Message settings<br \/>\n  messages:<br \/>\n    start: false # Show message when RTP starts<br \/>\n    end: true # Show message when RTP ends<\/p>\n<p>  # Title messages displayed when RTP starts\/ends<br \/>\n  titles:<br \/>\n    start:<br \/>\n      enabled: false<br \/>\n      fadeIn: 0.5<br \/>\n      stay: 2<br \/>\n      fadeOut: 0.5<br \/>\n    end:<br \/>\n      enabled: true<br \/>\n      fadeIn: 0.5<br \/>\n      stay: 2<br \/>\n      fadeOut: 0.5<\/p>\n<p>  # Sound settings<br \/>\n  sound:<br \/>\n    start: false # Play a sound when teleport starts. Set to &#8216;false&#8217; to disable.<br \/>\n    end: ENTITY_PLAYER_LEVELUP  # Use any valid Bukkit Sound enum, e.g., ENTITY_PLAYER_LEVELUP.<\/p>\n<p>  # Blocks to avoid when teleporting<br \/>\n  blocks:<br \/>\n    &#8211; LAVA<br \/>\n    &#8211; WATER<br \/>\n    &#8211; AIR<\/p>\n<p>  # Y-limits for teleporting<br \/>\n  y-min: null<br \/>\n  y-max: null<\/p>\n<p>  # Biomes to avoid when teleporting<br \/>\n  # Example: biomes: [OCEAN, DESERT, PLAINS, FOREST, TAIGA, MUSHROOM_FIELDS, JUNGLE]<br \/>\n  # Set to &#8216;null&#8217; to disable.<br \/>\n  biomes: null<\/p>\n<p>  # Teleport to another world<br \/>\n  # If set to a valid world name, players will be teleported to that world instead of their current one.<br \/>\n  # Set to &#8216;false&#8217; to teleport within the same world.<br \/>\n  tp-in-other-world: false<\/p>\n<p>  # RTP generation strategy used to determine how safe locations are found.<br \/>\n  # This controls the algorithm used to pick valid teleport positions.<br \/>\n  #<br \/>\n  # Available strategies:<br \/>\n  # AUTO          &#8211; Automatically chooses the best strategy based on world environment.<br \/>\n  # HIGHEST_BLOCK &#8211; Uses the highest non-air block. Extremely fast. Perfect for normal Overworld and The End.<br \/>\n  # BOTTOM_UP     &#8211; Scans from minY upwards for a solid block with space above it. Essential for the Nether or Cave worlds.<br \/>\n  # TOP_DOWN      &#8211; Scans from maxY downward.<br \/>\n  #<br \/>\n  # Recommended: AUTO (handles most worlds correctly without configuration)<br \/>\n  strategy: AUTO<\/p>\n<p># Auto-RTP settings<br \/>\n# Should the plugin teleport players automatically?<br \/>\nauto-rtp:<br \/>\n  onfirstjoin: false # When a player first joins the server<br \/>\n  onjoin: false # Every time a player joins the server<br \/>\n  ondeath: false # After a player dies<\/p>\n<p># List mode: use &#8216;blacklist&#8217; or &#8216;whitelist&#8217;<br \/>\nlist: blacklist<br \/>\n# Set to &#8216;null&#8217; to disable the blacklist.<br \/>\nblacklist: null # Add blocked worlds here<br \/>\n# &#8211; my_blacklisted_world<br \/>\n# Set to &#8216;null&#8217; to disable the whitelist.<br \/>\nwhitelist: null # Add allowed worlds here<br \/>\n# &#8211; my_whitelisted_world<\/p>\n<p># Uncomment and modify to customize settings for specific worlds<br \/>\n# YOU CAN remove any fields you don\u2019t want to customize,<br \/>\n# BUT missing values will be set to the global values<br \/>\n# (e.g. max in global is 1000 and if not set here it will be 1000 as well)<br \/>\n# An example is shown below:<br \/>\ncustom: null<br \/>\n#  custom_world_name:<br \/>\n#    min: 1000<br \/>\n#    max: 2500<br \/>\n#    shape: CIRCLE<br \/>\n#    center:<br \/>\n#      player: false<br \/>\n#      x: 0<br \/>\n#      z: 0<br \/>\n#    cooldown:<br \/>\n#      enabled: true<br \/>\n#      time: 30<br \/>\n#    movetimer:<br \/>\n#      enabled: true<br \/>\n#      time: 5<br \/>\n#      sound-canceled: ENTITY_VILLAGER_NO<br \/>\n#    messages:<br \/>\n#      start: false<br \/>\n#      end: true<br \/>\n#    titles:<br \/>\n#      start:<br \/>\n#       enabled: false<br \/>\n#       fadeIn: 0.5<br \/>\n#       stay: 2<br \/>\n#       fadeOut: 0.5<br \/>\n#      end:<br \/>\n#       enabled: true<br \/>\n#       fadeIn: 0.5<br \/>\n#       stay: 2<br \/>\n#       fadeOut: 0.5<br \/>\n#    sound:<br \/>\n#      start: false<br \/>\n#      end: ENTITY_PLAYER_LEVELUP<br \/>\n#    blocks:<br \/>\n#      &#8211; LAVA<br \/>\n#      &#8211; WATER<br \/>\n#      &#8211; AIR<br \/>\n#    y-min: null<br \/>\n#    y-max: null<br \/>\n#    biomes: null<br \/>\n#    tp-in-other-world: false<br \/>\n#    strategy: AUTO<\/p>\n<p># Maximum attempts to find a safe location before failing<br \/>\nmax-tries: 25<\/p>\n<p># If you want to change the prefix, you can do it here<br \/>\nprefix: &#8220;[&#038;2WildRTP&#038;f] &#038;6&#8221;<\/p>\n<p># Hook settings for third-party plugins<br \/>\nhooks:<br \/>\n  worldguard:<br \/>\n    enabled: false # When enabled, checks if a location is inside any protected region and skips it if so<br \/>\n  protectionstones:<br \/>\n    enabled: false # When enabled, checks if a location is inside any protected region and skips it if so<br \/>\n  towny:<br \/>\n    enabled: false # When enabled, checks if a location is claimed and skips it if so<br \/>\n  residence:<br \/>\n    enabled: false # When enabled, checks if a location is claimed and skips it if so<\/p>\n<p># Check for updates<br \/>\ncheck-updates: true<\/p>\n<p># Notify admins about plugin updates when they join<br \/>\nnotify-updates-on-join: true<\/p>\n<p># If I am allowed to collect anonymous data about your server and this plugin. So I can see how many servers are using this plugin \ud83d\ude42<br \/>\n# Learn more https:\/\/bstats.org\/<br \/>\n# And you can see the data as well here https:\/\/bstats.org\/plugin\/bukkit\/WildRTP\/17799<br \/>\nmetrics: true<\/p>\n<p># Advanced settings<br \/>\nforce-close-inventories: true<br \/>\nper-world-cooldowns: false<\/p>\n<p># Debug mode<br \/>\ndebug: false<\/p>\n<p># Config version (do not change)<br \/>\nconfig-version: 10<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>## Placeholders<br \/>\nTo view both internal **placeholders** and **external placeholders**, please visit the wiki.<\/p>\n<p>## Integrations<br \/>\n&#8211; WorldGuard<br \/>\n&#8211; ProtectionStones<br \/>\n&#8211; Towny<br \/>\n&#8211; Residence<\/p>\n<p>## Performance<br \/>\nUsing async chunk loading on paper servers should have no impact on the performance besides the time it takes to load a chunk async. You can use  Chunky to pre-generate chunks, which makes the teleporting maybe a bit faster.<\/p>\n<p>## Need help?<br \/>\nIf you need any help, feel free to join my discord support server, or if you have found a bug, you can also use the github issue system. If you have a feature request, you can also make a request via discord or github.<\/p>\n<p>## bStats<\/p>\n<p>![Loading&#8230;](https:\/\/bstats.org\/plugin\/bukkit\/WildRTP\/17799)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WildRTP &#8211; Another RTP Plugin build on Performance &#038; Features<\/p>\n","protected":false},"featured_media":170368,"template":"","meta":{"_minecraft_slug":"wildrtp","_minecraft_project_id":"5AKhI9Ob","_minecraft_author":"LasaJoniHD","_minecraft_license":"LGPL-3.0-or-later","_minecraft_downloads":65409,"_minecraft_follows":56,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"wildrtp.zip","_minecraft_size_bytes":10694489,"_minecraft_version_count":38,"_minecraft_updated_at":"2026-05-15T21:48:19.783483Z","_minecraft_date_created":"2023-02-03T02:11:52.485807Z","_minecraft_date_modified":"2026-05-15T14:50:49.359666Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/wildrtp","_minecraft_icon_attachment_id":170368,"_minecraft_imported_at":"2026-06-09T20:50:41+00:00","_minecraft_import_hash":"bf5804629aa71438060dffe98f1070eb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,126,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[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,83,167,163],"class_list":["post-170367","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-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>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\/\" \/>\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 - Another RTP Plugin build on Performance &amp; Features\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/\" \/>\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=\"5 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\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp\\\/\",\"name\":\"WildRTP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildrtp-icon-2ac167c09f77b8226a7a2268d0813206fadb205a.png\",\"datePublished\":\"2026-06-09T20:50:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildrtp-icon-2ac167c09f77b8226a7a2268d0813206fadb205a.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/wildrtp-icon-2ac167c09f77b8226a7a2268d0813206fadb205a.png\",\"width\":64,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/wildrtp\\\/#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\/","og_locale":"en_US","og_type":"article","og_title":"WildRTP - Minecraft","og_description":"WildRTP - Another RTP Plugin build on Performance & Features","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/","name":"WildRTP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildrtp-icon-2ac167c09f77b8226a7a2268d0813206fadb205a.png","datePublished":"2026-06-09T20:50:41+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildrtp-icon-2ac167c09f77b8226a7a2268d0813206fadb205a.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/wildrtp-icon-2ac167c09f77b8226a7a2268d0813206fadb205a.png","width":64,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/wildrtp\/#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\/170367","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\/170368"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=170367"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=170367"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=170367"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=170367"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}