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

# Creating a Currency

You can create a new currency instantly with a single command: /coe create <name> <symbol> [decimals]

Parameter Description
Name The unique identifier (Latin letters, digits, and underscores only).
Symbol The visual character for the currency (e.g., $, ✪, ⛃).
Decimals (Optional) Set to true or false to allow or disallow decimal points.

Next Steps:


# 🗑️ Removing a Currency

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