#
Overview
ExcellentEconomy lets you create an unlimited number of highly customizable virtual currencies.
#
📂 File Location
All your currency configurations are stored in the /plugins/ExcellentEconomy/currencies/ directory.
Each currency has its own dedicated .yml file. This modular system makes it easy to add, duplicate, or share specific currency settings.
#
🆔 The Currency ID
The Currency ID is the unique internal name used in config files, commands, and placeholders.
- How to find it: It is exactly the same as the filename (without the
.yml). - Example: If your file is
coins.yml, your Currency ID iscoins.
#
✨ Creating a Currency
You can create a new currency instantly with a single command:
/coe create <name> <symbol> [decimals]
Server Reboot Required: A full server restart may be needed to properly register new currency commands in the game.
Next Steps:
#
🗑️ Removing a Currency
To delete a currency, simply remove its configuration file from the /currencies/ directory and restart the server.
Database Notice: Deleting a file does not delete the database column. If you create a new currency later with the same ID, players will get their old balances back.