{"id":67579,"date":"2026-06-03T23:42:13","date_gmt":"2026-06-03T20:42:13","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/"},"modified":"2026-06-03T23:42:13","modified_gmt":"2026-06-03T20:42:13","slug":"ezeconomy","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/","title":{"rendered":"EzEconomy"},"content":{"rendered":"<p># EzEconomy<\/p>\n<p>![EzEconomy Icon](https:\/\/i.ibb.co\/jvx09srX\/ez-economy-plugin-header.png)<\/p>\n<p>**EzEconomy** \u2013 Modern, fast, and flexible Vault economy provider for Minecraft servers. Supports YML, MySQL, SQLite, MongoDB, and custom storage. Multi-currency, async caching, and robust permissions for any server size.<\/p>\n<p>![Minecraft Versions](https:\/\/ezbanners.org\/shields\/plugins\/e52207d1-714d-448b-b541-028142c301b6\/minecraft-versions.png)<\/p>\n<p>**Available languages**: English, Espa\u00f1ol, Nederlands, \u4e2d\u56fd\u4eba, Fran\u00e7ais<\/p>\n<p>![ez economy plugin documentation button](https:\/\/github.com\/ez-plugins\/EzEconomy\/blob\/main\/README.md)<br \/>\n![ez economy plugin support button](https:\/\/discord.gg\/yWP95XfmBS)<\/p>\n<p>&#8212;<\/p>\n<p>## \u2605 Our key economy features<\/p>\n<p>EzEconomy is built for performance, flexibility, and ease of use. Highlights include:<\/p>\n<p>&#8211; **Vault API compatible**: Works with any Vault-based plugin<br \/>\n&#8211; **YML, MySQL, SQLite, MongoDB, or custom storage**: Flexible, production-ready storage options<br \/>\n&#8211; **Thread-safe**: Robust error handling and concurrency<br \/>\n&#8211; **Multi-currency support**: Optional, per-player, fully configurable<br \/>\n&#8211; **Async caching**: Optimized for large servers<br \/>\n&#8211; **Comprehensive commands**: `\/balance`, `\/eco`, `\/baltop`, `\/bank`, `\/pay`, `\/currency`<br \/>\n&#8211; **Granular permissions**: Per-command and per-bank action<\/p>\n<p>&#8212;<\/p>\n<p>## \u26a1 Commands<\/p>\n<p>&#8211; **\/balance**: View your balance<br \/>\n&#8211; **\/balance <player>**: View another player&#8217;s balance (`ezeconomy.balance.others`)<br \/>\n&#8211; **\/eco <give|take|set> <player> <amount>**: Admin control (`ezeconomy.eco`)<br \/>\n&#8211; **\/eco gui**: Show balance GUI<br \/>\n&#8211; **\/baltop [amount]**: Show top balances<br \/>\n&#8211; **\/bank <create|delete|balance|deposit|withdraw|addmember|removemember|info> &#8230;**: Bank management (`ezeconomy.bank.*`)<br \/>\n&#8211; **\/pay <player> <amount>**: Pay another player (`ezeconomy.pay`)<br \/>\n&#8211; **\/currency [currency]**: Set or view your preferred currency (`ezeconomy.currency`)<br \/>\n&#8211; **\/ezeconomy cleanup**: Remove orphaned player data (`ezeconomy.admin`)<br \/>\n&#8211; **\/ezeconomy daily reset**: Reset all daily rewards (`ezeconomy.admin`)<br \/>\n&#8211; **\/ezeconomy reload**: Reload plugin configuration (`ezeconomy.admin`)<br \/>\n&#8211; **\/ezeconomy reload messages**: Reload only the message file (`ezeconomy.admin`)<br \/>\n&#8211; **\/ezeconomy database info**: Show database connection info (`ezeconomy.admin`)<br \/>\n&#8211; **\/ezeconomy database test**: Test the database connection (`ezeconomy.admin`)<br \/>\n&#8211; **\/ezeconomy database reset**: Reset all database tables (DANGEROUS) (`ezeconomy.admin`)<br \/>\n&#8211; **\/tax**: Removed \u2014 tax functionality moved to EzTax (https:\/\/modrinth.com\/plugin\/eztax)<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee1\ufe0f Permissions<\/p>\n<p>&#8211; `ezeconomy.balance.others`: View other players&#8217; balances<br \/>\n&#8211; `ezeconomy.eco`: Use \/eco admin command<br \/>\n&#8211; `ezeconomy.pay`: Use \/pay command<br \/>\n&#8211; `ezeconomy.currency`: Use \/currency command<br \/>\n&#8211; `ezeconomy.admin`: Use \/ezeconomy admin commands (cleanup, reload, database, daily reset)<\/p>\n<p>&#8211; **Bank Permissions**:<br \/>\n  &#8211; `ezeconomy.bank.create`: Create a new bank<br \/>\n  &#8211; `ezeconomy.bank.delete`: Delete a bank<br \/>\n  &#8211; `ezeconomy.bank.balance`: View bank balance<br \/>\n  &#8211; `ezeconomy.bank.deposit`: Deposit to a bank<br \/>\n  &#8211; `ezeconomy.bank.withdraw`: Withdraw from a bank<br \/>\n  &#8211; `ezeconomy.bank.addmember`: Add a member to a bank<br \/>\n  &#8211; `ezeconomy.bank.removemember`: Remove a member from a bank<br \/>\n  &#8211; `ezeconomy.bank.info`: View bank info<br \/>\n  &#8211; `ezeconomy.bank.admin`: All bank admin actions<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration Example<\/p>\n<p>### `config.yml` (Only global settings):<br \/>\n&#8220;`yaml<br \/>\nstorage: yml<br \/>\nmulti-currency:<br \/>\n  enabled: false<br \/>\n  default: &#8220;dollar&#8221;<br \/>\n  currencies:<br \/>\n    dollar:<br \/>\n      display: &#8220;Dollar&#8221;<br \/>\n      symbol: &#8220;$&#8221;<br \/>\n      decimals: 2<br \/>\n    euro:<br \/>\n      display: &#8220;Euro&#8221;<br \/>\n      symbol: &#8220;\u20ac&#8221;<br \/>\n      decimals: 2<br \/>\n  # Tax configuration has been removed from EzEconomy and moved to EzTax.<br \/>\n  # EzTax on Modrinth: https:\/\/modrinth.com\/plugin\/eztax<br \/>\n  conversion:<br \/>\n    dollar:<br \/>\n      euro: 0.95<br \/>\n      gem: 0.01<br \/>\n    euro:<br \/>\n      dollar: 1.05<br \/>\n      gem: 0.012<br \/>\n    gem:<br \/>\n      dollar: 100<br \/>\n      euro: 80<br \/>\n&#8220;`<\/p>\n<p>### `config-yml.yml` (YML storage settings):<br \/>\n&#8220;`yaml<br \/>\nyml:<br \/>\n  file: balances.yml<br \/>\n  per-player-file-naming: uuid<br \/>\n  data-folder: data<br \/>\n&#8220;`<\/p>\n<p>### `config-mysql.yml` (MySQL storage settings):<br \/>\n&#8220;`yaml<br \/>\nmysql:<br \/>\n  host: localhost<br \/>\n  port: 3306<br \/>\n  database: ezeconomy<br \/>\n  username: root<br \/>\n  password: password<br \/>\n  table: balances<br \/>\n&#8220;`<\/p>\n<p>### `config-sqlite.yml` (SQLite storage settings):<br \/>\n&#8220;`yaml<br \/>\nsqlite:<br \/>\n  file: ezeconomy.db<br \/>\n  table: balances<br \/>\n  banksTable: banks<br \/>\n&#8220;`<\/p>\n<p>### `config-mongodb.yml` (MongoDB storage settings):<br \/>\n&#8220;`yaml<br \/>\nmongodb:<br \/>\n  uri: mongodb:\/\/localhost:27017<br \/>\n  database: ezeconomy<br \/>\n  collection: balances<br \/>\n  banksCollection: banks<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## \u2b07\ufe0f Installation<\/p>\n<p>1. Place `EzEconomy.jar` in your plugins folder<br \/>\n2. Configure `config.yml` and the appropriate `config-*.yml` file for your storage type<br \/>\n3. Restart your server<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 Integration<\/p>\n<p>&#8211; EzEconomy automatically registers as a Vault provider<br \/>\n&#8211; No extra setup required for Vault-compatible plugins<br \/>\n&#8211; **PlaceholderAPI support**:<br \/>\n  &#8211; Use placeholders in chat, scoreboard, and other plugins:<br \/>\n    &#8211; `%ezeconomy_balance%` \u2013 Your balance<br \/>\n    &#8211; `%ezeconomy_balance_<currency>%` \u2013 Your balance in a specific currency (e.g., `%ezeconomy_balance_euro%`)<br \/>\n    &#8211; `%ezeconomy_bank_<bank>%` \u2013 Balance of a specific bank<br \/>\n    &#8211; `%ezeconomy_top_1%` \u2013 Top 1 player balance (replace 1 with rank)<br \/>\n    &#8211; `%ezeconomy_currency%` \u2013 Your preferred currency<br \/>\n  &#8211; Works with all PlaceholderAPI-compatible plugins<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udee0\ufe0f Developer: Custom Storage Providers<\/p>\n<p>EzEconomy supports custom storage backends (YML, MySQL, SQLite, MongoDB, or your own)! You can implement your own provider for any database or storage system.<\/p>\n<p>**How to add a custom provider:**<\/p>\n<p>1. Implement the `StorageProvider` interface in your plugin or module.<br \/>\n2. Register your provider before EzEconomy loads:<br \/>\n   &#8220;`java<br \/>\n   EzEconomy.registerStorageProvider(new YourProvider(&#8230;));<br \/>\n   &#8220;`<br \/>\n3. Only one provider can be registered. If set, EzEconomy will use it instead of YML\/MySQL.<br \/>\n4. See the [full StorageProvider reference](..\/api\/storage-provider.md) for required methods and implementation details.<\/p>\n<p>This allows you to use SQLite, MongoDB, Redis, or any other system for player balances and banks!<\/p>\n<p>&#8212;<\/p>\n<p>## \u2753 Support<\/p>\n<p>&#8211; For help, join our community Discord<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udd17 Related Plugins<\/p>\n<p>&#8211; \u2b50 EzAuction: Buy Orders, Advanced GUI, Show Shop Price<br \/>\n&#8211; \u26a0\ufe0f EzShops: Dynamic Shops GUI, Player Shops, Sell Hand\/Inv<\/p>\n<p>![Try the other Minecraft plugins in the EzPlugins series](https:\/\/modrinth.com\/collection\/Q98Ov6dA)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modern, fast, and flexible Vault economy provider for Minecraft servers. Supports YML, MySQL, SQLite, MongoDB, and custom storage. Multi-currency, async caching, and robust permissions for any server size.<\/p>\n","protected":false},"featured_media":67580,"template":"","meta":{"_minecraft_slug":"ezeconomy","_minecraft_project_id":"rQtkf57Y","_minecraft_author":"Shadow48402","_minecraft_license":"MIT","_minecraft_downloads":2551,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"ezeconomy.zip","_minecraft_size_bytes":102794219,"_minecraft_version_count":58,"_minecraft_updated_at":"2026-05-16T05:44:17.442145Z","_minecraft_date_created":"2026-01-13T21:06:07.220442Z","_minecraft_date_modified":"2026-05-16T06:28:41.807109Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/ezeconomy","_minecraft_icon_attachment_id":67580,"_minecraft_imported_at":"2026-06-03T20:42:14+00:00","_minecraft_import_hash":"cd9d3fb71eb3ff839bb32592beb2a89b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,125,89,873,127,128,129,123],"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,13,14,15,16,17,18,19,20,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-67579","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-folia","mod_category-game-mechanics","mod_category-library","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","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-2","minecraft_version-1-7-3","minecraft_version-1-7-4","minecraft_version-1-7-5","minecraft_version-1-7-6","minecraft_version-1-7-7","minecraft_version-1-7-8","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>EzEconomy - 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\/ezeconomy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EzEconomy - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Modern, fast, and flexible Vault economy provider for Minecraft servers. Supports YML, MySQL, SQLite, MongoDB, and custom storage. Multi-currency, async caching, and robust permissions for any server size.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/\",\"name\":\"EzEconomy - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ezeconomy-icon-cbd3b0a72ee73c8752e90285645583f68028df58_96.webp\",\"datePublished\":\"2026-06-03T20:42:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ezeconomy-icon-cbd3b0a72ee73c8752e90285645583f68028df58_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ezeconomy-icon-cbd3b0a72ee73c8752e90285645583f68028df58_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/ezeconomy\\\/#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\":\"EzEconomy\"}]},{\"@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":"EzEconomy - 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\/ezeconomy\/","og_locale":"en_US","og_type":"article","og_title":"EzEconomy - Minecraft","og_description":"Modern, fast, and flexible Vault economy provider for Minecraft servers. Supports YML, MySQL, SQLite, MongoDB, and custom storage. Multi-currency, async caching, and robust permissions for any server size.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/","name":"EzEconomy - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ezeconomy-icon-cbd3b0a72ee73c8752e90285645583f68028df58_96.webp","datePublished":"2026-06-03T20:42:13+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ezeconomy-icon-cbd3b0a72ee73c8752e90285645583f68028df58_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/ezeconomy-icon-cbd3b0a72ee73c8752e90285645583f68028df58_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/ezeconomy\/#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":"EzEconomy"}]},{"@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\/67579","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\/67580"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=67579"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=67579"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=67579"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=67579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}