{"id":53720,"date":"2026-06-03T03:09:48","date_gmt":"2026-06-03T00:09:48","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/"},"modified":"2026-06-03T03:09:48","modified_gmt":"2026-06-03T00:09:48","slug":"dailyreward-pro","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/","title":{"rendered":"DailyReward Pro"},"content":{"rendered":"<div align=\"center\">\n<p># \ud83c\udf81 DailyRewardPRO<\/p>\n<p>![Paper 1.21+](https:\/\/papermc.io\/)<br \/>\n> **The most advanced daily reward plugin for Spigot &#038; Paper 1.21.x**<br \/>\n> Fully customizable tiers created directly in-game \u2014 no manual file editing required to get started.<\/p>\n<\/div>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>### \ud83c\udfc6 Unlimited Custom Tiers<br \/>\n&#8211; Create **as many reward tiers as you want** \u2014 directly from in-game with one command<br \/>\n&#8211; Each tier has its own **config file, day counter, streak and GUI** \u2014 all generated automatically<br \/>\n&#8211; Admins can name tiers anything: `vip`, `svip`, `elite`, `seasonal`, `halloween` \u2014 no limits<br \/>\n&#8211; Tier **inheritance**: configure whether players with higher-tier perms can claim lower tiers simultaneously<\/p>\n<p>### \ud83d\udce6 Database Support<br \/>\n&#8211; **YAML** \u2014 Flat-file storage (default, no setup required)<br \/>\n&#8211; **SQLite** \u2014 Embedded database, single file (`data.db`)<br \/>\n&#8211; **MySQL \/ MariaDB** \u2014 For networks and large servers<\/p>\n<p>### \ud83c\udfaf Flexible GUI Layout<br \/>\n&#8211; Per-tier configurable **reward rows** (`gui.rows` from 1 to 5)<br \/>\n&#8211; Fixed bottom row with **Previous \/ Page Info \/ Next** controls<br \/>\n&#8211; Rewards placed **left-to-right, top-to-bottom** across reward rows<br \/>\n&#8211; Automatic **pagination** when rewards exceed the available slots<br \/>\n&#8211; **Per-tier** configurable status items, colors and lore<br \/>\n&#8211; Per-status **display mode**: choose between status glass (`available`, `next`, `locked`) or the reward&#8217;s own display item<\/p>\n<p>### \ud83d\udd25 Status Indicators (fully configurable per tier)<br \/>\n| Status | Default Item | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| \u2705 Claimed | Lime Stained Glass | Already claimed today |<br \/>\n| \u27a4 Next | Orange Stained Glass | Next reward (tomorrow) |<br \/>\n| \u26a1 Available | Yellow Stained Glass | Ready to claim now! |<br \/>\n| \ud83d\udd12 Locked | Red Stained Glass | Future reward |<\/p>\n<p>### \ud83d\udd22 Streak System<br \/>\n&#8211; Per-tier streak tracking \u2014 miss a day and it resets<br \/>\n&#8211; Placeholder support for leaderboards and scoreboards<\/p>\n<p>### \ud83d\udcb0 Optional Economy (Vault)<br \/>\n&#8211; Give players **money** as part of any reward<br \/>\n&#8211; Works with any Vault-compatible economy plugin<\/p>\n<p>### \ud83c\udfae Advanced Item Support<br \/>\n&#8211; Standard items with **enchantments**<br \/>\n&#8211; **ItemsAdder** custom items (namespace ID)<br \/>\n&#8211; **Oraxen** custom items<\/p>\n<p>### \ud83d\udce2 Per-Day Broadcasts<br \/>\n&#8211; Configurable broadcast per reward day (disabled by default)<br \/>\n&#8211; Global toggle in `config.yml`<\/p>\n<p>### \ud83c\udf0d Timezone Support<br \/>\n&#8211; Daily reset based on a configurable timezone<br \/>\n&#8211; Supports all Java `ZoneId` values (`Europe\/Warsaw`, `America\/New_York`, `UTC`, etc.)<\/p>\n<p>### \ud83d\udcca PlaceholderAPI Support<br \/>\n| Placeholder | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `%dailyreward_streak%` | Current streak (highest tier) |<br \/>\n| `%dailyreward_streak_<tier>%` | Streak for a specific tier |<br \/>\n| `%dailyreward_day%` | Current day (highest tier) |<br \/>\n| `%dailyreward_day_<tier>%` | Current day for a specific tier |<br \/>\n| `%dailyreward_time_left%` | Time until next claim (highest tier) |<br \/>\n| `%dailyreward_time_left_<tier>%` | Time until next claim for a specific tier |<br \/>\n| `%dailyreward_tier%` | Player&#8217;s highest tier name (plain) |<br \/>\n| `%dailyreward_tier_color%` | Player&#8217;s highest tier name (with colors) |<br \/>\n| `%dailyreward_has_reward%` | `true`\/`false` \u2014 unclaimed reward available |<br \/>\n| `%dailyreward_has_reward_<tier>%` | Per-tier reward availability |<\/p>\n<p>### \ud83d\udd14 Reminder System<br \/>\n&#8211; Join reminders when a player has unclaimed rewards<br \/>\n&#8211; Periodic in-game reminders (configurable interval)<br \/>\n&#8211; Per-tier reminder messages include the direct `\/daily <tier>` command<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/daily` | Open your highest available reward menu | \u2014 |<br \/>\n| `\/daily help` | Show command help | \u2014 |<br \/>\n| `\/daily <tier>` | Open a specific tier&#8217;s reward menu | `dailyreward.tier.<name>` |<br \/>\n| `\/daily admin createtier <id>` | **Create a new tier** with a full template config | `dailyreward.admin` |<br \/>\n| `\/daily admin reset <player> <tier>` | Reset a player&#8217;s daily streak | `dailyreward.admin` |<br \/>\n| `\/daily admin set <player> <tier> <day>` | Set a player to a specific day | `dailyreward.admin` |<br \/>\n| `\/daily reload` | Reload all configuration files | `dailyreward.admin` |<\/p>\n<p>All commands have **full tab completion** including tier names, player names and day numbers.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd11 Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `dailyreward.admin` | All admin commands | OP |<br \/>\n| `dailyreward.tier.default` | Default tier access | **Everyone** |<br \/>\n| `dailyreward.tier.<id>` | Access to any custom tier | Assign manually |<\/p>\n<p>> Tier permissions are created automatically when you run `\/daily admin createtier <id>`.<br \/>\n> Grant them via your permission plugin (e.g., LuckPerms).<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### config.yml<br \/>\n&#8220;`yaml<br \/>\n# THIS IS BETA BUILD, CONTACT we_rt ON DISCORD IF ANY BUG OCCURS<br \/>\n# DailyRewardPRO &#8211; Main Configuration<br \/>\n# Plugin by we_rt | https:\/\/modrinth.com\/project\/dailyreward-pro<br \/>\n# THIS IS BETA BUILD, CONTACT we_rt ON DISCORD IF ANY BUG OCCURS<\/p>\n<p>timezone: &#8220;Europe\/Warsaw&#8221;   # Timezone for daily resets (Java ZoneId)<\/p>\n<p># Storage: YAML, SQLITE, MYSQL, or MARIADB<br \/>\nstorage:<br \/>\n  type: YAML<\/p>\n<p># MySQL\/MariaDB settings (when storage.type is MYSQL or MARIADB)<br \/>\ndatabase:<br \/>\n  host: &#8220;localhost&#8221;<br \/>\n  port: 3306<br \/>\n  database: &#8220;minecraft&#8221;<br \/>\n  username: &#8220;root&#8221;<br \/>\n  password: &#8220;&#8221;<br \/>\n  pool-size: 10<\/p>\n<p># Allow players with higher-tier perms to claim lower tiers simultaneously<br \/>\nallow-multiple-tiers: true<\/p>\n<p># If false, admins must manually grant &#8216;dailyreward.tier.default&#8217;<br \/>\ndefault-tier-auto-permission: true<\/p>\n<p># After \/daily admin set, can the player claim skipped days?<br \/>\nallow-claiming-past-days: false<\/p>\n<p>reminder:<br \/>\n  enabled: true<br \/>\n  interval: 300      # seconds between reminders<br \/>\n  on-join: true      # remind on login<\/p>\n<p>update-checker:<br \/>\n  enabled: true<br \/>\n  notify-admins: true<br \/>\n&#8220;`<\/p>\n<p>### Creating a New Tier In-Game<br \/>\n&#8220;`<br \/>\n\/daily admin createtier vip<br \/>\n&#8220;`<br \/>\nThis generates `plugins\/DailyRewardPRO\/tiers\/vip.yml` with a full commented template.<br \/>\nThen edit the file to add your rewards, run `\/daily reload`, and grant `dailyreward.tier.vip` to players.<\/p>\n<p>### Tier Config Example (`tiers\/vip.yml`)<br \/>\n&#8220;`yaml<br \/>\nname: &#8220;&#038;6VIP&#8221;<br \/>\nid: &#8220;vip&#8221;<br \/>\npermission: &#8220;dailyreward.tier.vip&#8221;<br \/>\npriority: 10           # Higher = shown first in \/daily<\/p>\n<p>on-complete:<br \/>\n  action: SWITCH_TIER  # RESET_TO_1 | SWITCH_TIER<br \/>\n  target-tier: &#8220;svip&#8221;<br \/>\n  switch-fail-action: RESET_THIS  # RESET_THIS | RESET_MAIN<\/p>\n<p>gui:<br \/>\n  title: &#8220;&#038;6Daily Rewards | VIP&#8221;<br \/>\n  rows: 5<br \/>\n  status-items:<br \/>\n    available:<br \/>\n      material: YELLOW_STAINED_GLASS_PANE<br \/>\n      name: &#8220;&#038;eAvailable!&#8221;<br \/>\n  hide-locked-lore: true<\/p>\n<p>rewards:<br \/>\n  1:<br \/>\n    display:<br \/>\n      material: GOLD_BLOCK<br \/>\n      name: &#8220;&#038;6Day 1 &#8211; VIP Welcome&#8221;<br \/>\n      lore:<br \/>\n        &#8211; &#8220;&#038;f \u2022 1x Gold Block&#8221;<br \/>\n        &#8211; &#8220;&#038;f \u2022 $500&#8221;<br \/>\n    items:<br \/>\n      &#8211; material: GOLD_BLOCK<br \/>\n        amount: 1<br \/>\n    money: 500<br \/>\n    commands: []<br \/>\n    broadcast: false<\/p>\n<p>  2:<br \/>\n    display:<br \/>\n      material: DIAMOND_SWORD<br \/>\n      name: &#8220;&#038;6Day 2 &#8211; VIP Sword&#8221;<br \/>\n    items:<br \/>\n      &#8211; material: DIAMOND_SWORD<br \/>\n        amount: 1<br \/>\n        enchants:<br \/>\n          SHARPNESS: 3<br \/>\n          UNBREAKING: 2<br \/>\n    money: 750<br \/>\n    broadcast: false<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Optional Dependencies<\/p>\n<p>| Plugin | Purpose |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Vault | Economy (money rewards) |<br \/>\n| PlaceholderAPI | Placeholders |<br \/>\n| ItemsAdder | Custom items |<br \/>\n| Oraxen | Custom items |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Installation<\/p>\n<p>1. Drop `DailyRewardPRO.jar` into your `plugins\/` folder<br \/>\n2. Start the server \u2014 `plugins\/DailyRewardPRO\/` is created automatically with the default tier<br \/>\n3. Create new tiers with `\/daily admin createtier <name>`<br \/>\n4. Edit reward files in `plugins\/DailyRewardPRO\/tiers\/`<br \/>\n5. Apply changes with `\/daily reload`<\/p>\n<p>&#8212;<\/p>\n<p>## Support<\/p>\n<p>&#8211;  contact me on discord nickname: **we_rt**, only with important bug related things<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udf1f License<\/p>\n<p>The source code is not publicly available, but if you want to edit something in the plugin for your own needs, update the plugin to a new version or anything else, contact me on discord nickname: we_rt and we will definitely come to an agreement<\/p>\n<p>&#8212;<\/p>\n<div align=\"center\">\n<p>**Made with \u2764\ufe0f for the Minecraft community**<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Multi-tiers Daily reward plugin for Spigot &#038; Paper 1.21.x<\/p>\n","protected":false},"featured_media":53721,"template":"","meta":{"_minecraft_slug":"dailyreward-pro","_minecraft_project_id":"QBZtgQwr","_minecraft_author":"wertPL","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":153,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"dailyreward-pro.zip","_minecraft_size_bytes":17889357,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:39:08.824252Z","_minecraft_date_created":"2026-03-05T00:06:59.793270Z","_minecraft_date_modified":"2026-03-03T21:22:18.033217Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/dailyreward-pro","_minecraft_icon_attachment_id":53721,"_minecraft_imported_at":"2026-06-03T00:09:49+00:00","_minecraft_import_hash":"4ddd7b2cc089cb1008ef1de48c30c757","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,844,89,126,127,128,867,129,91,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-53720","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-economy","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-storage","mod_category-utility","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>DailyReward Pro - 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\/dailyreward-pro\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DailyReward Pro - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Multi-tiers Daily reward plugin for Spigot &amp; Paper 1.21.x\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/\" \/>\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\\\/dailyreward-pro\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dailyreward-pro\\\/\",\"name\":\"DailyReward Pro - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dailyreward-pro\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dailyreward-pro\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dailyreward-pro-icon-c2b3fc7f62f62ba6228523e3178d090b08d5509a_96.webp\",\"datePublished\":\"2026-06-03T00:09:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dailyreward-pro\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dailyreward-pro\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dailyreward-pro\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dailyreward-pro-icon-c2b3fc7f62f62ba6228523e3178d090b08d5509a_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/dailyreward-pro-icon-c2b3fc7f62f62ba6228523e3178d090b08d5509a_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/dailyreward-pro\\\/#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\":\"DailyReward Pro\"}]},{\"@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":"DailyReward Pro - 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\/dailyreward-pro\/","og_locale":"en_US","og_type":"article","og_title":"DailyReward Pro - Minecraft","og_description":"Multi-tiers Daily reward plugin for Spigot & Paper 1.21.x","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/","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\/dailyreward-pro\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/","name":"DailyReward Pro - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dailyreward-pro-icon-c2b3fc7f62f62ba6228523e3178d090b08d5509a_96.webp","datePublished":"2026-06-03T00:09:48+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dailyreward-pro-icon-c2b3fc7f62f62ba6228523e3178d090b08d5509a_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/dailyreward-pro-icon-c2b3fc7f62f62ba6228523e3178d090b08d5509a_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/dailyreward-pro\/#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":"DailyReward Pro"}]},{"@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\/53720","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\/53721"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=53720"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=53720"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=53720"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=53720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}