{"id":61576,"date":"2026-06-03T16:55:01","date_gmt":"2026-06-03T13:55:01","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/"},"modified":"2026-06-03T16:55:01","modified_gmt":"2026-06-03T13:55:01","slug":"economysystem","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/","title":{"rendered":"EconomySystem"},"content":{"rendered":"<p># \ud83d\udcb0 EconomySystem<\/p>\n<p>**EconomySystem** is a lightweight, no-dependency economy plugin designed for Minecraft servers that need a simple and fast digital currency system. Whether you&#8217;re running a Survival, CityBuild, or SkyBlock server, this plugin gives you essential economy features without unnecessary bloat.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; \ud83d\udcb5 Simple digital currency system (no items or banknotes)<br \/>\n&#8211; \u2699\ufe0f Fully configurable currency format and starting balance<br \/>\n&#8211; \ud83e\uddfe Transaction logging (payments, admin changes, etc.)<br \/>\n&#8211; \ud83d\udcac Basic player commands: `\/pay`, `\/balance`, `\/balancetop`<br \/>\n&#8211; \ud83d\udee0\ufe0f Admin commands to set, add, or remove player balance<br \/>\n&#8211; \ud83d\udce6 Local database support using **LiteSQL** (`.db` file)<br \/>\n&#8211; \ud83d\udc2c Optional support for **MariaDB** if preferred<br \/>\n&#8211; \ud83d\udee0\ufe0f No dependencies \u2013 **Vault is NOT required**<br \/>\n&#8211; \ud83c\udf10 Designed for performance and cross-version compatibility<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\uddd1\u200d\ud83d\udcbc Commands &#038; Permissions<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/balance [player]` | View your or another player&#8217;s balance | `economysystem.command.balance` |<br \/>\n| `\/pay <player> <amount>` | Send money to another player | `economysystem.command.pay` |<br \/>\n| `\/balancetop` *(aliases: `\/baltop`, `\/topbalance`)* | Show top 10 richest players | `economysystem.command.balancetop` |<br \/>\n| `\/economyadmin <set\/add\/remove> <player> <amount>` *(alias: `\/ecoa`)* | Admin command to modify balances | `economysystem.command.economyadmin` |<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83e\udde9 Dependencies<\/p>\n<p>None.<br \/>\nEconomySystem runs fully standalone \u2013 no Vault, PlaceholderAPI, or other plugins required.<\/p>\n<p>&#8212;<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>The plugin provides a clean and powerful configuration system. Example:<\/p>\n<p>&#8220;`yaml<br \/>\neconomy:<br \/>\n    # The currency symbol<br \/>\n    currency-symbol: &#8220;$&#8221;<br \/>\n    # The currency name<br \/>\n    currency-name: &#8220;Dollar&#8221;<br \/>\n    # Amount of money players start with<br \/>\n    start-balance: 100.0<\/p>\n<p>database:<br \/>\n    type: litesql # Options: litesql, mariadb<br \/>\n    mariadb:<br \/>\n        host: &#8220;localhost&#8221;<br \/>\n        port: 3306<br \/>\n        database: &#8220;economy&#8221;<br \/>\n        username: &#8220;user&#8221;<br \/>\n        password: &#8220;&#8221;<br \/>\n    litesql:<br \/>\n        file: &#8220;economy.db&#8221;<br \/>\n&#8220;`<\/p>\n<p>\u2705 By default, the plugin stores all player data in a local .db file using LiteSQL.<\/p>\n<p>\ud83d\udd01 You can optionally configure MariaDB for better performance and scalability.<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udce6 Compatibility<\/p>\n<p>EconomySystem is designed for broad compatibility and long-term stability across various Minecraft server types and versions.<\/p>\n<p>### \u2705 Supported Minecraft Versions<br \/>\n&#8211; **1.8.x** to **1.20.x+**<br \/>\n&#8211; Actively tested on latest Paper\/Purpur builds<\/p>\n<p>### \u2705 Supported Server Software<br \/>\n&#8211; **Paper**<br \/>\n&#8211; **Spigot**<br \/>\n&#8211; **Purpur**<br \/>\n&#8211; **Bukkit**<br \/>\n&#8211; **Any fork compatible with Bukkit API**<\/p>\n<p>### \ud83e\udde9 Plugin Dependencies<br \/>\n&#8211; \u274c **None!**<br \/>\n&#8211; No Vault, PlaceholderAPI, or other plugins required<\/p>\n<p>### \ud83d\udee2\ufe0f Database Support<br \/>\n| Type     | Description                           | Recommended For                   |<br \/>\n|&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `litesql` | Lightweight local `.db` file (default) | Small to medium servers            |<br \/>\n| `mariadb` | External SQL-based database           | Larger networks or multi-server setups |<\/p>\n<p>> \ud83d\udca1 You can switch between databases at any time via the `config.yml`.<\/p>\n<p>&#8212;<\/p>\n<p>### \ud83e\uddea Performance &#038; Integration<br \/>\n&#8211; Minimal memory and CPU usage<br \/>\n&#8211; Asynchronous data handling<br \/>\n&#8211; Fast load times, even with thousands of player records<\/p>\n<p>&#8212;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>lightweight, no-dependency economy plugin for Minecraft that provides essential digital currency features with optional database support and full configurability.<\/p>\n","protected":false},"featured_media":61577,"template":"","meta":{"_minecraft_slug":"economysystem","_minecraft_project_id":"zCbXPyE8","_minecraft_author":"ImDacro","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":4263,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"economysystem.zip","_minecraft_size_bytes":9292631,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T04:07:13.396124Z","_minecraft_date_created":"2025-08-29T18:47:21.529392Z","_minecraft_date_modified":"2025-11-12T12:59:55.162792Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/economysystem","_minecraft_icon_attachment_id":61577,"_minecraft_imported_at":"2026-06-03T13:55:02+00:00","_minecraft_import_hash":"150b1ea7a1a43b8b4290147a97382a09","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,126,127,128,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-61576","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","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-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>EconomySystem - 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\/economysystem\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EconomySystem - Minecraft\" \/>\n<meta property=\"og:description\" content=\"lightweight, no-dependency economy plugin for Minecraft that provides essential digital currency features with optional database support and full configurability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/\",\"name\":\"EconomySystem - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/economysystem-icon-41d48a86e92ae002bcfcef59404587f73b9657ea_96.webp\",\"datePublished\":\"2026-06-03T13:55:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/economysystem-icon-41d48a86e92ae002bcfcef59404587f73b9657ea_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/economysystem-icon-41d48a86e92ae002bcfcef59404587f73b9657ea_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/economysystem\\\/#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\":\"EconomySystem\"}]},{\"@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":"EconomySystem - 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\/economysystem\/","og_locale":"en_US","og_type":"article","og_title":"EconomySystem - Minecraft","og_description":"lightweight, no-dependency economy plugin for Minecraft that provides essential digital currency features with optional database support and full configurability.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/","name":"EconomySystem - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/economysystem-icon-41d48a86e92ae002bcfcef59404587f73b9657ea_96.webp","datePublished":"2026-06-03T13:55:01+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/economysystem-icon-41d48a86e92ae002bcfcef59404587f73b9657ea_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/economysystem-icon-41d48a86e92ae002bcfcef59404587f73b9657ea_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/economysystem\/#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":"EconomySystem"}]},{"@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\/61576","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\/61577"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=61576"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=61576"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=61576"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=61576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}