# Currencies

CoinsEngine allow you to create unlimited amount of highly customizable virtual currencies through configuration files.

Currency files located in the /currencies/ directory.

# Creation

Creating currencies in CoinsEngine is very simple!

Run the /coe create <name> <symbol> [decimals] command, where:

  • name is currency name (identifier). Only latin letters, digits and underscore are allowed. You can change currency display name later.
  • symbol is currency symbol.
  • decimals is whether decimals are allowed for this currency.

That's it! The following guides may help you in further currency configuration:

# Removal

To remove a currency, simply delete it's config file from the /currencies/ directory and reload the plugin.