# About

NightCore features built-in support for various economy/currency plugins.

Every currency handled by NightCore has a unique identifier (ID). This ID you use in plugin's configurations, or in your code.

You can disable certain currencies from being handled by NightCore in the config.yml.

# Config

Currency settings stored in the currencies.yml config file, where you can change their display name, format and icon.

Some currencies (e.g. CoinsEngine) will not appear there, as they have the same (or more robust) settings in their plugin's configuration.

# Built-in Providers

NightCore has the following built-in currency providers for which you don't need to install any plugins:

Provider ID
XP Levels xp_level

# Item Currencies

You can create your own custom item currencies via the /ncore ecobridge fromitem command when holding an item in your hand.

# Supported Plugins

The following plugins are supported by NightCore when you have them installed:

Plugin ID Notes
Vault vault A vault-compatible economy plugin is required (e.g. EssentialsX, CoinsEngine)
BeastTokens beasttokens
CoinsEngine coinsengine_<ID> Replace <ID> with the currency's ID: coinsengine_coins
EliteMobs elitemobs
PlayerPoints playerpoints
UltraEconomy ultraeconomy_<name> Replace <name> with the currency's name value.
VotingPlugin votingplugin