# Multi-Currency

ExcellentShop features multi-currency support. You can set a specific currency for each shop product or auction item.

List of all available currencies and their identifiers can be found on the EconomyBridge's Wiki .

# Configuration

You can set which currency to use by default and which currencies are enabled per shop module in the config.yml:

Module:
  auction:
    Currency:
      Default: vault
      Enabled:
      - '*' # All currencies enabled.
  chest_shop:
    Currency:
      Default: vault
      Enabled: [] # No currencies but the Default one are enabled.
  virtual_shop:
    Currency:
      Default: vault
      Enabled:
      - '*' # All currencies enabled.

# Permissions

You can restrict access to specific currencies by enabling permission requirement in the config.yml:

Currency_Need_Permission: true

This setting will require players to have currency-specific permissions to be able to use it.