{"id":172375,"date":"2026-06-10T01:02:14","date_gmt":"2026-06-09T22:02:14","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/"},"modified":"2026-06-10T01:02:14","modified_gmt":"2026-06-09T22:02:14","slug":"xgm","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/","title":{"rendered":"XGamemode"},"content":{"rendered":"<p>![XGamemode Logo](https:\/\/cdn.modrinth.com\/data\/cached_images\/1dcaf5510526bbd1af3e3b907fea79d40735b3eb.png)<br \/>\n### \u201c*You&#8217;re not switching modes, you&#8217;re switching dimensions.*\u201d<\/p>\n<p>~~*2000 Downloads?! Thanks!*~~<\/p>\n<p># 1 Feature<\/p>\n<p>## 1.1 Offline Player<\/p>\n<p>You can change the gamemode of a player, **even he (or she) was offline**.<\/p>\n<p>## 1.2 Permissions<\/p>\n<p>Allow permission group plugins (_like Luckperms_) to manage **which gamemodes can be switched to** and **which gamemodes cannot be switched to**.<\/p>\n<p>_e.g. Allow to switch to survival mode but not to any other mode._<\/p>\n<p>## 1.3 Alias<\/p>\n<p>**\/gamemode** is simplified to **\/gm** and **\/g**.<\/p>\n<p>_(of course you can still use \/gamemode)_<\/p>\n<p>## 1.4 Cross-Server Storage<\/p>\n<p>Support **MySQL** and **SQLite** storage backends. Player gamemodes are saved and synchronized across multiple servers in a network.<\/p>\n<p>## 1.5 Folia Support<\/p>\n<p>**Fully compatible with Folia servers** \u2014 using region-based scheduling for optimal performance.<\/p>\n<p>## 1.6 Lightweight<\/p>\n<p>The Plugin size is only **~25 KB** and has **almost no impact** on server performance!<\/p>\n<p># 2 Caution<\/p>\n<p>## 2.1 Shortcut Keys<\/p>\n<p>If you need to use shortcut keys such as **F3+F4**, please install another plugin **F3NPerm**.<\/p>\n<p>## 2.2 Versions<\/p>\n<p>**1.8.X +**<\/p>\n<p>**All Bukkit based server** (Paper, Spigot, Purpur, Folia, etc.)<\/p>\n<p># 3 Commands<\/p>\n<p>&#8220;`markdown<br \/>\n&#8211; \/xgamemode<br \/>\n&#8211; \/xgamemode reload<br \/>\n&#8211; \/gm <mode><br \/>\n&#8211; \/gm <mode> <player>\n&#8211; \/gm <mode> -all<br \/>\n&#8211; \/gm <mode> -online<br \/>\n&#8211; \/gm <mode> -offline<\/p>\n<p>\/g = \/gm = \/gamemode<br \/>\n\/xg = \/xgm = \/xgamemode<br \/>\n&#8220;`<\/p>\n<p># 4 Permission Node<\/p>\n<p>&#8220;`markdown<br \/>\n&#8211; xgamemode.survival<br \/>\n&#8211; xgamemode.creative<br \/>\n&#8211; xgamemode.adventure<br \/>\n&#8211; xgamemode.spectator<br \/>\n&#8211; xgamemode.others.survival<br \/>\n&#8211; xgamemode.others.creative<br \/>\n&#8211; xgamemode.others.adventure<br \/>\n&#8211; xgamemode.others.spectator<br \/>\n&#8211; xgamemode.reload<br \/>\n&#8211; xgamemode.admin<br \/>\n&#8220;`<\/p>\n<p># 5 Custom Config<\/p>\n<p>## 5.1 Basic Settings<\/p>\n<p>&#8220;`yaml<br \/>\nlang: en-US<br \/>\n&#8220;`<\/p>\n<p>**Language** setting<\/p>\n<p>&#8220;`yaml<br \/>\ndefault_gamemode: survival<br \/>\n&#8220;`<\/p>\n<p>If a **new player joined your server**, **which gamemode should he (she) be**?<\/p>\n<p>**survival**, **creative**, **adventure**, **spectator**<\/p>\n<p>&#8220;`yaml<br \/>\nshow_logo: true<br \/>\n&#8220;`<\/p>\n<p>Show logo or not when plugin enabled.<\/p>\n<p>**true**, **false**<\/p>\n<p>&#8220;`yaml<br \/>\ndebug: false<br \/>\n&#8220;`<\/p>\n<p>Enable debug logging for troubleshooting.<\/p>\n<p>**true**, **false**<\/p>\n<p>## 5.2 Storage Configuration<\/p>\n<p>&#8220;`yaml<br \/>\nstorage:<br \/>\n  type: yaml<br \/>\n&#8220;`<\/p>\n<p>**Storage backend type**: **yaml**, **sqlite**, **mysql**<\/p>\n<p>### SQLite Example<\/p>\n<p>&#8220;`yaml<br \/>\nstorage:<br \/>\n  type: sqlite<br \/>\n  # No additional config needed \u2014 data.db will be created automatically<br \/>\n&#8220;`<\/p>\n<p>### MySQL Example<\/p>\n<p>&#8220;`yaml<br \/>\nstorage:<br \/>\n  type: mysql<br \/>\n  mysql:<br \/>\n    host: localhost<br \/>\n    port: 3306<br \/>\n    database: minecraft<br \/>\n    username: root<br \/>\n    password: your_password<br \/>\n&#8220;`<\/p>\n<p>## 5.3 Custom Messages<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  en-US: # Original en-US Language by Wind_Blood<br \/>\n    reloaded: &#8220;&#038;aXGamemode Reloaded!&#8221;<br \/>\n    # &#8230;&#8230;<br \/>\n  custom_lang: # Add Your Custom Language!<br \/>\n    reloaded: &#8220;Thank you for using XGamemode!&#8221;<br \/>\n    # &#8230;&#8230;<br \/>\n&#8220;`<\/p>\n<p>**Customizable Messages**. You can add **your own new language** here!<\/p>\n<p>## 5.4 An Example config.yml<\/p>\n<p>&#8220;`yaml<br \/>\nlang: msgForMyServer<br \/>\ndefault_gamemode: survival<br \/>\nshow_logo: false<br \/>\ndebug: false<br \/>\nstorage:<br \/>\n  type: yaml<br \/>\nmessages:<br \/>\n  msgForMyServer:<br \/>\n    reloaded: &#8220;\u5f88\u660e\u663e\u4f5c\u8005\u662f\u4e2d\u56fd\u4eba \u4f1a\u8bf4\u4e2d\u6587\u5f88\u6b63\u5e38 \u7136\u540e\u6211\u4e5f\u4e0d\u77e5\u9053\u4e3a\u4ec0\u4e48\u6211\u8981\u5728\u4e00\u5806\u82f1\u6587\u91cc\u5199\u4e00\u6bb5\u4e2d\u6587 \u633a\u597d\u7b11\u7684 \u54c8\u54c8\u54c8 \u5bf9\u4e86 \u770b\u5230\u6211\u5c31\u662f\u7f18\u5206 XGamemode \u5b98\u65b9 QQ \u53cd\u9988\u4ea4\u6d41\u7fa4\uff1a\u70b9\u51fb\u94fe\u63a5\u52a0\u5165\u7fa4\u804a\u3010XGamemode \u53cd\u9988\u7fa4\u3011\uff1ahttps:\/\/qm.qq.com\/q\/rpTk5LK7w4 \u6b22\u8fce\u52a0&#8221;<br \/>\n    usage: &#8220;&#038;cUsage: \/gm <mode> [player\/-all\/-online\/-offline]&#8221;<br \/>\n    console_usage: &#8220;&#038;cUsage: \/gm <mode> <player\/-all\/-online\/-offline>&#8221;<br \/>\n    invalid_gamemode: &#8220;&#038;cInvalid Gamemode!&#8221;<br \/>\n    invalid_player: &#8220;&#038;cInvalid Player!&#8221;<br \/>\n    gamemode_self: &#8220;&#038;aYour Gamemode Changed to {mode}!&#8221;<br \/>\n    gamemode_all: &#8220;&#038;aChanged All Player&#8217;s Gamemode to {mode}!&#8221;<br \/>\n    gamemode_online: &#8220;&#038;aAll Online Player&#8217;s Gamemode Changed to {mode}!&#8221;<br \/>\n    gamemode_offline: &#8220;&#038;aAll Offline Player&#8217;s Gamemode Changed to {mode}!&#8221;<br \/>\n    no_permission: &#8220;&#038;cYOU ARE NOT ALLOWED TO DO THAT!&#8221;<br \/>\n    gamemode_other: &#8220;&#038;a{player}&#8217;s Gamemode Changed to {mode}!&#8221;<br \/>\n    gamemode_other_offline: &#8220;&#038;a{player} (Offline)&#8217;s Gamemode Changed to {mode}!&#8221;<br \/>\n&#8220;`<\/p>\n<p># 6 Developer API (Async)<\/p>\n<p>## Get Instance<\/p>\n<p>&#8220;`java<br \/>\nMain plugin = Main.getInstance();<br \/>\n&#8220;`<\/p>\n<p>## Get Player Gamemode<\/p>\n<p>&#8220;`java<br \/>\nplugin.getPlayerMode(playerUUID).thenAccept(mode -> {<br \/>\n    if (mode != null) {<br \/>\n        \/\/ mode is GameMode.SURVIVAL, CREATIVE, ADVENTURE, or SPECTATOR<br \/>\n        \/\/ Player is online or has saved data<br \/>\n    } else {<br \/>\n        \/\/ Player not found or no saved gamemode yet<br \/>\n    }<br \/>\n});<br \/>\n&#8220;`<\/p>\n<p>## Set Player Gamemode<\/p>\n<p>&#8220;`java<br \/>\nplugin.setPlayerMode(playerUUID, GameMode.SURVIVAL).thenAccept(success -> {<br \/>\n    if (success) {<br \/>\n        \/\/ Gamemode changed and saved successfully<br \/>\n        \/\/ Works for both online and offline players<br \/>\n    } else {<br \/>\n        \/\/ Failed to save (database error, etc.)<br \/>\n    }<br \/>\n});<br \/>\n&#8220;`<\/p>\n<p>## Listen to Gamemode Changes<\/p>\n<p>&#8220;`java<br \/>\n@EventHandler<br \/>\npublic void onGamemodeChange(GamemodeChangeEvent event) {<br \/>\n    Player player = event.getPlayer();      \/\/ Online player only<br \/>\n    GameMode oldMode = event.getOldMode();<br \/>\n    GameMode newMode = event.getNewMode();<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>> **Note:** All APIs are **fully async** and thread-safe. The `GamemodeChangeEvent` is only fired for **online players** when their mode is actually changed. The `getPlayerMode()` method returns `null` if the player has no saved gamemode data.<\/p>\n<p># 7 Reprint Post<\/p>\n<p>www.minebbs.com\/resources\/xgamemode.11041<\/p>\n<p>hangar.papermc.io\/Wind_Blood\/XGamemode<\/p>\n<p>modrinth.com\/plugin\/xgamemode<\/p>\n<p># 8 Feedback<\/p>\n<p>Just e-mail me with **windblood@foxmail.com**. Thanks!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You&#8217;re not switching modes, you&#8217;re switching dimensions.<\/p>\n","protected":false},"featured_media":172376,"template":"","meta":{"_minecraft_slug":"xgm","_minecraft_project_id":"J0B80Y0Q","_minecraft_author":"Wind_Blood","_minecraft_license":"CC-BY-NC-SA-4.0","_minecraft_downloads":2050,"_minecraft_follows":4,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"xgm.zip","_minecraft_size_bytes":491050,"_minecraft_version_count":50,"_minecraft_updated_at":"2026-05-16T06:15:48.570511Z","_minecraft_date_created":"2025-01-27T06:39:03.617429Z","_minecraft_date_modified":"2026-04-29T03:17:55.348640Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/xgm","_minecraft_icon_attachment_id":172376,"_minecraft_imported_at":"2026-06-09T22:02:14+00:00","_minecraft_import_hash":"064e82e8cda0a7abae3ed5c2f15a9bf7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,43,125,89,126,90,127,128,129,91,123,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,21,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-172375","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-cursed","mod_category-folia","mod_category-game-mechanics","mod_category-management","mod_category-optimization","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_category-technology","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-7-10","minecraft_version-1-7-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>XGamemode - 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\/xgm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XGamemode - Minecraft\" \/>\n<meta property=\"og:description\" content=\"You&#039;re not switching modes, you&#039;re switching dimensions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/\" \/>\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\\\/xgm\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xgm\\\/\",\"name\":\"XGamemode - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xgm\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xgm\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xgm-icon-177766c208fb96bbd014f3ab64f29f64aa7bd86f_96.webp\",\"datePublished\":\"2026-06-09T22:02:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xgm\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xgm\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xgm\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xgm-icon-177766c208fb96bbd014f3ab64f29f64aa7bd86f_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/xgm-icon-177766c208fb96bbd014f3ab64f29f64aa7bd86f_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/xgm\\\/#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\":\"XGamemode\"}]},{\"@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":"XGamemode - 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\/xgm\/","og_locale":"en_US","og_type":"article","og_title":"XGamemode - Minecraft","og_description":"You're not switching modes, you're switching dimensions.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/","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\/xgm\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/","name":"XGamemode - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xgm-icon-177766c208fb96bbd014f3ab64f29f64aa7bd86f_96.webp","datePublished":"2026-06-09T22:02:14+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/xgm\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xgm-icon-177766c208fb96bbd014f3ab64f29f64aa7bd86f_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/xgm-icon-177766c208fb96bbd014f3ab64f29f64aa7bd86f_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/xgm\/#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":"XGamemode"}]},{"@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\/172375","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\/172376"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=172375"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=172375"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=172375"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=172375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}