{"id":30291,"date":"2026-06-01T15:51:44","date_gmt":"2026-06-01T12:51:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/"},"modified":"2026-06-01T15:51:44","modified_gmt":"2026-06-01T12:51:44","slug":"betterrewards","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/","title":{"rendered":"BetterRewards"},"content":{"rendered":"<p># PromoCode Mod \u2014 Minecraft Forge 1.16.5<\/p>\n<p>A complete promotional code system for Minecraft servers. Server administrators can create codes that reward players with items, with full control over quantities, limits, and expiration dates.<\/p>\n<p>&#8212;<\/p>\n<p>## Overview<\/p>\n<p>PromoCode Mod adds an intuitive in-game interface for redeeming promotional codes. Perfect for:<br \/>\n&#8211; \ud83c\udf81 **Starter rewards** for new players<br \/>\n&#8211; \ud83c\udf89 **Event bonuses** (seasonal, special occasions)<br \/>\n&#8211; \ud83c\udfc6 **Achievement rewards** (giveaways, contests)<br \/>\n&#8211; \ud83d\udc65 **Community perks** (Discord members, supporters)<\/p>\n<p>&#8212;<\/p>\n<p>## Key Features<\/p>\n<p>\u2705 **Simple GUI** \u2014 Players press `\/promo` and enter a code<br \/>\n\u2705 **Flexible rewards** \u2014 Multiple items per code, customisable quantities<br \/>\n\u2705 **Admin controls** \u2014 Create\/delete codes in-game using commands<br \/>\n\u2705 **Usage limits** \u2014 Set maximum redemptions or expiration dates<br \/>\n\u2705 **Anti-abuse** \u2014 Each player can claim each code only once<br \/>\n\u2705 **Statistics** \u2014 Track total items distributed and unique players<br \/>\n\u2705 **Offline-friendly** \u2014 Works perfectly on offline-mode servers<br \/>\n\u2705 **Auto-saves** \u2014 All data persisted to `promocodes_data.json`<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>### For Server Administrators<\/p>\n<p>1. Download the `.jar` file from ModRinth or CurseForge<br \/>\n2. Place it in your Forge 1.16.5 `mods\/` folder<br \/>\n3. Start the server \u2014 configuration files generate automatically<br \/>\n4. Edit `server_config\/promocodemod-server.toml` to add default codes (optional)<br \/>\n5. Restart the server<\/p>\n<p>### For Players<\/p>\n<p>The mod is server-side, so you only need it if your server uses it. It&#8217;ll be on the server&#8217;s mod list.<\/p>\n<p>&#8212;<\/p>\n<p>## Quick Start \u2014 Creating Your First Code<\/p>\n<p>### Via In-Game Command (Easiest)<\/p>\n<p>&#8220;`<br \/>\n\/promo create WELCOME minecraft:diamond 5<br \/>\n&#8220;`<\/p>\n<p>Now players can type `\/promo`, enter `WELCOME`, and get 5 diamonds!<\/p>\n<p>### Advanced: Multiple Items<\/p>\n<p>&#8220;`<br \/>\n\/promo create STARTER minecraft:diamond 3 minecraft:iron_sword 1 minecraft:bread 10 0 0<br \/>\n&#8220;`<\/p>\n<p>Players get: 3 diamonds, 1 iron sword, 10 bread. Unlimited uses, never expires.<\/p>\n<p>### Advanced: Limited Time Event<\/p>\n<p>&#8220;`<br \/>\n\/promo createraw HALLOWEEN:minecraft:pumpkin,20;minecraft:orange_dye,10|50|0<br \/>\n&#8220;`<\/p>\n<p>Only 50 total redemptions, never expires, includes 20 pumpkins and 10 orange dye.<\/p>\n<p>### Delete Old Codes<\/p>\n<p>&#8220;`<br \/>\n\/promo delete WELCOME<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Complete Command Reference<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Purpose |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;|<br \/>\n| `\/promo` | Open the redemption GUI |<br \/>\n| `\/promocode` | Same as `\/promo` |<br \/>\n| `\/promo help` | Display all available commands |<\/p>\n<p>### Administrator Commands (Op Level 2+)<\/p>\n<p>**Create Code:**<br \/>\n&#8220;`<br \/>\n\/promo create <CODE> <item> <count> [maxUses] [expiryEpoch]<br \/>\n\/promo create <CODE> <item1> <count1> <item2> <count2> [item3] [count3] [maxUses] [expiryEpoch]<br \/>\n\/promo createraw <CODE:item1,count1;item2,count2|maxUses|expiryEpoch><br \/>\n&#8220;`<\/p>\n<p>**Delete Code:**<br \/>\n&#8220;`<br \/>\n\/promo delete <CODE><br \/>\n&#8220;`<\/p>\n<p>**Show Help:**<br \/>\n&#8220;`<br \/>\n\/promo help<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Parameters Explained<\/p>\n<p>| Parameter | Value | Notes |<br \/>\n|&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;-|&#8212;&#8212;-|<br \/>\n| `CODE` | Letters, numbers, underscores, hyphens | `WELCOME`, `SUMMER2024`, `EVENT_01` |<br \/>\n| `item` | Minecraft item ID | Format: `namespace:name` (e.g., `minecraft:diamond`) |<br \/>\n| `count` | 1\u201364 | Quantity per item in the reward |<br \/>\n| `maxUses` | 0\u2013999 | `0` = unlimited redemptions |<br \/>\n| `expiryEpoch` | Unix timestamp (seconds) | `0` = never expires; see below for examples |<\/p>\n<p>### Expiry Date Examples<\/p>\n<p>Convert to Unix epoch using unixtimestamp.com:<\/p>\n<p>| Date | Epoch |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;-|<br \/>\n| 1 January 2025 | `1735689600` |<br \/>\n| 1 July 2025 | `1751500800` |<br \/>\n| 31 December 2025 | `1767225600` |<\/p>\n<p>Set to `0` for no expiration.<\/p>\n<p>&#8212;<\/p>\n<p>## Common Item IDs<\/p>\n<p>&#8220;`<br \/>\nminecraft:diamond              minecraft:emerald<br \/>\nminecraft:golden_apple         minecraft:enchanted_golden_apple<br \/>\nminecraft:netherite_sword      minecraft:diamond_pickaxe<br \/>\nminecraft:diamond_axe          minecraft:iron_sword<br \/>\nminecraft:respawn_anchor       minecraft:bread<br \/>\nminecraft:coal                 minecraft:iron_ingot<br \/>\nminecraft:oak_log              minecraft:obsidian<br \/>\nminecraft:amethyst_block       minecraft:copper_ore<br \/>\n&#8220;`<\/p>\n<p>**Tip:** Hover over items in Minecraft&#8217;s creative inventory to see their exact ID.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration File<\/p>\n<p>Edit `server_config\/promocodemod-server.toml`:<\/p>\n<p>&#8220;`toml<br \/>\n[[promocodes]]<br \/>\ncodes = [<br \/>\n    &#8220;EARLY_EASTER:minecraft:diamond,5;minecraft:golden_apple,3|100|0&#8221;,<br \/>\n    &#8220;FREESTART:minecraft:iron_sword,1;minecraft:bread,10|200|0&#8221;,<br \/>\n    &#8220;DIAMONDS4ALL:minecraft:diamond,64|10|0&#8221;<br \/>\n]<br \/>\n&#8220;`<\/p>\n<p>**Format:** `CODE:item1,count1;item2,count2|maxUses|expiryEpoch`<\/p>\n<p>Changes take effect on server restart.<\/p>\n<p>&#8212;<\/p>\n<p>## How It Works<\/p>\n<p>1. Player opens the GUI: `\/promo`<br \/>\n2. Types the code name: `WELCOME`<br \/>\n3. Clicks &#8220;CONFIRM&#8221; (or presses Enter key)<br \/>\n4. If valid: items appear in inventory<br \/>\n   &#8211; Overflow drops at feet if inventory full<br \/>\n5. If invalid: error message displayed<br \/>\n   &#8211; Already used, expired, max uses reached, invalid code<\/p>\n<p>**Statistics shown in the GUI:**<br \/>\n&#8211; **Redeemed:** `25\/100` (25 of 100 available items claimed)<br \/>\n&#8211; **Players:** `10` (10 unique players have redeemed something)<\/p>\n<p>&#8212;<\/p>\n<p>## Anti-Abuse Protection<\/p>\n<p>Each player can redeem each code **exactly once**. This protection persists across:<br \/>\n&#8211; Name changes<br \/>\n&#8211; Multiple accounts on the same computer<br \/>\n&#8211; Server restarts<br \/>\n&#8211; Reinstalling the game<\/p>\n<p>\u26a0\ufe0f **Note:** On offline-mode servers, users could theoretically use modified clients to bypass this. Server administrators should monitor usage and delete problematic codes if needed.<\/p>\n<p>&#8212;<\/p>\n<p>## Data Storage<\/p>\n<p>Redemption data is automatically saved to:<br \/>\n&#8220;`<br \/>\nworld_folder\/promocodes_data.json<br \/>\n&#8220;`<\/p>\n<p>**Contents:**<br \/>\n&#8211; Which codes each player has redeemed<br \/>\n&#8211; Total redemptions per code<br \/>\n&#8211; Custom codes created via commands<\/p>\n<p>**Do not edit manually** unless backing up. The mod manages this file automatically.<\/p>\n<p>&#8212;<\/p>\n<p>## Real-World Examples<\/p>\n<p>### Example 1: Welcome Bonus<br \/>\n&#8220;`<br \/>\n\/promo create WELCOME minecraft:diamond,5 minecraft:iron_sword,1 minecraft:bread,20 0 0<br \/>\n&#8220;`<br \/>\n&#8211; Unlimited uses<br \/>\n&#8211; Never expires<br \/>\n&#8211; Rewards: 5 diamonds, iron sword, 20 bread<\/p>\n<p>### Example 2: Anniversary Event (100 uses, expires 1 January 2026)<br \/>\n&#8220;`<br \/>\n\/promo create ANNIVERSARY minecraft:golden_apple,3 100 1735689600<br \/>\n&#8220;`<\/p>\n<p>### Example 3: Complex Reward (3 items, 50 uses, never expires)<br \/>\n&#8220;`<br \/>\n\/promo createraw STARTER:minecraft:diamond,10;minecraft:emerald,5;minecraft:enchanted_golden_apple,2|50|0<br \/>\n&#8220;`<\/p>\n<p>### Example 4: Seasonal Giveaway (expires 31 December 2025)<br \/>\n&#8220;`<br \/>\n\/promo create XMAS minecraft:red_concrete,20 minecraft:green_concrete,20 minecraft:gold_block,5 0 1767225600<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Troubleshooting<\/p>\n<p>**Issue:** &#8220;Invalid item&#8221; error when creating a code<br \/>\n&#8211; **Solution:** Check the item ID spelling (e.g. `minecraft:acacia_log` not `acacia log`)<\/p>\n<p>**Issue:** &#8220;Code already exists&#8221; when creating<br \/>\n&#8211; **Solution:** Delete the old code first: `\/promo delete OLDCODE`<\/p>\n<p>**Issue:** Player can&#8217;t redeem, but code looks valid<br \/>\n&#8211; **Solution:** Check if:<br \/>\n  &#8211; Player already redeemed it (1 per player)<br \/>\n  &#8211; Code has expired (check expiryEpoch)<br \/>\n  &#8211; Max uses reached (check redemption count in \/promo GUI stats)<\/p>\n<p>**Issue:** Items aren&#8217;t appearing in inventory<br \/>\n&#8211; **Solution:** Check inventory space. Overflow items drop at feet.<\/p>\n<p>**Issue:** Server crashed after changing config<br \/>\n&#8211; **Solution:** Check `promocodemod-server.toml` for syntax errors. Item IDs must be valid.<\/p>\n<p>&#8212;<\/p>\n<p>## Compatibility<\/p>\n<p>&#8211; **Minecraft Version:** 1.16.5<br \/>\n&#8211; **Modloader:** Forge<br \/>\n&#8211; **Client\/Server:** Can be server and client (recommended)<br \/>\n&#8211; **Offline Mode:**<br \/>\n&#8211; **Online Mode:** <\/p>\n<p>&#8212;<\/p>\n<p>## Known Limitations<\/p>\n<p>&#8211; Maximum 3 items per code via simple command (use `createraw` for more)<br \/>\n&#8211; Item count limited to 1\u201364 per item<br \/>\n&#8211; No GUI for admins to create codes (use commands or config file)<br \/>\n&#8211; Codes are case-insensitive but stored in uppercase<\/p>\n<p>&#8212;<\/p>\n<p>## Licence<\/p>\n<p> Redistribution without credit is not permitted.<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create and manage promotional codes to reward players with items. Perfect for events, giveaways, and starter bonuses. Includes anti-abuse protection and real-time statistics.<\/p>\n","protected":false},"featured_media":30292,"template":"","meta":{"_minecraft_slug":"betterrewards","_minecraft_project_id":"FBR8weIr","_minecraft_author":"M4riosDev","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":7,"_minecraft_follows":0,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"betterrewards.zip","_minecraft_size_bytes":548658,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T14:45:29.514442Z","_minecraft_date_created":"2026-04-30T01:07:21.314069Z","_minecraft_date_modified":"2026-04-07T12:02:44.379583Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/betterrewards","_minecraft_icon_attachment_id":30292,"_minecraft_imported_at":"2026-06-01T12:51:45+00:00","_minecraft_import_hash":"b239e86506f1babd7daa7e8259004bbb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,104,91,92],"mod_loader":[106],"minecraft_version":[48],"class_list":["post-30291","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-forge","mod_category-storage","mod_category-utility","mod_loader-forge","minecraft_version-1-16-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BetterRewards - 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\/betterrewards\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BetterRewards - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Create and manage promotional codes to reward players with items. Perfect for events, giveaways, and starter bonuses. Includes anti-abuse protection and real-time statistics.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/\" \/>\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\\\/betterrewards\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterrewards\\\/\",\"name\":\"BetterRewards - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterrewards\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterrewards\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterrewards-icon-c6c92583005932dab18cc2669bcef081580a2462_96.webp\",\"datePublished\":\"2026-06-01T12:51:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterrewards\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterrewards\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterrewards\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterrewards-icon-c6c92583005932dab18cc2669bcef081580a2462_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterrewards-icon-c6c92583005932dab18cc2669bcef081580a2462_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterrewards\\\/#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\":\"BetterRewards\"}]},{\"@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":"BetterRewards - 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\/betterrewards\/","og_locale":"en_US","og_type":"article","og_title":"BetterRewards - Minecraft","og_description":"Create and manage promotional codes to reward players with items. Perfect for events, giveaways, and starter bonuses. Includes anti-abuse protection and real-time statistics.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/","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\/betterrewards\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/","name":"BetterRewards - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterrewards-icon-c6c92583005932dab18cc2669bcef081580a2462_96.webp","datePublished":"2026-06-01T12:51:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterrewards-icon-c6c92583005932dab18cc2669bcef081580a2462_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterrewards-icon-c6c92583005932dab18cc2669bcef081580a2462_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterrewards\/#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":"BetterRewards"}]},{"@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\/30291","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\/30292"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=30291"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=30291"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=30291"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=30291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}