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 is coins.

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.


Removing a Currency

To delete a currency, simply remove its configuration file from the /currencies/ directory and restart the server.