Management of multiple customizable currencies In-game currency creation Integration with
Vault for compatibility with other plugins Full support for PlaceholderAPI
Tracking of transactions between players Flexible configuration and storage (YAML or MySQL)
Fully translated and internationalizable
Main command
/valcurrency reload - Reloads the plugin configuration
/valcurrency help - Displays plugin help
/valcurrency list - Lists available currencies
/valcurrency info < currency> - Displays information about a currency
/valcurrency create <id> [name] [symbol] - Creates a new currency
/valcurrency placeholders - Displays the list of available placeholders
Commands by currency
For each created currency < currency>, the following commands are automatically generated:
/<currency> [player] - Displays your balance or another player's balance
/<currency>pay < player> <amount> - Transfers an amount to another player
/<currency>admin - Administration commands:
/<currency>admin give <player> <amount> - Gives money to a player
/<currency>admin take < player> <amount> - Removes money from a player
/<currency>admin set <player> <amount> - Sets a player's balance
/<currency›admin reset <player> - Resets a player's balance
Placeholders
ValCurrency offers many placeholders via PlaceholderAPI, categorized as follows:
Basic Information %valcurrency_balance_[id]% - Balance of the specified currency
%valcurrency_formatted_balance_[id]% - Formatted balance with symbol and colors
%valcurrency_symbol_[id]% - Currency symbol
%valcurrency_top_[id]_player_[position]% - Name of the player at the specified position
%valcurrency_top_[id]_amount_[position]% - Amount of the player at the specified position
%valcurrency_rank_[id]% - Player's rank in the leaderboard
Global Statistics %valcurrency_total_[id]% - Total amount of the currency in circulation
%valcurrency_average_[id]% - Average amount per player
%valcurrency_count_players_[id]% - Number of players owning this currency
Currency Metadata %valcurrency_displayname_[id]% - Display name of the currency
%valcurrency_description_[id]% - Description of the currency
%valcurrency_decimal_places_[id]% - Number of decimal places
Personal Statistics %valcurrency_received_today_[id]% - Amount received today
%valcurrency_sent_today_[id]% - Amount sent today
%valcurrency_transactions_count_[id]% - Number of transactions made