Voxel Shop beta is live. Expect occasional bugs. Learn more
Transform your server economy with the most advanced, secure, and feature-rich system
UC_EconomySystem is designed to be the backbone of your server's financial ecosystem. Whether you need a lightweight, reliable replacement for Essentials economy or a full-suite financial simulator with banks, loans, and stocks, UC_EconomySystem has you covered.
Available in two versions: Free (Core Essentials) and Premium (Advanced Features).
Core Economy (/pay, /balance) | ✅ Included | ✅ Included |
| Hybrid Storage (YAML, SQLite, MySQL) | ✅ Included | ✅ Included |
| Data Migration | ✅ Included | ✅ Included |
| Transaction Logs | ✅ Basic | ✅ Advanced (Fraud Detection) |
| Multi-Language (Eng/Esp) | ✅ Included | ✅ Included |
| Admin Control Panel (GUI) | ❌ | ✅ Included |
| Banking System (Interest/Tiers) | ❌ | ✅ Included |
| Loans & Credit Score | ❌ | ✅ Included |
| Multi-Currency (Virtual & Physical) | ❌ | ✅ Included |
| Custom Items (ModelData support) | ❌ | ✅ Included |
| Tax System | ❌ | ✅ Included |
| REST API & Webhooks | ❌ | ✅ Included |
Admin GUI![]() | General Statistics![]() |
Currency Manager![]() | Physical Currency![]() |
Balance Manager![]() | Global Settings![]() |
Don't just store money—grow it.
A revolutionary way to manage player debt.
Bridge the gap between digital balance and physical items.
For more advanced needs, you can create fully custom items in the features/items/custom_currency/ folder.
These items support Custom Model Data, allowing you to apply custom textures via a Resource Pack.
Example: Platinum Coin
File: features/items/custom_currency/platinum_coin.yml
currency-id: "platinum_coin"
enabled: true
item:
material: "SUNFLOWER"
amount: 1
display-name: "&f&lPlatinum Coin"
lore:
- "&7Official kingdom currency"
- "&7Physical item currency"
- "&7Value: &a$10,000"
- ""
- "&eRight-click to convert to money"
# 🎨 Custom Model Data for Custom Texture
custom-model-data: 2001
nbt-tags:
custom_currency: "platinum_coin"
official: true
physical_currency: true
value: 10000
conversion-enabled: true
stackable: true
max-stack: 64

Manage the entire economy without touching a config file.
/balance [player] | uc_economy.balance | Check balance. |
/pay <player> <amount> | uc_economy.pay | Send money. |
/uc_economy transactions | uc_economy.transactions | View history. |
/uc_economy admin help | uc_economy.economysystem.admin | Admin help. |
/uc_economy admin economy | uc_economy.economy | Give/Take/Set money. |
/uc_economy bank ... | uc_economy.bank | Create/Manage bank accounts. |
/uc_economy loan ... | uc_economy.loan | Request/Pay loans. |
/uc_economy currency ... | uc_economy.currency | Manage multiple currencies. |
/uc_economy item ... | uc_economy.item | Convert items to money. |
/uc_economy admin gui | uc_economy.economysystem.admin | Open Admin Control Panel. |
The config.yml file is powerful yet easy to understand. Here's a glimpse:
economy:
default-balance: 1000.0
currency-symbol: "$"
currency-name: "Coins"
allow-negative-balance: false
max-balance: 1000000000.0
use-modern-item-models: false # Support for 1.21.4+ item_model component
storage:
type: "sqlite" # Options: yaml, sqlite, mysql
mysql:
host: "localhost"
database: "uc_economy"
features:
bank: true # Enable banks?
loan: true # Enable loans?
currencies: true # Enable multi-currency?
api: true # Enable REST API?
tax: true # Enable tax system?
items: true # Enable item economy?
Free Version Files:
config.ymlfeatures/transactions.ymlPremium Version Files:
config.ymlfeatures/bank.ymlfeatures/loans.ymlfeatures/currencies.ymlfeatures/taxes.ymlfeatures/api.ymlfeatures/items/UC_EconomySystem.jar plugin.plugins/ folder.config.yml.Check out our official website for all developed plugins: minecraft.universalcores.com
Universal Cores Suite Progress:



Want to support the development?
Have questions before buying? Need help with configuration?