A professional, high-performance Economy Plugin for Minecraft 1.21+ (Paper). CXEconomy provides a modern Vault integration and user-friendly GUI interfaces using Anvil menus for economy transactions.
- Vault Integration: Fully compatible with the standard Vault API.
- Modern Formatting: Uses MiniMessage API for complete Hex color support and gradient formatting.
- Anvil GUI: Modern UI approach using Anvil menus for
/payand/ecoinputs to prevent chat-based command errors. - Multi-Language Support: Built-in support for 30 languages, dynamically configurable.
- High Performance: Optimized for Java 21 and modern Paper environments.
| Command | Description | Permission |
|---|---|---|
/pay <player> |
Transfer money to another player via Anvil GUI | cxeconomy.pay (Default: true) |
/balance, /bal |
Check your current account balance | cxeconomy.balance (Default: true) |
/eco <action> <player> |
Manage economy (add, set, remove, reset) | cxeconomy.manage.admin (Default: op) |
/ecoreload |
Reload the plugin configuration and language files | cxeconomy.manage.reload.admin (Default: op) |
- Minecraft Server: Paper 1.21 or higher
- Java: Version 21 or higher
- Dependencies:
- Vault (Hard Dependency)
- PlaceholderAPI (Hard Dependency)
- Any Permissions Plugin (e.g. LuckPerms)
- Download the latest
CXEconomy.jarfrom the releases section. - Place the jar file into your server's
pluginsfolder. - Ensure Vault is installed.
- Restart your server.
- Configure the plugin in
plugins/CXEconomy/config.yml.
The default configuration file allows you to set the currency symbol, default starting balance, and the server language.
currency-symbol: "$"
starting-balance: 0.0
language: "en"To compile this project yourself, you need Maven installed.
git clone https://github.com/BlockException/CXEconomy.git
cd CXEconomy
mvn clean packageThe compiled jar file will be available in the target/ directory.
This project is proprietary and belongs to comutions. Unauthorized distribution or modification is prohibited unless explicitly stated otherwise.