{"id":96716,"date":"2026-06-05T16:03:53","date_gmt":"2026-06-05T13:03:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/"},"modified":"2026-06-05T16:03:53","modified_gmt":"2026-06-05T13:03:53","slug":"luxeconomy","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/","title":{"rendered":"LuxEconomy when true lightweight meets minecraft"},"content":{"rendered":"<p># LuxEconomy<\/p>\n<p>A simple, elegant economy plugin for Paper servers with MySQL support and Vault integration.<\/p>\n<p>&#8212;<\/p>\n<p>## Overview<\/p>\n<p>LuxEconomy provides a lightweight economy system for your server with beautiful formatted messages, complete customization, and seamless Vault integration. Players can check balances, send money to each other, and admins can manage the economy with powerful tools.<br \/>\n![Player Balance](https:\/\/cdn.modrinth.com\/data\/yWar6bfw\/images\/2025baa0a9db660d916a621df412a458da62c479.jpeg)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>**Player Economy**<br \/>\n&#8211; Check your balance with `\/bal`<br \/>\n&#8211; Send money to other players with `\/pay`<br \/>\n&#8211; Beautiful formatted balance display<br \/>\n&#8211; Automatic starting balance for new players<\/p>\n<p>**Admin Management**<br \/>\n&#8211; Set money for individual players<br \/>\n&#8211; Give\/remove money from players<br \/>\n&#8211; Reset or set everyone&#8217;s balance at once<br \/>\n&#8211; Complete economy control<br \/>\n  ![\/econadmin](https:\/\/cdn.modrinth.com\/data\/yWar6bfw\/images\/68fc24f5129f88205dd392426a29a07c5e99626b.jpeg)<\/p>\n<p>**Integration &#038; Customization**<br \/>\n&#8211; Full Vault economy support (works with other plugins)<br \/>\n&#8211; MySQL database for persistent storage<br \/>\n&#8211; Fully customizable messages using MiniMessage format<br \/>\n&#8211; Tab completion for all commands<br \/>\n&#8211; Configurable starting balance for new players<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>### Requirements<br \/>\n&#8211; Paper 1.21+<br \/>\n&#8211; MySQL Server<br \/>\n&#8211; Vault plugin (optional, but recommended)<\/p>\n<p>### Setup Steps<\/p>\n<p>1. **Download &#038; Place**<br \/>\n   &#8211; Download `LuxEconomy.jar`<br \/>\n   &#8211; Place it in your `plugins\/` folder<br \/>\n   &#8211; Start your server (it will create default config files)<\/p>\n<p>2. **Configure Database**<br \/>\n   &#8211; Open `plugins\/LuxEconomy\/config.yml`<br \/>\n   &#8211; Set your MySQL credentials:<br \/>\n   &#8220;`yaml<br \/>\n   database:<br \/>\n     host: &#8220;localhost&#8221;<br \/>\n     port: 3306<br \/>\n     name: &#8220;luxeconomy&#8221;<br \/>\n     username: &#8220;root&#8221;<br \/>\n     password: &#8220;&#8221;<br \/>\n   &#8220;`<br \/>\n   &#8211; Save and restart the server<\/p>\n<p>3. **Done!**<br \/>\n   &#8211; Plugin loads and creates tables automatically<br \/>\n   &#8211; Players get starting balance on first join<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udccb Commands<\/p>\n<p>### Player Commands<\/p>\n<p>**Check Balance**<br \/>\n&#8220;`<br \/>\n\/bal [player]<br \/>\n&#8220;`<br \/>\nView your balance or another player&#8217;s balance.<\/p>\n<p>**Send Money**<br \/>\n&#8220;`<br \/>\n\/pay <player> <amount><br \/>\n&#8220;`<br \/>\nSend money to another player. Check balance first to ensure you have enough.<\/p>\n<p>&#8212;<\/p>\n<p>### Admin Commands<\/p>\n<p>**Manage Player Balance**<br \/>\n&#8220;`<br \/>\n\/eco give <player|self> <amount><br \/>\n&#8220;`<br \/>\nGive money to a player. Use `self` to give to yourself.<\/p>\n<p>&#8220;`<br \/>\n\/eco set <player|self> <amount><br \/>\n&#8220;`<br \/>\nSet a player&#8217;s balance to an exact amount.<\/p>\n<p>&#8220;`<br \/>\n\/eco remove <player|self> <amount><br \/>\n&#8220;`<br \/>\nRemove money from a player&#8217;s balance.<\/p>\n<p>**Bulk Operations**<br \/>\n&#8220;`<br \/>\n\/econadmin setall <amount><br \/>\n&#8220;`<br \/>\nSet every player&#8217;s balance to the same amount. Useful for economy resets.<\/p>\n<p>&#8220;`<br \/>\n\/econadmin reset<br \/>\n&#8220;`<br \/>\nReset everyone&#8217;s balance to $0.00. Use with caution.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd10 Permissions<\/p>\n<p>Grant these to players using your permission plugin (LuckPerms, etc):<\/p>\n<p>&#8220;`<br \/>\nluxeconomy.admin          # Access to \/eco and \/econadmin commands<br \/>\n&#8220;`<\/p>\n<p>By default, only OPs have access to admin commands.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>### `config.yml` &#8211; Database &#038; Economy Settings<\/p>\n<p>&#8220;`yaml<br \/>\ndatabase:<br \/>\n  host: &#8220;localhost&#8221;<br \/>\n  port: 3306<br \/>\n  name: &#8220;luxeconomy&#8221;<br \/>\n  username: &#8220;root&#8221;<br \/>\n  password: &#8220;&#8221;<\/p>\n<p>economy:<br \/>\n  starting-balance: 100.0  # Amount new players receive<br \/>\n&#8220;`<\/p>\n<p>### `messages.yml` &#8211; Customize All Messages<\/p>\n<p>All messages use **MiniMessage** format for colors and styling.<\/p>\n<p>**Color Codes:**<br \/>\n&#8211; `<#7FFF00>` &#8211; Lime green (success)<br \/>\n&#8211; `<#cc444c>` &#8211; Dark red (errors)<br \/>\n&#8211; `<#aaccee>` &#8211; Light blue (amounts)<br \/>\n&#8211; `<gray>` &#8211; Gray text<br \/>\n&#8211; `<white>` &#8211; White text<br \/>\n&#8211; `<bold>` &#8211; Bold text<\/p>\n<p>**Example Custom Message:**<br \/>\n&#8220;`yaml<br \/>\npay:<br \/>\n  success_sender: &#8220;<#7FFF00><bold>Sent <reset><#aaccee>$%amount% <gray>to %player%&#8221;<br \/>\n&#8220;`<\/p>\n<p>**Available Placeholders:**<br \/>\n&#8211; `%amount%` &#8211; Money amount<br \/>\n&#8211; `%player%` &#8211; Player name<br \/>\n&#8211; `%count%` &#8211; Number of players<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcbe Database<\/p>\n<p>LuxEconomy automatically creates and manages the MySQL database.<\/p>\n<p>**Table: `player_balance`**<br \/>\n&#8211; `uuid` &#8211; Player&#8217;s unique identifier<br \/>\n&#8211; `username` &#8211; Player&#8217;s name<br \/>\n&#8211; `balance` &#8211; Current money amount<\/p>\n<p>No manual database setup required.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 Vault Integration<\/p>\n<p>LuxEconomy registers automatically with Vault. Other plugins like jobs, shops, and minions can use your economy system.<\/p>\n<p>**For Plugin Developers:**<br \/>\n&#8220;`java<br \/>\nRoyalEconomy economy = (RoyalEconomy) Bukkit.getServer()<br \/>\n    .getServicesManager()<br \/>\n    .getRegistration(net.milkbowl.vault.economy.Economy.class)<br \/>\n    .getProvider();<\/p>\n<p>economy.getBalance(player);<br \/>\neconomy.withdrawPlayer(player, 100);<br \/>\neconomy.depositPlayer(player, 50);<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83c\udfa8 Customization Examples<\/p>\n<p>### Change Starting Balance<br \/>\nEdit `config.yml`:<br \/>\n&#8220;`yaml<br \/>\neconomy:<br \/>\n  starting-balance: 500.0<br \/>\n&#8220;`<\/p>\n<p>### Change Success Color<br \/>\nEdit `messages.yml`:<br \/>\n&#8220;`yaml<br \/>\npay:<br \/>\n  success_sender: &#8220;<#FF6B00><bold>Sent <reset><white>$%amount% to %player%&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Add Currency Symbol<br \/>\nEdit `messages.yml`:<br \/>\n&#8220;`yaml<br \/>\nbalance:<br \/>\n  self: &#8220;<gray>\ud83d\udcb0 Balance: <white>%amount%&#8221;<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcca Usage Tips<\/p>\n<p>**Check Before Sending**<br \/>\nAlways check your balance before using `\/pay`:<br \/>\n&#8220;`<br \/>\n\/bal          # Check your balance<br \/>\n\/pay User 50  # Send them $50<br \/>\n&#8220;`<\/p>\n<p>**Bulk Reset Economy**<br \/>\nReset everyone&#8217;s balance (careful!):<br \/>\n&#8220;`<br \/>\n\/econadmin reset<br \/>\n&#8220;`<\/p>\n<p>**Set Everyone to Same Amount**<br \/>\nGive everyone $1000:<br \/>\n&#8220;`<br \/>\n\/econadmin setall 1000<br \/>\n&#8220;`<\/p>\n<p>**Give New Players Money**<br \/>\nChange starting balance in `config.yml`:<br \/>\n&#8220;`yaml<br \/>\nstarting-balance: 250.0  # New players get $250<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 FAQ<\/p>\n<p>**Q: Can I use this with other economy plugins?**<br \/>\nA: No, only one economy provider can be active. Choose one economy plugin.<\/p>\n<p>**Q: How do I backup player data?**<br \/>\nA: Backup your MySQL database. Contact your host for backup procedures.<\/p>\n<p>**Q: Can players see other players&#8217; balances?**<br \/>\nA: Yes, with `\/bal <player>`. You can remove this by editing permissions.<\/p>\n<p>**Q: Does this work on older Paper versions?**<br \/>\nA: Requires Paper 1.21+. Update your server for compatibility.<\/p>\n<p>**Q: How do I migrate from another economy plugin?**<br \/>\nA: Set starting balance, then use `\/econadmin setall` to distribute money equally to everyone.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udc1b Troubleshooting<\/p>\n<p>**Plugin won&#8217;t start**<br \/>\n&#8211; Check MySQL connection in `config.yml`<br \/>\n&#8211; Verify MySQL server is running<br \/>\n&#8211; Check firewall\/port access<\/p>\n<p>**&#8221;No registered Vault provider&#8221; error**<br \/>\n&#8211; Vault plugin must be installed<br \/>\n&#8211; LuxEconomy must load after Vault<br \/>\n&#8211; Restart server completely<\/p>\n<p>**Players don&#8217;t receive starting balance**<br \/>\n&#8211; Check `economy.starting-balance` in `config.yml`<br \/>\n&#8211; Starting balance only applies to new players<br \/>\n&#8211; Use `\/econadmin setall` for existing players<\/p>\n<p>**Database connection refused**<br \/>\n&#8211; Verify MySQL credentials are correct<br \/>\n&#8211; Ensure MySQL server is accessible<br \/>\n&#8211; Check host\/port settings<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcdd License<\/p>\n<p>LuxEconomy is provided as-is for your server.<\/p>\n<p>&#8212;<\/p>\n<p>## Support<\/p>\n<p>Issues with the plugin? Check the following:<\/p>\n<p>1. **Configuration** &#8211; Verify `config.yml` and `messages.yml`<br \/>\n2. **Database** &#8211; Test MySQL connection<br \/>\n3. **Permissions** &#8211; Check permission node assignments<br \/>\n4. **Updates** &#8211; Ensure you&#8217;re running the latest version<\/p>\n<p>&#8212;<br \/>\n*Simple. Clean. Reliable.*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Only bloat free Minecraft Economy plugin<\/p>\n","protected":false},"featured_media":96717,"template":"","meta":{"_minecraft_slug":"luxeconomy","_minecraft_project_id":"yWar6bfw","_minecraft_author":"matcldr","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":70,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"luxeconomy.zip","_minecraft_size_bytes":9326426,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-15T20:28:48.168442Z","_minecraft_date_created":"2025-11-27T03:53:55.592680Z","_minecraft_date_modified":"2025-11-27T21:33:53.015043Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/luxeconomy","_minecraft_icon_attachment_id":96717,"_minecraft_imported_at":"2026-06-05T13:03:54+00:00","_minecraft_import_hash":"bc9f82a163c7c6c9cd13ef35bc0114e4","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,127,128],"mod_loader":[132,133],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-96716","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","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>LuxEconomy when true lightweight meets minecraft - 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\/luxeconomy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LuxEconomy when true lightweight meets minecraft - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Only bloat free Minecraft Economy plugin\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/\" \/>\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\\\/luxeconomy\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/luxeconomy\\\/\",\"name\":\"LuxEconomy when true lightweight meets minecraft - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/luxeconomy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/luxeconomy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/luxeconomy-icon-45b1e0f5b860db11f92b5279a34a1e7580cafb68_96.webp\",\"datePublished\":\"2026-06-05T13:03:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/luxeconomy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/luxeconomy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/luxeconomy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/luxeconomy-icon-45b1e0f5b860db11f92b5279a34a1e7580cafb68_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/luxeconomy-icon-45b1e0f5b860db11f92b5279a34a1e7580cafb68_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/luxeconomy\\\/#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\":\"LuxEconomy when true lightweight meets minecraft\"}]},{\"@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":"LuxEconomy when true lightweight meets minecraft - 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\/luxeconomy\/","og_locale":"en_US","og_type":"article","og_title":"LuxEconomy when true lightweight meets minecraft - Minecraft","og_description":"Only bloat free Minecraft Economy plugin","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/","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\/luxeconomy\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/","name":"LuxEconomy when true lightweight meets minecraft - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/luxeconomy-icon-45b1e0f5b860db11f92b5279a34a1e7580cafb68_96.webp","datePublished":"2026-06-05T13:03:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/luxeconomy-icon-45b1e0f5b860db11f92b5279a34a1e7580cafb68_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/luxeconomy-icon-45b1e0f5b860db11f92b5279a34a1e7580cafb68_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/luxeconomy\/#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":"LuxEconomy when true lightweight meets minecraft"}]},{"@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\/96716","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\/96717"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=96716"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=96716"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=96716"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=96716"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}