{"id":85048,"date":"2026-06-04T23:41:26","date_gmt":"2026-06-04T20:41:26","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/"},"modified":"2026-06-04T23:41:26","modified_gmt":"2026-06-04T20:41:26","slug":"infinitemaze","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/","title":{"rendered":"Infinite Maze"},"content":{"rendered":"<p>![Plugin wallpaper with the logo](https:\/\/cdn.modrinth.com\/data\/cached_images\/715642709c0be7bba1055bb7b0065f4bb7040314.png)<\/p>\n<p># <\/p>\n<p align=\"center\">Procedural mazes, generated in-game<\/p>\n<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/8e35039b35a42d274846973aaea56c5961f06988.png\" , alt=\"spigot logo\"\/><br \/>\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/75e924b033ff9a67e9f434438e90d3024d6d6c0c.png\" , alt=\"paper logo\"\/><br \/>\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/17137b6227fb093226cf99e53045868d51205511.png\" \n, alt=\"spigot logo\"\/>\n<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Maze Generator**: Multiple generation algorithms<br \/>\n&#8211; **Customizable Size**: From 20\u00d720 up to 200\u00d7200 by default (fully configurable)<br \/>\n&#8211; **Center Hole**: Optionally leave an open center area for custom structures<br \/>\n&#8211; **Custom Blocks**: Use any Minecraft block for walls and floors<br \/>\n&#8211; **GUI Controlled**: Configure and generate mazes entirely through an intuitive GUI<br \/>\n&#8211; **Events**: Create and manage maze-based events **(WIP)**<br \/>\n&#8211; **Integrations**: Built-in support for PlaceholderAPI <\/p>\n<p>![gui-showcase](https:\/\/cdn.modrinth.com\/data\/8wuj6ddG\/images\/7825ae9d02c9987e16c2f94b5c09532186ef2e01.gif)<\/p>\n<p>## What I&#8217;m working on _(upcoming releases)_<\/p>\n<p>&#8211; **Event system**<br \/>\n&#8211; **Savable maze configurations**<br \/>\n&#8211; **Improved entrance and exit platforms for the maze**<\/p>\n<p>## Configuration<\/p>\n<details>\n<summary><strong>config.yml<\/strong><\/summary>\n<p>&#8220;`yaml<br \/>\n################################################################################################################################<br \/>\n#     __  .__   __.  _______  __  .__   __.  __  .___________. _______          .___  ___.      ___      ________   _______    #<br \/>\n#    |  | |   |  | |   ____||  | |   |  | |  | |           ||   ____|         |   \/   |     \/       |       \/  |   ____|   #<br \/>\n#    |  | |   |  | |  |__   |  | |   |  | |  | `&#8212;|  |&#8212;-`|  |__            |    \/  |    \/  ^     `&#8212;\/  \/   |  |__      #<br \/>\n#    |  | |  . `  | |   __|  |  | |  . `  | |  |     |  |     |   __|           |  |\/|  |   \/  \/_       \/  \/    |   __|     #<br \/>\n#    |  | |  |   | |  |     |  | |  |   | |  |     |  |     |  |____          |  |  |  |  \/  _____     \/  \/&#8212;-.|  |____    #<br \/>\n#    |__| |__| __| |__|     |__| |__| __| |__|     |__|     |_______|         |__|  |__| \/__\/     __ \/________||_______|   #<br \/>\n#                                                                                                                              #<br \/>\n################################################################################################################################<br \/>\n#                     ______   ______   .__   __.  _______  __    _______  ____    ____ .___  ___.  __                         #<br \/>\n#                    \/      | \/  __    |   |  | |   ____||  |  \/  _____|      \/   \/ |   \/   | |  |                        #<br \/>\n#                   |  ,&#8212;-&#8216;|  |  |  | |   |  | |  |__   |  | |  |  __       \/   \/  |    \/  | |  |                        #<br \/>\n#                   |  |     |  |  |  | |  . `  | |   __|  |  | |  | |_ |    _    _\/   |  |\/|  | |  |                        #<br \/>\n#                   |  `&#8212;-.|  `&#8211;&#8216;  | |  |   | |  |     |  | |  |__| |  __  |  |     |  |  |  | |  `&#8212;-.                   #<br \/>\n#                    ______| ______\/  |__| __| |__|     |__|  ______| (__) |__|     |__|  |__| |_______|                   #<br \/>\n#                                                                                                                              #<br \/>\n################################################################################################################################<\/p>\n<p>plugin_configurations_version: 1<\/p>\n<p>maze_generation:<br \/>\n  # Maximum maze size selectable via GUI<br \/>\n  max_size: 200<\/p>\n<p>  # Minimum allowed maze size to prevent very small generations<br \/>\n  # WE HIGHLY RECOMMEND keeping this value above 20 to avoid poor generation results<br \/>\n  min_size: 20 #READ ABOVE BEFORE CHANGING<\/p>\n<p>  # Thickness of the maze walls (in blocks)<br \/>\n  wall_width: 2<\/p>\n<p>  # Height of the maze walls (in blocks)<br \/>\n  wall_height: 4<\/p>\n<p>anti_lag_limitation:<br \/>\n  # To prevent lag, the plugin generates the maze gradually over time<br \/>\n  # This is the maximum number of blocks placed per server tick<br \/>\n  # Smaller values reduce lag but increase generation time<br \/>\n  # The default value is balanced between speed and performance<br \/>\n  block_per_tick: 500<\/p>\n<p>  # If true, FAWE will be used for faster and more efficient block placement when available<br \/>\n  use_FAWE_if_available: true<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary><strong>messages.yml<\/strong><\/summary>\n<p>&#8220;`yaml<br \/>\n################################################################################################################################<br \/>\n#     __  .__   __.  _______  __  .__   __.  __  .___________. _______          .___  ___.      ___      ________   _______    #<br \/>\n#    |  | |   |  | |   ____||  | |   |  | |  | |           ||   ____|         |   \/   |     \/       |       \/  |   ____|   #<br \/>\n#    |  | |   |  | |  |__   |  | |   |  | |  | `&#8212;|  |&#8212;-`|  |__            |    \/  |    \/  ^     `&#8212;\/  \/   |  |__      #<br \/>\n#    |  | |  . `  | |   __|  |  | |  . `  | |  |     |  |     |   __|           |  |\/|  |   \/  \/_       \/  \/    |   __|     #<br \/>\n#    |  | |  |   | |  |     |  | |  |   | |  |     |  |     |  |____          |  |  |  |  \/  _____     \/  \/&#8212;-.|  |____    #<br \/>\n#    |__| |__| __| |__|     |__| |__| __| |__|     |__|     |_______|         |__|  |__| \/__\/     __ \/________||_______|   #<br \/>\n#                                                                                                                              #<br \/>\n################################################################################################################################<br \/>\n#  .___  ___.  _______     _______.     _______.     ___       _______  _______     _______. ____    ____ .___  ___.  __       #<br \/>\n#  |   \/   | |   ____|   \/       |    \/       |    \/        \/  _____||   ____|   \/       |      \/   \/ |   \/   | |  |      #<br \/>\n#  |    \/  | |  |__     |   (&#8212;-`   |   (&#8212;-`   \/  ^     |  |  __  |  |__     |   (&#8212;-`     \/   \/  |    \/  | |  |      #<br \/>\n#  |  |\/|  | |   __|                         \/  \/_    |  | |_ | |   __|               _    _\/   |  |\/|  | |  |      #<br \/>\n#  |  |  |  | |  |____.&#8212;-)   |   .&#8212;-)   |    \/  _____   |  |__| | |  |____.&#8212;-)   |    __  |  |     |  |  |  | |  `&#8212;-. #<br \/>\n#  |__|  |__| |_______|_______\/    |_______\/    \/__\/     __ ______| |_______|_______\/    (__) |__|     |__|  |__| |_______| #<br \/>\n#                                                                                                                              #<br \/>\n################################################################################################################################<\/p>\n<p>#<br \/>\n# These configurable messages support some formatting features:<br \/>\n# &#8211; chat links with the following format [visible text](url)<br \/>\n# &#8211; PAPI placeholders with the following format %your_placeholders%<br \/>\n#   (except for %prefix%, which is reserved for the plugin name)<br \/>\n#<\/p>\n<p>prefix: &#8220;&#038;6InfiniteMaze &#038;8&#038;l\u00bb&#038;r&#8221;<\/p>\n<p>gui:<br \/>\n  maze:<br \/>\n    title: &#8220;&#038;6&#038;lMaze &#038;8: &#038;2&#038;lConfigurator&#8221;<br \/>\n  chat:<br \/>\n    maze_generation_in_progress: &#8220;%prefix% &#038;7We are generating your maze, &#038;6please wait&#038;7. You will be teleported when it\u2019s ready. Generation time depends on maze size. Speed it up via &#038;6config.yml &#038;7or by installing &#038;6&#038;nFAWE.&#8221;<\/p>\n<p>commands:<br \/>\n  missing_permission: &#8220;%prefix% &#038;7You don&#8217;t have the permission to use this command&#8221;<br \/>\n  invalid_sender: &#8220;%prefix% &#038;7You can&#8217;t use this command here&#8221;<\/p>\n<p>  #<br \/>\n  # %command% will be automatically replace with the command name<br \/>\n  # %usage% will be automatically replace with the correct command usage<br \/>\n  #<br \/>\n  command_not_found: &#8220;%prefix% &#038;7Command not found. Try &#038;6\/%command% &#038;7help&#8221;<br \/>\n  correct_use: &#8220;%prefix% &#038;7Incorrect use of the command. Try %usage%&#8221;<\/p>\n<p>  reload_configurations: &#8220;%prefix% &#038;7Configurations have been reloaded&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>## Commands &#038; Permissions<\/p>\n<details>\n<summary><strong>Commands<\/strong><\/summary>\n<p>&#8211; `\/maze help` \u2014 Display the command help menu<br \/>\n&#8211; `\/maze gui` \u2014 Open the GUI to configure and generate a maze<br \/>\n&#8211; `\/maze tp <maze_world_name>` \u2014 Teleport you, or the selected player, into the maze world<br \/>\n&#8211; `\/maze reload` \u2014 Reload all plugin configurations<br \/>\n&#8211; `\/maze event create` \u2014 Set up an event in the world where the maze was generated **(WIP)**<br \/>\n&#8211; `\/maze join <event>` \u2014 Join a specific maze event **(WIP)**<br \/>\n&#8211; `\/maze event start` \u2014 Start the event and teleport all joined players **(WIP)**  <\/p>\n<\/details>\n<details>\n<summary><strong>Permissions<\/strong><\/summary>\n<p>### General Commands<br \/>\n&#8211; `maze.commands.gui` \u2014 Access the maze GUI<br \/>\n&#8211; `maze.commands.reload` \u2014 Reload the plugin configuration<br \/>\n&#8211; `maze.commands.event.create` \u2014 Create a maze event<br \/>\n&#8211; `maze.commands.event.join` \u2014 Join a maze event<br \/>\n&#8211; `maze.commands.event.start` \u2014 Start a maze event<br \/>\n&#8211; `maze.commands.help` \u2014 Access the help menu<br \/>\n&#8211; `maze.commands.admin` \u2014 Bypass all permission checks  <\/p>\n<\/details>\n<p>_Detailed information about all available commands and permissions can be found in the official wiki!_<\/p>\n<p>## Installation<\/p>\n<p>&#8211; In order to make this plugin work, follow this guide.<\/p>\n<p>## Why InfiniteMaze?<\/p>\n<p>&#8211; Fully GUI-based and easy to use<br \/>\n&#8211; Procedural: every maze is unique<br \/>\n&#8211; High level of customization for layout, blocks, and gameplay<br \/>\n&#8211; Event-ready with a built-in minigame system that tracks the first three players to finish **(WIP)**<\/p>\n<p>## Useful Links<\/p>\n<p>&#8211; Wiki: Infinite Maze Wiki<br \/>\n&#8211; Bug Reports: Issue Tracker _(before opening an issue make sure to follow this rules)_<\/p>\n<p>![plugin-stats](https:\/\/bstats.org\/signatures\/bukkit\/InfiniteMaze.svg)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Maze minigame plugin for Minecraft Java!<\/p>\n","protected":false},"featured_media":85049,"template":"","meta":{"_minecraft_slug":"infinitemaze","_minecraft_project_id":"8wuj6ddG","_minecraft_author":"0tia0","_minecraft_license":"CC-BY-ND-4.0","_minecraft_downloads":43,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"infinitemaze.zip","_minecraft_size_bytes":3356166,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T21:27:51.471465Z","_minecraft_date_created":"2026-02-16T06:55:04.649876Z","_minecraft_date_modified":"2026-03-04T18:55:02.199517Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/infinitemaze","_minecraft_icon_attachment_id":85049,"_minecraft_imported_at":"2026-06-04T20:41:26+00:00","_minecraft_import_hash":"deb2156923b65f1f64d464d00fb2043c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,866,127,128,129],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-85048","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-game-mechanics","mod_category-minigame","mod_category-paper","mod_category-purpur","mod_category-spigot","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>Infinite Maze - 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\/infinitemaze\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Infinite Maze - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Maze minigame plugin for Minecraft Java!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/8e35039b35a42d274846973aaea56c5961f06988.png\" \/>\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\\\/infinitemaze\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/infinitemaze\\\/\",\"name\":\"Infinite Maze - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/infinitemaze\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/infinitemaze\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/infinitemaze-icon-91a50f5997314b3ed51959744e7c93bf2b6bc911_96.webp\",\"datePublished\":\"2026-06-04T20:41:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/infinitemaze\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/infinitemaze\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/infinitemaze\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/infinitemaze-icon-91a50f5997314b3ed51959744e7c93bf2b6bc911_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/infinitemaze-icon-91a50f5997314b3ed51959744e7c93bf2b6bc911_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/infinitemaze\\\/#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\":\"Infinite Maze\"}]},{\"@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":"Infinite Maze - 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\/infinitemaze\/","og_locale":"en_US","og_type":"article","og_title":"Infinite Maze - Minecraft","og_description":"Maze minigame plugin for Minecraft Java!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/cached_images\/8e35039b35a42d274846973aaea56c5961f06988.png","type":"","width":"","height":""}],"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\/infinitemaze\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/","name":"Infinite Maze - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/infinitemaze-icon-91a50f5997314b3ed51959744e7c93bf2b6bc911_96.webp","datePublished":"2026-06-04T20:41:26+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/infinitemaze-icon-91a50f5997314b3ed51959744e7c93bf2b6bc911_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/infinitemaze-icon-91a50f5997314b3ed51959744e7c93bf2b6bc911_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/infinitemaze\/#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":"Infinite Maze"}]},{"@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\/85048","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\/85049"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=85048"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=85048"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=85048"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=85048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}