{"id":24496,"date":"2026-06-01T11:27:21","date_gmt":"2026-06-01T08:27:21","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/"},"modified":"2026-06-01T11:27:21","modified_gmt":"2026-06-01T08:27:21","slug":"azrovas-economy","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/","title":{"rendered":"Azrova&#8217;s Economy"},"content":{"rendered":"<p># Azrova&#8217;s Economy &#8211; This project is no longer managed by Azrova, you can fork but please make sure to give us credits!<\/p>\n<p>A robust and feature-rich economy plugin for PaperMC\/Bukkit servers, designed to provide essential economic functionalities with support for Vault and optional PlaceholderAPI integration.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>*   **Core Economy via Vault:** Leverages Vault for broad compatibility with other economy-related plugins.<br \/>\n*   **Player Account Management:** Complete user account creation, removal, and access control system.<br \/>\n*   **User Access Control:** Administrators can remove users from the economy system, preventing access to all economy commands.<br \/>\n*   **Configurable Starting Balance:** Set a starting amount for new players.<br \/>\n*   **Daily Rewards:** Allow players to claim a configurable daily reward.<br \/>\n*   **Player-to-Player Payments:** `\/pay` command for transferring money.<br \/>\n*   **Banknotes:** `\/withdraw` command to create physical banknotes that can be redeemed.<br \/>\n*   **Balance Checking:** `\/balance` command for players to check their own or others&#8217; balances (permission-based).<br \/>\n*   **Richest Players List:** `\/money top` command to display the top N richest players.<br \/>\n*   **Organized Admin Commands:** Separate command sets for balance management and user management.<br \/>\n*   **Comprehensive Help System:** In-game help via `\/eco help [topic]` for economy, admin, and user management commands.<br \/>\n*   **PlaceholderAPI Support (Optional):** Display player balances via `%azrovaseconomy_balance%`.<br \/>\n*   **Configurable Currency Symbol:** Customize the currency symbol (e.g., $, \u20ac, etc.) in `config.yml`.<br \/>\n*   **SQLite Data Storage:** Player data is saved locally using SQLite, requiring no external database setup.<\/p>\n<p>&#8212;<\/p>\n<p>## Dependencies<\/p>\n<p>*   **Vault (Required):** Azrova&#8217;s Economy relies on Vault to provide the economy API. This plugin will not function without Vault installed.<br \/>\n*   **PlaceholderAPI (Optional):** If you wish to use placeholders like `%azrovaseconomy_balance%` in other plugins (e.g., scoreboards, chat), PlaceholderAPI must be installed. The plugin will function normally without it, but placeholders will not be available.<\/p>\n<p>&#8212;<\/p>\n<p>## Installation<\/p>\n<p>1.  Ensure your server is running PaperMC 1.21.x or a compatible version.<br \/>\n2.  Install **Vault** if you haven&#8217;t already. Download it from SpigotMC and place the JAR file in your server&#8217;s `plugins` folder.<br \/>\n3.  (Optional) Install **PlaceholderAPI** if you intend to use placeholders. Download it from SpigotMC and place the JAR file in your server&#8217;s `plugins` folder.<br \/>\n4.  Download the latest release of `AzrovasEconomy.jar` from the Releases Page.<br \/>\n5.  Place the `AzrovasEconomy.jar` file into your server&#8217;s `plugins` folder.<br \/>\n6.  Restart or reload your server.<\/p>\n<p>&#8212;<\/p>\n<p>## Configuration<\/p>\n<p>The plugin will generate a `config.yml` file in its plugin folder (`plugins\/AzrovasEconomy\/config.yml`) upon first run. You can modify these settings:<\/p>\n<p>&#8220;`yaml<br \/>\nstarting-balance: 100.0<br \/>\ndaily-reward-amount: 100.0<br \/>\ncurrency-symbol: &#8220;$&#8221;<br \/>\ndaily-enabled: true<br \/>\n&#8220;`<\/p>\n<p>*   `starting-balance`: The amount of money a player receives when they join the server for the first time and an account is created for them.<br \/>\n*   `daily-reward-amount`: The amount of money a player receives when they use the `\/daily` command.<br \/>\n*   `currency-symbol`: The symbol used before amounts in messages (e.g., &#8220;$100.00&#8221;).<br \/>\n*   `daily-enabled`: Whether the daily reward system is enabled. Set to `false` to disable the `\/daily` command entirely.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands &#038; Permissions<\/p>\n<p>Below is a list of commands and their associated permissions. Permissions set to `true` under `default` are enabled for all users by default. Permissions set to `op` are enabled for server operators by default.<\/p>\n<p>### Player Commands<\/p>\n<p>| Command                      | Description                                      | Permission                        | Default    |<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;- |<br \/>\n| `\/pay [user] [amount]`       | Pay a user an amount of money.                   | `azrova.economy.pay`              | `true`     |<br \/>\n| `\/withdraw [amount]`         | Withdraw money as a physical banknote.           | `azrova.economy.withdraw`         | `true`     |<br \/>\n| `\/balance` or `\/bal`         | Shows your current balance.                      | `azrova.economy.balance`          | `true`     |<br \/>\n| `\/balance [user]`            | Shows another user&#8217;s balance.                    | `azrova.economy.balance.others`   | `op`       |<br \/>\n| `\/money top`                 | Shows the top richest players.                   | `azrova.economy.money.top`        | `true`     |<br \/>\n| `\/daily`                     | Claim your daily reward.                         | `azrova.economy.daily`            | `true`     |<\/p>\n<p>### Admin Commands<\/p>\n<p>#### Help System<br \/>\n| Command                      | Description                                      | Permission                        | Default    |<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;- |<br \/>\n| `\/eco help`                  | Shows available help topics.                     | `azrova.admin`                    | `op`       |<br \/>\n| `\/eco help economy`          | Shows general economy commands help.              | `azrova.admin`                    | `op`       |<br \/>\n| `\/eco help admin`            | Shows admin balance commands help.                | `azrova.admin`                    | `op`       |<br \/>\n| `\/eco help user`             | Shows user management commands help.              | `azrova.admin`                    | `op`       |<\/p>\n<p>#### Balance Management (Legacy \/eco commands)<br \/>\n| Command                      | Description                                      | Permission                        | Default    |<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;- |<br \/>\n| `\/eco set [user] [amount]`   | Set a user&#8217;s balance.                            | `azrova.admin.set`                | `op`       |<br \/>\n| `\/eco remove [user] [amount]`| Remove money from a user.                        | `azrova.admin.remove`             | `op`       |<br \/>\n| `\/eco delete [user]`         | Delete a user&#8217;s economy account.                 | `azrova.admin.delete`             | `op`       |<\/p>\n<p>#### Balance Management (New \/eco admin commands)<br \/>\n| Command                        | Description                                      | Permission                        | Default    |<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;- |<br \/>\n| `\/eco admin set [user] [amount]`| Set a user&#8217;s balance.                           | `azrova.admin.set`                | `op`       |<br \/>\n| `\/eco admin add [user] [amount]`| Add money to a user&#8217;s balance.                  | `azrova.admin.add`                | `op`       |<br \/>\n| `\/eco admin remove [user] [amount]`| Remove money from a user.                    | `azrova.admin.remove`             | `op`       |<br \/>\n| `\/eco admin delete [user]`     | Delete a user&#8217;s economy account.                 | `azrova.admin.delete`             | `op`       |<\/p>\n<p>#### User Management<br \/>\n| Command                        | Description                                      | Permission                        | Default    |<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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;- |<br \/>\n| `\/eco user create [username]`  | Create an economy account for a user.            | `eco.admin.user.create`           | `op`       |<br \/>\n| `\/eco user remove [username]`  | Remove a user&#8217;s economy account.                 | `eco.admin.user.remove`           | `op`       |<\/p>\n<p>### Base Admin Permission<br \/>\n| Permission                   | Description                                      | Default    |<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| `azrova.admin`               | Base permission for all admin commands.          | `op`       |<\/p>\n<p>&#8212;<\/p>\n<p>## User Access Control<\/p>\n<p>Azrova&#8217;s Economy includes a comprehensive user access control system:<\/p>\n<p>### Account Management<br \/>\n&#8211; **Account Creation:** Administrators can create economy accounts for users with `\/eco user create [username]`<br \/>\n&#8211; **Account Removal:** Administrators can remove users from the economy system with `\/eco user remove [username]`<br \/>\n&#8211; **Access Prevention:** Removed users cannot use any economy commands until their account is recreated<\/p>\n<p>### Removed User Behavior<br \/>\nWhen a user&#8217;s economy account is removed:<br \/>\n&#8211; All economy commands (`\/balance`, `\/pay`, `\/withdraw`, `\/daily`) will fail with a clear error message<br \/>\n&#8211; The user receives the message: &#8220;You do not have an economy account. Contact an administrator.&#8221;<br \/>\n&#8211; No automatic account recreation occurs &#8211; accounts must be manually recreated by administrators<br \/>\n&#8211; Other players cannot pay money to removed users<\/p>\n<p>### Account Recreation<br \/>\n&#8211; Removed users can have their accounts recreated using `\/eco user create [username]`<br \/>\n&#8211; New accounts start with the configured starting balance<br \/>\n&#8211; All economy functionality is restored upon account recreation<\/p>\n<p>&#8212;<\/p>\n<p>## Help System<\/p>\n<p>The plugin features a comprehensive in-game help system accessible through `\/eco help`:<\/p>\n<p>&#8211; **`\/eco help`** &#8211; Shows all available help topics<br \/>\n&#8211; **`\/eco help economy`** &#8211; Lists all player economy commands<br \/>\n&#8211; **`\/eco help admin`** &#8211; Lists all admin balance management commands<br \/>\n&#8211; **`\/eco help user`** &#8211; Lists all user management commands with usage notes<\/p>\n<p>&#8212;<\/p>\n<p>## Placeholders (PlaceholderAPI)<\/p>\n<p>If PlaceholderAPI is installed, the following placeholder is available:<\/p>\n<p>*   `%azrovaseconomy_balance%`: Displays the player&#8217;s current balance, formatted with the configured currency symbol.<br \/>\n    *   Example: `You have: %azrovaseconomy_balance%` might display as `You have: $150.50`<br \/>\n    *   Returns `$0.00` for users without economy accounts<\/p>\n<p>&#8212;<\/p>\n<p>## Building from Source<\/p>\n<p>If you wish to build the plugin from source:<\/p>\n<p>1.  Clone the repository: `git clone https:\/\/github.com\/Azrova\/AzrovasEconomy.git`<br \/>\n2.  Navigate to the project directory: `cd AzrovasEconomy`<br \/>\n3.  Ensure you have Java 21 (or the version specified in `build.gradle.kts`) installed and configured.<br \/>\n4.  Run the Gradle build command:<br \/>\n    *   On Windows: `.gradlew build`<br \/>\n    *   On Linux\/macOS: `.\/gradlew build`<br \/>\n5.  The compiled JAR file will be located in `build\/libs\/`.<\/p>\n<p>&#8212;<\/p>\n<p>## Authors &#038; Support<\/p>\n<p>*   **Authors:** CNethuka, Sobble<br \/>\n*   **Support &#038; Bug Reports:** Please use the Issues Page on GitHub.<br \/>\n*   **Project Repository:** https:\/\/github.com\/Azrova\/AzrovasEconomy<\/p>\n<p>&#8212;<\/p>\n<p>Made with \u2764 by CNethuka and Sobble<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A robust and feature-rich economy plugin for PaperMC\/Bukkit servers, designed to provide essential economic functionalities with support for Vault and optional PlaceholderAPI integration.<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"azrovas-economy","_minecraft_project_id":"LCTtjdhK","_minecraft_author":"cnethuka","_minecraft_license":"Apache-2.0","_minecraft_downloads":175,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"azrovas-economy.zip","_minecraft_size_bytes":27010166,"_minecraft_version_count":2,"_minecraft_updated_at":"2026-05-16T13:05:29.190628Z","_minecraft_date_created":"2025-06-08T06:45:37.408814Z","_minecraft_date_modified":"2025-06-08T12:29:53.312224Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/azrovas-economy","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-01T08:27:22+00:00","_minecraft_import_hash":"6aa981e7ae020001964c3cefc75d255d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,126,127,92],"mod_loader":[130,132],"minecraft_version":[62,37,73,74,38,78],"class_list":["post-24496","mod","type-mod","status-publish","hentry","mod_category-bukkit","mod_category-economy","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-bukkit","mod_loader-paper","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azrova&#039;s Economy - 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\/azrovas-economy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azrova&#039;s Economy - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A robust and feature-rich economy plugin for PaperMC\/Bukkit servers, designed to provide essential economic functionalities with support for Vault and optional PlaceholderAPI integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/\" \/>\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\\\/azrovas-economy\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/azrovas-economy\\\/\",\"name\":\"Azrova's Economy - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-01T08:27:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/azrovas-economy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/azrovas-economy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/azrovas-economy\\\/#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\":\"Azrova&#8217;s Economy\"}]},{\"@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":"Azrova's Economy - 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\/azrovas-economy\/","og_locale":"en_US","og_type":"article","og_title":"Azrova's Economy - Minecraft","og_description":"A robust and feature-rich economy plugin for PaperMC\/Bukkit servers, designed to provide essential economic functionalities with support for Vault and optional PlaceholderAPI integration.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/","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\/azrovas-economy\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/","name":"Azrova's Economy - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-01T08:27:21+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/azrovas-economy\/#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":"Azrova&#8217;s Economy"}]},{"@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\/24496","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=24496"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=24496"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=24496"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=24496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}