{"id":75704,"date":"2026-06-04T12:13:53","date_gmt":"2026-06-04T09:13:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/"},"modified":"2026-06-04T12:13:53","modified_gmt":"2026-06-04T09:13:53","slug":"giftcodex","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/","title":{"rendered":"GiftcodeX"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"441\" alt=\"minecraft_title\" src=\"https:\/\/github.com\/user-attachments\/assets\/69e43a1a-b547-4401-a8b3-d272811f2726\" \/><\/p>\n<p># GiftcodeX<\/p>\n<p>> Advanced gift code management plugin for Minecraft servers \u2014 GUI editor, PlaceholderAPI support, MySQL\/H2 database, Folia compatible.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"991\" alt=\"2026-04-05_13 55 53\" src=\"https:\/\/github.com\/user-attachments\/assets\/43d946ad-18dd-4d73-9af3-f612d50225a8\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"991\" alt=\"2026-04-05_13 57 01\" src=\"https:\/\/github.com\/user-attachments\/assets\/d3f22ba4-888a-4bcd-ba29-201cc4f45d45\" \/><\/p>\n<p>&#8212;<\/p>\n<p>![Bstats](https:\/\/bstats.org\/signatures\/bukkit\/GiftcodeX.svg)<\/p>\n<p>## Table of Contents<\/p>\n<p>&#8211; [Requirements](#requirements)<br \/>\n&#8211; [Installation](#installation)<br \/>\n&#8211; [Commands](#commands)<br \/>\n&#8211; [Permissions](#permissions)<br \/>\n&#8211; [Configuration](#configuration)<br \/>\n  &#8211; [config.yml](#configyml)<br \/>\n  &#8211; [messages.yml](#messagesyml)<br \/>\n  &#8211; [codes.yml](#codesyml)<br \/>\n&#8211; [PlaceholderAPI](#placeholderapi)<br \/>\n&#8211; [Author](#author)<br \/>\n&#8211; [Support](#support)<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>| Requirement | Version |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Java | 21+ |<br \/>\n| Paper \/ Folia | 1.21+ |<br \/>\n| PlaceholderAPI | 2.11+ *(optional)* |<br \/>\n| ViaVersion | Latest *(optional)* |<\/p>\n<p>> **Note:** Spigot is **not** supported. You must use Paper or Folia.<\/p>\n<p>> **ViaVersion:** Optionally install ViaVersion to support players joining on older clients (below 1.21.6). The plugin automatically detects legacy clients and switches from Dialog input to chat input mode.<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest `GiftcodeX-x.x.jar` from Releases.<br \/>\n2. Place the `.jar` file into your server&#8217;s `plugins\/` folder.<br \/>\n3. Start or restart your server.<br \/>\n4. Configuration files are generated automatically in `plugins\/GiftcodeX\/`.<br \/>\n5. *(Optional)* Edit `config.yml` and `messages.yml`, then run `\/gcx reload`.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>All admin commands require the `giftcodex.admin` permission. Players use `\/redeem` to claim codes.<\/p>\n<p>### Admin \u2014 `\/giftcodex` (aliases: `\/gcx`, `\/gc`)<\/p>\n<p>| Command                                         | Description |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|&#8212;|<br \/>\n| `\/gcx help`                                     | Show command help |<br \/>\n| `\/gcx create <code> [-g]`                       | Create a gift code. Add `-g` to open the GUI editor immediately |<br \/>\n| `\/gcx delete <code>`                            | Permanently delete a code and purge all player records |<br \/>\n| `\/gcx enable <code>`                            | Enable a disabled code |<br \/>\n| `\/gcx disable <code>`                           | Disable a code without deleting it |<br \/>\n| `\/gcx gui`                                      | List all codes (opens GUI for players, text list for console) |<br \/>\n| `\/gcx edit <code>`                              | Open the GUI settings editor for a code |<br \/>\n| `\/gcx items <code>`                             | Open the GUI item reward editor for a code |<br \/>\n| `\/gcx assign <code> <player>`                   | Give a code's rewards directly to a player |<br \/>\n| `\/gcx setperm <code> <perm|none>`              | Set or clear the required permission for a code |<br \/>\n| `\/gcx info <code>`                              | Print detailed information about a code |<br \/>\n| `\/gcx random <prefix> [amount] [-c <template>]` | Bulk-generate random codes. Use `-c <template>` to copy settings from an existing code |<br \/>\n| `\/gcx reload`                                   | Reload `config.yml`, `messages.yml`, and `codes.yml` without restarting |<\/p>\n<p>### Player<\/p>\n<p>| Command | Description |<br \/>\n|---|---|<br \/>\n| `\/redeem <code>` | Redeem a gift code |<\/p>\n<p>---<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | Default | Description |<br \/>\n|---|---|---|<br \/>\n| `giftcodex.admin` | OP | Full access to all admin commands |<br \/>\n| `giftcodex.player` | Everyone | Allows use of `\/redeem` |<br \/>\n| `giftcodex.vip` | OP | Example custom permission for VIP-restricted codes |<\/p>\n<p>---<\/p>\n<p>## Configuration<\/p>\n<p>### config.yml<\/p>\n<p>```yaml<br \/>\n# Database type: H2 (embedded, no setup needed) or MYSQL<br \/>\ndatabase:<br \/>\n  type: H2<br \/>\n  mysql:<br \/>\n    host: localhost<br \/>\n    port: 3306<br \/>\n    database: giftcodex<br \/>\n    username: root<br \/>\n    password: \"\"<\/p>\n<p># Check for new releases on GitHub (notifies OPs on join)<br \/>\ncheck-update: true<\/p>\n<p># GUI settings<br \/>\ngui:<br \/>\n  reward-color: \"&a\"   # Colour prefix applied to reward messages<\/p>\n<p># Default values applied when creating a new code<br \/>\ndefaults:<br \/>\n  expiry: \"2099-12-31T23:59:59\"   # Leave blank for no expiry<br \/>\n  max-uses: 100                    # Global use limit<br \/>\n  player-max-uses: 1               # Per-player limit (-1 = unlimited)<br \/>\n  max-uses-per-ip: 1               # Per-IP limit (0 = disabled)<br \/>\n  required-playtime: 0             # Minutes of playtime required (0 = none)<br \/>\n```<\/p>\n<p>### messages.yml<\/p>\n<p>All messages support `&` colour codes. The `infinity-symbol` field controls what is displayed for unlimited\/no-expiry values (default: `\u221e`).<\/p>\n<p>```yaml<br \/>\nprefix: \"&8[&bGiftcodeX&8] \"<\/p>\n<p># Symbol displayed for unlimited or no-expiry values<br \/>\ninfinity-symbol: \"\u221e\"<\/p>\n<p>redeemed:            \"&aCode redeemed successfully!\"<br \/>\ninvalid-code:        \"&cThis gift code does not exist.\"<br \/>\ncode-disabled:       \"&cThis gift code is currently disabled.\"<br \/>\ncode-expired:        \"&cThis gift code has expired.\"<br \/>\nmax-uses-reached:    \"&cThis gift code has reached its global usage limit.\"<br \/>\nalready-redeemed:    \"&cYou have already used this code the maximum allowed number of times.\"<br \/>\nip-limit-reached:    \"&cThis gift code has been used too many times from your IP address.\"<br \/>\nnot-enough-playtime: \"&cYou need at least &e{required} &cof playtime to use this code. &7(You have: &e{current}&7)\"<br \/>\nno-permission:       \"&cYou do not have permission to use this gift code.\"<br \/>\n```<\/p>\n<p>> Run `\/gcx reload` after editing messages.yml \u2014 no restart needed.<\/p>\n<p>### codes.yml<\/p>\n<p>Codes are stored and managed automatically. You can also edit this file manually, then run `\/gcx reload`.<\/p>\n<p>```yaml<br \/>\nSUMMER24:<br \/>\n  commands:<br \/>\n    - \"give %player% diamond 3\"<br \/>\n    - \"give %player% golden_apple 1\"<br \/>\n  messages:<br \/>\n    - \"&aYou received &e3 Diamonds &aand a &eGolden Apple&a!\"<br \/>\n  max-uses: 1000               # Remaining global uses (set to 999999999 for unlimited)<br \/>\n  expiry: \"2024-08-31T23:59:59\"<br \/>\n  enabled: true<br \/>\n  player-max-uses: 1           # -1 = unlimited per player<br \/>\n  max-uses-per-ip: 2           # 0 = disabled<br \/>\n  required-playtime:           # Full duration model (auto-migrated from plain integer)<br \/>\n    years: 0<br \/>\n    months: 0<br \/>\n    weeks: 0<br \/>\n    days: 0<br \/>\n    hours: 0<br \/>\n    minutes: 0<br \/>\n    seconds: 0<br \/>\n    milliseconds: 0<br \/>\n  permission: \"\"               # Leave blank for no permission required<br \/>\n  items: []                    # Set item rewards via \/gcx items <code><br \/>\n```<\/p>\n<p>**Field reference:**<\/p>\n<p>| Field | Description |<br \/>\n|---|---|<br \/>\n| `commands` | Console commands run on redemption. Use `%player%` as the player name placeholder |<br \/>\n| `messages` | Messages sent to the player. Supports `&` colour codes |<br \/>\n| `max-uses` | Remaining global uses. Set to `999999999` for effectively unlimited |<br \/>\n| `expiry` | ISO-8601 expiry datetime (`yyyy-MM-dd'T'HH:mm:ss`). Leave empty for no expiry |<br \/>\n| `enabled` | `true` \/ `false` |<br \/>\n| `player-max-uses` | Per-player redemption limit. `-1` = unlimited |<br \/>\n| `max-uses-per-ip` | Per-IP redemption limit. `0` = disabled |<br \/>\n| `required-playtime` | Duration model with fields: `years`, `months`, `weeks`, `days`, `hours`, `minutes`, `seconds`, `milliseconds`. Old plain-integer values (minutes) are auto-migrated on reload |<br \/>\n| `permission` | Required permission node. Leave empty for none |<br \/>\n| `items` | ItemStack-serialized item rewards \u2014 managed via `\/gcx items <code>` |<\/p>\n<p>---<\/p>\n<p>## PlaceholderAPI<\/p>\n<p>Install PlaceholderAPI to use the following placeholders anywhere on your server.<\/p>\n<p>| Placeholder | Description |<br \/>\n|---|---|<br \/>\n| `%giftcodex_total_codes%` | Total number of registered gift codes |<br \/>\n| `%giftcodex_player_totalused%` | Number of codes the player has redeemed |<br \/>\n| `%giftcodex_code_exists_<code>%` | `true` \/ `false` \u2014 whether the code exists |<br \/>\n| `%giftcodex_code_enabled_<code>%` | `true` \/ `false` \u2014 whether the code is enabled |<br \/>\n| `%giftcodex_code_expired_<code>%` | `true` \/ `false` \u2014 whether the code has expired |<br \/>\n| `%giftcodex_code_maxuses_<code>%` | Remaining global uses |<br \/>\n| `%giftcodex_code_used_<code>%` | Total times the code has been redeemed (all players) |<br \/>\n| `%giftcodex_code_expiry_<code>%` | Expiry date string, or the configured infinity symbol |<br \/>\n| `%giftcodex_code_permission_<code>%` | Required permission, or `None` |<br \/>\n| `%giftcodex_code_playtime_<code>%` | Required playtime as a human-readable string (e.g. `1d 2h 30m`) |<br \/>\n| `%giftcodex_code_playtime_minutes_<code>%` | Required playtime converted to total minutes |<br \/>\n| `%giftcodex_code_playtime_ms_<code>%` | Required playtime in milliseconds |<br \/>\n| `%giftcodex_code_playeruses_<code>%` | Times *this player* has redeemed the code |<br \/>\n| `%giftcodex_code_canuseip_<code>%` | `true` \/ `false` \u2014 whether the player's IP is still under the limit |<br \/>\n| `%giftcodex_code_playerlimit_<code>%` | Per-player use limit, or the infinity symbol if unlimited |<br \/>\n| `%giftcodex_code_iplimit_<code>%` | Per-IP use limit, or the infinity symbol if disabled |<\/p>\n<p>---<\/p>\n<p>## ViaVersion Support<\/p>\n<p>When ViaVersion is installed, GiftcodeX automatically detects each admin's client version:<\/p>\n<p>- **1.21.6+ clients** use the native **Dialog** input (a popup form with labeled fields).<br \/>\n- **Legacy clients (below 1.21.6)** fall back to **chat input** mode automatically.<\/p>\n<p>The GUI editor displays a hint in each item's lore indicating which input mode is active for the current viewer (`dialog input` or `chat input`). No configuration is required.<\/p>\n<p>---<\/p>\n<p>## Author<\/p>\n<p>| | |<br \/>\n|---|---|<br \/>\n| **Name** | ihqqq |<br \/>\n| **Facebook** | facebook.com\/ihqqqq |<\/p>\n<p>---<\/p>\n<p>## Support<\/p>\n<p>- **Issues & bug reports:** GitHub Issues<br \/>\n- **Discord server:** discord.gg\/YQtCC7BV<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Advanced gift code system with GUI editor and database support<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"giftcodex","_minecraft_project_id":"fFNIrRXF","_minecraft_author":"ihqqq_","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":14,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"giftcodex.zip","_minecraft_size_bytes":8739189,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-15T22:51:49.418297Z","_minecraft_date_created":"2026-04-15T20:36:11.270866Z","_minecraft_date_modified":"2026-04-26T13:02:05.085121Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/giftcodex","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-04T09:13:54+00:00","_minecraft_import_hash":"8145a8c80d171381312d1dc01a138016","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[125,89,126,127,92],"mod_loader":[131,132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-75704","mod","type-mod","status-publish","hentry","mod_category-folia","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-folia","mod_loader-paper","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>GiftcodeX - 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\/giftcodex\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GiftcodeX - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Advanced gift code system with GUI editor and database support\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.com\/user-attachments\/assets\/69e43a1a-b547-4401-a8b3-d272811f2726\" \/>\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\\\/giftcodex\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/giftcodex\\\/\",\"name\":\"GiftcodeX - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/giftcodex\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/giftcodex\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.com\\\/user-attachments\\\/assets\\\/69e43a1a-b547-4401-a8b3-d272811f2726\",\"datePublished\":\"2026-06-04T09:13:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/giftcodex\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/giftcodex\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/giftcodex\\\/#primaryimage\",\"url\":\"https:\\\/\\\/github.com\\\/user-attachments\\\/assets\\\/69e43a1a-b547-4401-a8b3-d272811f2726\",\"contentUrl\":\"https:\\\/\\\/github.com\\\/user-attachments\\\/assets\\\/69e43a1a-b547-4401-a8b3-d272811f2726\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/giftcodex\\\/#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\":\"GiftcodeX\"}]},{\"@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":"GiftcodeX - 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\/giftcodex\/","og_locale":"en_US","og_type":"article","og_title":"GiftcodeX - Minecraft","og_description":"Advanced gift code system with GUI editor and database support","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/github.com\/user-attachments\/assets\/69e43a1a-b547-4401-a8b3-d272811f2726","type":"","width":"","height":""}],"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\/giftcodex\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/","name":"GiftcodeX - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/#primaryimage"},"thumbnailUrl":"https:\/\/github.com\/user-attachments\/assets\/69e43a1a-b547-4401-a8b3-d272811f2726","datePublished":"2026-06-04T09:13:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/#primaryimage","url":"https:\/\/github.com\/user-attachments\/assets\/69e43a1a-b547-4401-a8b3-d272811f2726","contentUrl":"https:\/\/github.com\/user-attachments\/assets\/69e43a1a-b547-4401-a8b3-d272811f2726"},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/giftcodex\/#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":"GiftcodeX"}]},{"@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\/75704","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=75704"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=75704"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=75704"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=75704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}