{"id":172385,"date":"2026-06-10T01:02:37","date_gmt":"2026-06-09T22:02:37","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/"},"modified":"2026-06-10T01:02:37","modified_gmt":"2026-06-09T22:02:37","slug":"xhub","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/","title":{"rendered":"xHub"},"content":{"rendered":"<div align=\"center\">\n<p># \ud83d\udee1\ufe0f xHub Core (Beta)<br \/>\n### The Ultimate All-in-One Lobby Solution | 1.20+<\/p>\n<p>![Version](https:\/\/img.shields.io\/badge\/Version-v1.0.5-blue?style=for-the-badge&#038;logo=rocket)<br \/>\n![Minecraft](https:\/\/img.shields.io\/badge\/Minecraft-1.20%2B-green?style=for-the-badge&#038;logo=minecraft)<br \/>\n![Author](https:\/\/img.shields.io\/badge\/Dev-xPlugins-orange?style=for-the-badge&#038;logo=github)<br \/>\n![Brand](https:\/\/img.shields.io\/badge\/Brand-xPlugins-purple?style=for-the-badge&#038;logo=discord)<\/p>\n<p>**xHub** is a high-performance, premium core designed to replace multiple lobby plugins.<br \/>\nIt now includes advanced features like Parkour, Cosmetics, Developer API, and dynamic permissions.<\/p>\n<p>Discord Support \u2022 Website<\/p>\n<\/div>\n<p>![Banner](https:\/\/cdn.modrinth.com\/data\/cached_images\/67f8620834f9a2c2d0a6763ce130a5c5d5518fe0.jpeg)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Key Features (v1.0.1)<\/p>\n<p>* **\ud83c\udfc3 Parkour System:** Automatic checkpoints, rewards, void detection, and Double Jump.<br \/>\n* **\ud83c\udfa9 Cosmetics:** Particle trails and hats with a GUI menu.<br \/>\n* **\ud83d\udcbb Developer API:** `xHubAPI` class for easy integration with other plugins.<br \/>\n* **\ud83c\udfa8 Full RGB\/Hex Support:** Use `&#038;#RRGGBB` colors anywhere.<br \/>\n* **\ud83d\udcc2 Modular Menu System:** Create unlimited GUI menus using YAML files.<br \/>\n* **\ud83d\udcca Animated Boards:** Flicker-free Scoreboard and Tablist (PAPI supported).<br \/>\n* **\ud83c\udf92 Hotbar Manager:** Custom items on join (Compass, PvP Sword, Cosmetics).<br \/>\n* **\ud83d\udce2 Chat Manager:** Formatting with Rank support (`[Admin] Player: Hello`).<br \/>\n* **\ud83e\udd16 Discord Logs:** Built-in Webhooks for Join\/Quit events.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>1.  Download `xHub-1.0.0.jar`.<br \/>\n2.  Place it in your server&#8217;s `plugins` folder.<br \/>\n3.  **(Required)** Install PlaceholderAPI for variables.<br \/>\n4.  **(Optional)** Install Vault for economy rewards.<br \/>\n5.  Restart the server.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcc2 Directory Structure<\/p>\n<p>&#8220;`text<br \/>\nplugins\/xHub\/<br \/>\n\u251c\u2500\u2500 config.yml           <-- Main settings\n\u2514\u2500\u2500 menus\/               <-- Drop your menu files here\n    \u251c\u2500\u2500 principal.yml    <-- Main Menu\n    \u251c\u2500\u2500 selector.yml     <-- Server Selector\n    \u251c\u2500\u2500 socials.yml      <-- Social Media\n    \u2514\u2500\u2500 cosmetics.yml    <-- Cosmetics Menu\n```\n\n---\n\n## \ud83d\udcdc Commands &#038; Permissions\n\n| Command | Permission | Description |\n| :--- | :--- | :--- |\n| `\/xhub setlobby` | `xhub.admin` | Sets the spawn point. |\n| `\/xhub spawn` | `xhub.spawn` | Teleports you to the lobby spawn. |\n| `\/xhub reload` | `xhub.admin` | Reloads all configs and menus. |\n| `\/xhub menu <id>` | `xhub.menu` | Opens a specific menu. |<br \/>\n| `\/xhub cosmetic` | `xhub.cosmetic` | Manage cosmetic effects. |<\/p>\n<p>> **Note:** Permissions can be disabled in `config.yml` by setting them to `false`.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc68\u200d\ud83d\udcbb Developer API<\/p>\n<p>xHub exports a static API class for developers to hook into the core:<\/p>\n<p>&#8220;`java<br \/>\n\/\/ Teleport a player to the Hub<br \/>\nxHubAPI.teleportToSpawn(player);<\/p>\n<p>\/\/ Check if player is doing parkour<br \/>\nif (xHubAPI.isInParkour(player)) {<br \/>\n    \/\/ do something<br \/>\n}<\/p>\n<p>\/\/ Activate a cosmetic trail<br \/>\nxHubAPI.setTrail(player, &#8220;FLAME&#8221;);<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Default Configuration<\/p>\n<p>Below is the full generated `config.yml` file explaining every feature.<\/p>\n<p>&#8220;`yaml<br \/>\n#                      _<br \/>\n#  __  __ \/  \/_   _| |__<br \/>\n#   \/ \/\/ \/_\/ \/ | | | &#8216;_<br \/>\n#   >  <\/ __  \/| |_| | |_) |\n#  \/_\/_\/ \/_\/  __,_|_.__\/ v1.0.0\n#\n#   Wiki: https:\/\/xplugins.es\/plugins\/xhub\n#   Discord: https:\/\/discord.xplugins.es\n\n# GENERAL SETTINGS\nsettings:\n  debug: false\n\n  # World Protection (Lobby Settings)\n  world-protection:\n    disable-damage: true\n    disable-hunger: true\n    disable-fall-damage: true\n    disable-void-death: true\n    void-teleport: true\n    void-height: 0\n    disable-block-break: true\n    disable-block-place: true\n    disable-item-drop: true\n    disable-item-pickup: true\n    disable-weather-change: true\n    always-day: true\n\n  menus-strict-mode: true\n\n# PERMISSIONS\n# Define the permissions for each command.\n# If you set a value to 'false', everyone can use it (Default).\npermissions:\n  admin: \"xhub.admin\"   # For \/xhub reload, setlobby\n  spawn: \"false\"        # For \/xhub spawn (false = everyone)\n  menu: \"false\"         # For \/xhub menu (false = everyone)\n\n# JOIN SETTINGS\njoin-settings:\n  teleport-spawn: true\n  title:\n    enabled: true\n    title: \"&#038;#00A2FF&#038;lxHub &#038;3&#038;lNetwork\"\n    subtitle: \"&#038;7Welcome, &#038;f%player_name%\"\n    fade-in: 10\n    stay: 60\n    fade-out: 10\n  sound:\n    enabled: true\n    type: \"ENTITY_PLAYER_LEVELUP\"\n    volume: 1.0\n    pitch: 1.0\n  particles:\n    enabled: true\n    type: \"TOTEM\"\n    amount: 50\n\n# CHAT MANAGER\nchat:\n  enabled: true\n  format: \"%vault_rank% &#038;7%player_name% &#038;8\u00bb &#038;f%message%\"\n\n# MESSAGES\nmessages:\n  # Set to 'false' to disable prefix\n  prefix: \"&#038;#00A2FF&#038;lxHub &#038;8\u00bb &#038;f\"\n\n  join: \"&#038;8[&#038;a+&#038;8] &#038;7%player_name% &#038;fhas joined the Lobby.\"\n  quit: \"&#038;8[&#038;c-&#038;8] &#038;7%player_name% &#038;fhas left.\"\n\n  reload: \"%prefix%&#038;aConfiguration successfully reloaded.\"\n  no-permission: \"%prefix%&#038;cYou do not have permission to do this.\"\n  unknown-command: \"%prefix%&#038;cUnknown command.\"\n\n# DISCORD WEBHOOK\ndiscord-webhook:\n  enabled: false\n  url: \"PUT_YOUR_WEBHOOK_HERE\"\n  join-message: \"\ud83d\udfe2 **%player_name%** has joined the server.\"\n  quit-message: \"\ud83d\udd34 **%player_name%** has disconnected.\"\n\n# SCOREBOARD\nscoreboard:\n  enabled: true\n  update-rate: 20\n  title: \"&#038;#00A2FF&#038;lxH&#038;3&#038;lu&#038;#00A2FF&#038;lb\"\n  lines:\n    - \"&#038;7&#038;m----------------------\"\n    - \"&#038;fUser: &#038;b%player_name%\"\n    - \"&#038;fRank: &#038;f%vault_rank%\"\n    - \"&#038;fPing: &#038;a%player_ping%ms\"\n    - \"\"\n    - \"&#038;fLobby: &#038;e#1\"\n    - \"&#038;fOnline: &#038;a%online%\"\n    - \"\"\n    - \"&#038;#00A2FFxplugins.es\"\n    - \"&#038;7&#038;m----------------------\"\n\n# TABLIST\ntablist:\n  enabled: true\n  update-rate: 40\n  header:\n    - \"\"\n    - \"&#038;#00A2FF&#038;lxHub Network\"\n    - \"&#038;7Enjoy the best quality!\"\n    - \"\"\n  footer:\n    - \"\"\n    - \"&#038;7Store: &#038;dstore.xplugins.es\"\n    - \"&#038;7Discord: &#038;9discord.gg\/xplugins\"\n    - \"\"\n\n# AUTO-ANNOUNCEMENTS\nannouncements:\n  enabled: true\n  interval: 60\n  sound: true\n  sound-type: \"BLOCK_NOTE_BLOCK_PLING\"\n  messages:\n    - \"%prefix%&#038;fRemember to visit our website: &#038;nwww.xplugins.es\"\n    - \"%prefix%&#038;fNeed help? Join our &#038;9Discord&#038;f server.\"\n    - \"%prefix%&#038;fUse &#038;e\/menu &#038;fto navigate between servers.\"\n\n# PARKOUR SYSTEM: Beta\nparkour:\n  enabled: true\n  blocks:\n    # Block for STARTING and saving CHECKPOINT (Gold Plate by default)\n    start: \"LIGHT_WEIGHTED_PRESSURE_PLATE\"\n    # Block to FINISH and win (Iron Plate by default)\n    end: \"HEAVY_WEIGHTED_PRESSURE_PLATE\"\n  rewards:\n    # Commands to execute upon winning (%player% is the player)\n    - \"tellraw %player% {\"text\":\"&#038;a&#038;l[xHub] &#038;f\u00a1You have won 100 coins!\"}\"\n    - \"eco give %player% 100\"\n\n# DOUBLE JUMP\ndouble-jump:\n  enabled: true\n  power: 1.5           # forward force\n  height: 1.0          # upward force\n  sound: \"ENTITY_BAT_TAKEOFF\" # Sound when jumping\n\n  # Cooldown in seconds (0 to disable)\n  cooldown: 3\n\n  # Cooldown message (%time% = seconds remaining)\n  # Leave blank \"\" to avoid sending a message\n  cooldown-message: \"%prefix%&#038;cWait &#038;e%time%s &#038;cto jump again.\"\n\n# HOTBAR (ITEM JOIN)\nhotbar:\n  enabled: true\n  clear-inventory: true\n  items:\n    hide-players:\n      slot: 0\n      material: LIME_DYE\n      name: \"&#038;a&#038;lToggle Players\"\n      command: \"hideplayers\"\n\n    pvp-sword:\n      slot: 2\n      material: DIAMOND_SWORD\n      name: \"&#038;#DC143C&#038;lPvP Arena &#038;7(Right Click)\"\n      command: \"server pvp\"\n      texture: \"\"\n\n    selector:\n      slot: 4\n      material: COMPASS\n      name: \"&#038;#00A2FF&#038;lServer Selector &#038;7(Click)\"\n      command: \"xhub menu selector\"\n      texture: \"\"\n\n    cosmetics:\n      slot: 6\n      material: ENDER_CHEST\n      name: \"&#038;#D02090&#038;lCosmetics &#038;7(Right Click)\"\n      command: \"xhub menu cosmetics\"\n      texture: \"\"\n\n    social-menu:\n      slot: 8\n      material: PLAYER_HEAD\n      name: \"&#038;9&#038;lSocial Media\"\n      command: \"xhub menu socials\"\n      texture: \"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmFkYzA0OGE3Y2U3OGY3ZGFkNzJhMDdkYTI3ZDg1YzA5MTY4ODFlNTUyMmVlZWQxZTNkMzNiODU5OTIyDBiIn19fQ==\"\n\n# Data Storage\nspawn-location: {}\n```\n\n---\n\n## \ud83e\udd1d Credits\n\n> Developed with \u2764\ufe0f by **xPlugins.<br \/>\nCopyright** \u00a9 2026 xPlugins. All rights reserved.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Easily create your lobby with xHub. All in one.<\/p>\n","protected":false},"featured_media":172386,"template":"","meta":{"_minecraft_slug":"xhub","_minecraft_project_id":"ew1Svt5G","_minecraft_author":"jn_willfrydev","_minecraft_license":"MIT","_minecraft_downloads":178,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"xhub.zip","_minecraft_size_bytes":314592,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-16T13:04:55.144403Z","_minecraft_date_created":"2026-01-24T20:36:03.409401Z","_minecraft_date_modified":"2026-04-14T00:11:34.382753Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/xhub","_minecraft_icon_attachment_id":172386,"_minecraft_imported_at":"2026-06-09T22:02:38+00:00","_minecraft_import_hash":"e242e4bb0dfd214ad17b8bbc57c8875c","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,89,866,90,127,128,129,92],"mod_loader":[130,132,133,134],"minecraft_version":[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-172385","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-game-mechanics","mod_category-minigame","mod_category-optimization","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-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>xHub - 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\/xhub\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"xHub - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Easily create your lobby with xHub. All in one.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/\",\"name\":\"xHub - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xhub-icon-61273064e52e45bedb47ada4e7f0ab830916ffef_96.webp\",\"datePublished\":\"2026-06-09T22:02:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xhub-icon-61273064e52e45bedb47ada4e7f0ab830916ffef_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xhub-icon-61273064e52e45bedb47ada4e7f0ab830916ffef_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xhub\\\/#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\":\"xHub\"}]},{\"@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":"xHub - 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\/xhub\/","og_locale":"en_US","og_type":"article","og_title":"xHub - Minecraft","og_description":"Easily create your lobby with xHub. All in one.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/","name":"xHub - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xhub-icon-61273064e52e45bedb47ada4e7f0ab830916ffef_96.webp","datePublished":"2026-06-09T22:02:37+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/xhub\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xhub-icon-61273064e52e45bedb47ada4e7f0ab830916ffef_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xhub-icon-61273064e52e45bedb47ada4e7f0ab830916ffef_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xhub\/#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":"xHub"}]},{"@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\/172385","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\/172386"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=172385"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=172385"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=172385"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=172385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}