{"id":100549,"date":"2026-06-05T21:42:32","date_gmt":"2026-06-05T18:42:32","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/"},"modified":"2026-06-05T21:42:32","modified_gmt":"2026-06-05T18:42:32","slug":"meoweco","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/","title":{"rendered":"MeowEco"},"content":{"rendered":"<p>issues<\/p>\n<p># MeowEco Documentation<\/p>\n<p>Version: `26.7.4`<\/p>\n<p>MeowEco is a Paper economy plugin with multi-currency support, Vault integration, PlaceholderAPI support, exchange rates, frozen funds, and scheduled rich tax.<\/p>\n<p>## Platform<\/p>\n<p>&#8211; Plugin version: `26.7.4`<br \/>\n&#8211; Current build target API: `io.papermc.paper:paper-api:26.1.1.build.14-alpha`<br \/>\n&#8211; `meoweco-paper` is compiled with a JDK 25 toolchain<br \/>\n&#8211; The plugin artifact still targets Java 17 bytecode for compatibility with older supported Paper servers<br \/>\n&#8211; If you run `Paper 26.1.x \/ 26.1.1`, the server itself still needs Java 25 because that requirement comes from upstream Paper<\/p>\n<p>## Implemented Features<\/p>\n<p>&#8211; Multiple currencies loaded from `config.yml`<br \/>\n&#8211; Per-currency display name, singular or plural name, initial balance, decimal precision, and transfer tax<br \/>\n&#8211; Configurable default currency used by Vault and command fallbacks<br \/>\n&#8211; Currency exchange with direct, inverse, and default-currency-derived rates<br \/>\n&#8211; Player balance lookup, payments, and leaderboard<br \/>\n&#8211; Admin balance management: give, take, set<br \/>\n&#8211; Frozen funds operations: `freeze`, `unfreeze`, `deductfrozen`<br \/>\n&#8211; Leaderboard visibility control: `hide`, `unhide`<br \/>\n&#8211; Leaderboard and placeholder cache refresh: `refresh`<br \/>\n&#8211; Scheduled rich tax with system sink or player collector<br \/>\n&#8211; Vault economy provider for the default currency<br \/>\n&#8211; PlaceholderAPI expansion with cached balance, top, and server-total placeholders<br \/>\n&#8211; Update checker against Modrinth<br \/>\n&#8211; Automatic account creation for every configured currency on player join<br \/>\n&#8211; Command override listener for legacy labels such as `\/bal`, `\/money`, `\/pay`, `\/baltop`, `\/moneytop`, and `\/ecotop`<\/p>\n<p>## Configuration<\/p>\n<p>Main file: `plugins\/MeowEco\/config.yml`<\/p>\n<p>### Core Keys<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  language: &#8220;zh_CN&#8221;<\/p>\n<p>storage:<br \/>\n  type: sqlite<br \/>\n  mysql:<br \/>\n    host: localhost<br \/>\n    port: 3306<br \/>\n    database: meoweco<br \/>\n    username: root<br \/>\n    password: password<br \/>\n    use-ssl: false<\/p>\n<p>update-checker:<br \/>\n  enabled: true<br \/>\n  interval: 24<br \/>\n  slug: &#8220;meoweco&#8221;<\/p>\n<p>default-currency: &#8220;coins&#8221;<\/p>\n<p>exchange-rates:<br \/>\n  enabled: true<br \/>\n  coins:<br \/>\n    points: 0.1<br \/>\n    gems: 0.01<\/p>\n<p>rich-tax:<br \/>\n  enabled: false<br \/>\n  threshold: 100000.0<br \/>\n  rate: 0.05<br \/>\n  start-time: &#8220;03:00&#8221;<br \/>\n  interval: &#8220;24h&#8221;<br \/>\n  destination:<br \/>\n    type: &#8220;system&#8221;<br \/>\n    player: &#8220;Admin&#8221;<\/p>\n<p>currencies:<br \/>\n  coins:<br \/>\n    display-name: &#8220;&#038;eCoins&#8221;<br \/>\n    singular: &#8220;Coin&#8221;<br \/>\n    plural: &#8220;Coins&#8221;<br \/>\n    initial-balance: 100.0<br \/>\n    decimal-places: 2<br \/>\n    transfer-tax: 0.0<br \/>\n&#8220;`<\/p>\n<p>### Rich Tax Behavior<\/p>\n<p>&#8211; `threshold`: only the balance above this value is taxed<br \/>\n&#8211; `rate`: clamped to `0.0` through `1.0`<br \/>\n&#8211; `start-time`: server local time in `HH:mm`<br \/>\n&#8211; `interval`: supports raw minutes or suffixed values like `30m`, `6h`, `1d`<br \/>\n&#8211; `destination.type`:<br \/>\n  &#8211; `system`: taxed funds are removed<br \/>\n  &#8211; `player`: taxed funds are transferred to the configured player account<\/p>\n<p>## Commands<\/p>\n<p>### Registered Root Commands<\/p>\n<p>&#8211; `\/meoweco`<br \/>\n&#8211; `\/money`<br \/>\n&#8211; `\/pay`<br \/>\n&#8211; `\/baltop`<br \/>\n&#8211; `\/eco`<\/p>\n<p>Aliases:<\/p>\n<p>&#8211; `\/meoweco`: `meco`, `meow`<br \/>\n&#8211; `\/money`: `balance`, `bal`<br \/>\n&#8211; `\/eco`: `economy`<\/p>\n<p>### Player Commands<\/p>\n<p>| Command | Description |<br \/>\n| :&#8212; | :&#8212; |<br \/>\n| `\/meco` | Shows help |<br \/>\n| `\/meco bal [player] [currency]` | Check balance |<br \/>\n| `\/meco money [player] [currency]` | Same as `bal` |<br \/>\n| `\/meco pay <player> <amount> [currency]` | Send money |<br \/>\n| `\/meco top [currency]` | Show leaderboard |<br \/>\n| `\/meco baltop [currency]` | Same as `top` |<br \/>\n| `\/meco exchange <amount> <from> <to>` | Exchange currencies when enabled |<\/p>\n<p>Shortcut or legacy-compatible commands:<\/p>\n<p>&#8211; `\/bal`, `\/balance`, `\/money`<br \/>\n&#8211; `\/pay`<br \/>\n&#8211; `\/baltop`<br \/>\n&#8211; `\/moneytop`<br \/>\n&#8211; `\/ecotop`<\/p>\n<p>### Admin Commands<\/p>\n<p>| Command | Description |<br \/>\n| :&#8212; | :&#8212; |<br \/>\n| `\/meco give <player> <amount> [currency]` | Add funds |<br \/>\n| `\/meco take <player> <amount> [currency]` | Remove funds |<br \/>\n| `\/meco set <player> <amount> [currency]` | Set total balance |<br \/>\n| `\/meco setrate <from> <to> <rate>` | Update exchange rate and save to config |<br \/>\n| `\/meco hide <player>` | Hide player from leaderboard |<br \/>\n| `\/meco unhide <player>` | Show player on leaderboard again |<br \/>\n| `\/meco refresh` | Clear caches and fix unknown stored names |<br \/>\n| `\/meco reload` | Reload config and messages |<br \/>\n| `\/meco checkupdate` | Run update check immediately |<br \/>\n| `\/meco debug` | Toggle debug mode |<br \/>\n| `\/meco debug currencies` | Print loaded currencies |<\/p>\n<p>Additional admin economy routes implemented in `EcoCommand`:<\/p>\n<p>| Command | Description |<br \/>\n| :&#8212; | :&#8212; |<br \/>\n| `\/eco bal [player] [currency]` | Balance shortcut |<br \/>\n| `\/eco top [currency]` | Leaderboard shortcut |<br \/>\n| `\/eco freeze <player> <amount> [currency]` | Move available funds into frozen balance |<br \/>\n| `\/eco unfreeze <player> <amount> [currency]` | Release frozen funds |<br \/>\n| `\/eco deductfrozen <player> <amount> [currency]` | Deduct from frozen balance and total balance |<\/p>\n<p>## TrMenu Compatibility<\/p>\n<p>MeowEco can be used inside TrMenu menus for VIP shops, point purchases, exchange menus, and similar GUI flows.<\/p>\n<p>There are two recommended styles:<\/p>\n<p>### 1. Short action style<\/p>\n<p>If your TrMenu environment already provides MeowEco short conditions or actions, you can write:<\/p>\n<p>&#8220;`yaml<br \/>\nactions:<br \/>\n  left:<br \/>\n    condition: &#8216;meco points >= 99&#8217;<br \/>\n    actions:<br \/>\n      &#8211; &#8216;meco-take: points 99&#8217;<br \/>\n      &#8211; &#8216;console: lp user %player_name% permission set vip.level1 true&#8217;<br \/>\n      &#8211; &#8216;tell: &#038;aPurchase successful&#8217;<br \/>\n&#8220;`<\/p>\n<p>To give currency:<\/p>\n<p>&#8220;`yaml<br \/>\nactions:<br \/>\n  left:<br \/>\n    actions:<br \/>\n      &#8211; &#8216;meco-give: points 99&#8217;<br \/>\n      &#8211; &#8216;tell: &#038;aGranted 99 points&#8217;<br \/>\n&#8220;`<\/p>\n<p>Meaning:<\/p>\n<p>&#8211; `condition: &#8216;meco points >= 99&#8217;`: checks whether the player has at least `99` of the `points` currency<br \/>\n&#8211; `meco-take: points 99`: removes `99` of `points` from the player&#8217;s account<br \/>\n&#8211; `meco-give: points 99`: adds `99` of `points` to the player&#8217;s account<\/p>\n<p>### 2. Universal command style<\/p>\n<p>If you do not use those short actions, or you want the most portable setup, let TrMenu execute MeowEco commands directly:<\/p>\n<p>&#8220;`yaml<br \/>\nactions:<br \/>\n  left:<br \/>\n    condition: &#8216;js: Number(&#8220;%meoweco_balance_points%&#8221;) >= 99&#8217;<br \/>\n    actions:<br \/>\n      &#8211; &#8216;console: meco take %player_name% 99 points&#8217;<br \/>\n      &#8211; &#8216;tell: &#038;aPurchase successful&#8217;<br \/>\n    deny:<br \/>\n      &#8211; &#8216;tell: &#038;cNot enough points&#8217;<br \/>\n&#8220;`<\/p>\n<p>To give currency:<\/p>\n<p>&#8220;`yaml<br \/>\nactions:<br \/>\n  left:<br \/>\n    actions:<br \/>\n      &#8211; &#8216;console: meco give %player_name% 99 points&#8217;<br \/>\n      &#8211; &#8216;tell: &#038;aGranted 99 points&#8217;<br \/>\n&#8220;`<\/p>\n<p>Notes:<\/p>\n<p>&#8211; `console:` is recommended for `meco give` and `meco take`, so player permissions do not block the action<br \/>\n&#8211; Conditions can use PlaceholderAPI values such as `%meoweco_balance_points%`<br \/>\n&#8211; `points` is only an example currency id; replace it with `coins`, `gems`, or any other currency id from your config<br \/>\n&#8211; For frozen-balance operations, you can also call `console: eco freeze &#8230;`, `console: eco unfreeze &#8230;`, and `console: eco deductfrozen &#8230;`<\/p>\n<p>## Permissions<\/p>\n<p>Declared in `plugin.yml`:<\/p>\n<p>&#8211; `meoweco.admin`<br \/>\n&#8211; `meoweco.balance`<br \/>\n&#8211; `meoweco.balance.other`<br \/>\n&#8211; `meoweco.pay`<br \/>\n&#8211; `meoweco.take`<br \/>\n&#8211; `meoweco.reload`<br \/>\n&#8211; `meoweco.top`<br \/>\n&#8211; `meoweco.eco.give`<br \/>\n&#8211; `meoweco.eco.take`<br \/>\n&#8211; `meoweco.eco.set`<br \/>\n&#8211; `meoweco.eco.freeze`<br \/>\n&#8211; `meoweco.eco.unfreeze`<br \/>\n&#8211; `meoweco.eco.deductfrozen`<br \/>\n&#8211; `meoweco.debug`<\/p>\n<p>Notes:<\/p>\n<p>&#8211; `give`, `take`, `set`, `freeze`, `unfreeze`, and `deductfrozen` can now be granted through their dedicated permission nodes<br \/>\n&#8211; `setrate`, `refresh`, `hide`, and `unhide` should still stay on the stricter `meoweco.admin` path<\/p>\n<p>## PlaceholderAPI<\/p>\n<p>Identifier: `meoweco`<\/p>\n<p>### Currency Metadata<\/p>\n<p>&#8211; `%meoweco_currency_singular%`<br \/>\n&#8211; `%meoweco_currency_plural%`<br \/>\n&#8211; `%meoweco_currency_display%`<br \/>\n&#8211; `%meoweco_currency_id%`<br \/>\n&#8211; `%meoweco_currency_singular_<currency>%`<br \/>\n&#8211; `%meoweco_currency_plural_<currency>%`<br \/>\n&#8211; `%meoweco_currency_display_<currency>%`<br \/>\n&#8211; `%meoweco_currency_id_<currency>%`<\/p>\n<p>### Balance Placeholders<\/p>\n<p>Supported modes: `balance`, `frozen`, `available`<\/p>\n<p>Supported formats:<\/p>\n<p>&#8211; default: formatted numeric balance with separators<br \/>\n&#8211; `raw`<br \/>\n&#8211; `formatted`<br \/>\n&#8211; `fixed`<br \/>\n&#8211; `short`<\/p>\n<p>Examples:<\/p>\n<p>&#8211; `%meoweco_balance%`<br \/>\n&#8211; `%meoweco_balance_points%`<br \/>\n&#8211; `%meoweco_balance_short_gems%`<br \/>\n&#8211; `%meoweco_frozen%`<br \/>\n&#8211; `%meoweco_frozen_fixed_coins%`<br \/>\n&#8211; `%meoweco_available_formatted_points%`<\/p>\n<p>### Server Total Placeholders<\/p>\n<p>&#8211; `%meoweco_server_total_<currency>%`<br \/>\n&#8211; `%meoweco_server_total_raw_<currency>%`<br \/>\n&#8211; `%meoweco_server_total_formatted_<currency>%`<br \/>\n&#8211; `%meoweco_server_total_fixed_<currency>%`<br \/>\n&#8211; `%meoweco_server_total_short_<currency>%`<\/p>\n<p>### Top Placeholders<\/p>\n<p>&#8211; `%meoweco_top_<rank>_name_<currency>%`<br \/>\n&#8211; `%meoweco_top_<rank>_raw_<currency>%`<br \/>\n&#8211; `%meoweco_top_<rank>_formatted_<currency>%`<br \/>\n&#8211; `%meoweco_top_<rank>_fixed_<currency>%`<br \/>\n&#8211; `%meoweco_top_<rank>_short_<currency>%`<br \/>\n&#8211; `%meoweco_top_<rank>_balance_<currency>%`<\/p>\n<p>## Developer API<\/p>\n<p>Service lookup:<\/p>\n<p>&#8220;`java<br \/>\nMeowEcoAPI api = MeowEcoAPI.get();<br \/>\n&#8220;`<\/p>\n<p>Main methods currently exposed:<\/p>\n<p>&#8220;`java<br \/>\nCollection<Currency> getRegisteredCurrencies();<br \/>\nCurrency getCurrency(String id);<br \/>\ndouble getBalance(UUID uuid, String currencyId);<br \/>\nboolean deposit(UUID uuid, String currencyId, double amount);<br \/>\nboolean withdraw(UUID uuid, String currencyId, double amount);<br \/>\ndouble getFrozenBalance(UUID uuid, String currencyId);<br \/>\ndouble getAvailableBalance(UUID uuid, String currencyId);<br \/>\nboolean freeze(UUID uuid, String currencyId, double amount);<br \/>\nboolean unfreeze(UUID uuid, String currencyId, double amount);<br \/>\nboolean deductFrozen(UUID uuid, String currencyId, double amount);<br \/>\n&#8220;`<\/p>\n<p>## Operational Notes<\/p>\n<p>&#8211; Leaderboard cache lifetime: 5 minutes<br \/>\n&#8211; Placeholder balance cache lifetime: 1 second<br \/>\n&#8211; Placeholder top and server-total cache lifetime: 30 seconds<br \/>\n&#8211; Most database operations are dispatched asynchronously<br \/>\n&#8211; Hidden accounts are excluded from leaderboard output at the database layer<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MeowEco is a High-Efficiency, Lightweight, and Highly Compatible  economy plugin designed for modern Minecraft servers.<\/p>\n","protected":false},"featured_media":100550,"template":"","meta":{"_minecraft_slug":"meoweco","_minecraft_project_id":"M9JO0TFv","_minecraft_author":"xiaoyiluck666","_minecraft_license":"MIT","_minecraft_downloads":202,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"meoweco.zip","_minecraft_size_bytes":10393437,"_minecraft_version_count":13,"_minecraft_updated_at":"2026-05-16T12:43:53.673119Z","_minecraft_date_created":"2026-01-25T21:19:44.360372Z","_minecraft_date_modified":"2026-04-08T02:44:41.322868Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/meoweco","_minecraft_icon_attachment_id":100550,"_minecraft_imported_at":"2026-06-05T18:42:33+00:00","_minecraft_import_hash":"983518ea80246e225f1df36042f719af","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,126,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[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,167],"class_list":["post-100549","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MeowEco - 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\/meoweco\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MeowEco - Minecraft\" \/>\n<meta property=\"og:description\" content=\"MeowEco is a High-Efficiency, Lightweight, and Highly Compatible economy plugin designed for modern Minecraft servers.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/\" \/>\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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/\",\"name\":\"MeowEco - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/meoweco-icon-74d193c8b6fca5db6b8e90bcf3631a5c2bf89bf3_96.webp\",\"datePublished\":\"2026-06-05T18:42:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/meoweco-icon-74d193c8b6fca5db6b8e90bcf3631a5c2bf89bf3_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/meoweco-icon-74d193c8b6fca5db6b8e90bcf3631a5c2bf89bf3_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/meoweco\\\/#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\":\"MeowEco\"}]},{\"@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":"MeowEco - 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\/meoweco\/","og_locale":"en_US","og_type":"article","og_title":"MeowEco - Minecraft","og_description":"MeowEco is a High-Efficiency, Lightweight, and Highly Compatible economy plugin designed for modern Minecraft servers.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/","name":"MeowEco - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/meoweco-icon-74d193c8b6fca5db6b8e90bcf3631a5c2bf89bf3_96.webp","datePublished":"2026-06-05T18:42:32+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/meoweco-icon-74d193c8b6fca5db6b8e90bcf3631a5c2bf89bf3_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/meoweco-icon-74d193c8b6fca5db6b8e90bcf3631a5c2bf89bf3_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/meoweco\/#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":"MeowEco"}]},{"@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\/100549","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\/100550"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=100549"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=100549"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=100549"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=100549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}