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.
Currency ID
Every currency has its own unique internal name (ID) 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, its ID iscoins.
Creating a Currency
You can create a new currency instantly with a single command: /execo create <name> <symbol> [decimals]
Or you can create a currency file in /currencies/ folder and run /coe reload.
A full server restart may be needed to properly register new currency commands in the game.
Removing a Currency
To delete a currency, simply remove its configuration file from the /currencies/ directory and restart the server.
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.