Commands
The available commands. You can change the command prefix for each system in the settings.yml of LightCoins.
Default Currency Commands
/coins add <player> <amount>
Give some player a specified amount of money. Also supported 10k, 2m and so on.
/coins remove <player> <amount>
Remove some player a specified amount of money. Also supported 10k, 2m and so on.
/coins set <player> <amount>
Set some player a specified amount of money. Also supported 10k, 2m and so on.
/coins show <player>
Show the current coins from a specified player
/coins
Show your current Coins
-
/baltop
Shows a Top 10 List of the richest player
/pay <player>
Pay some specified player some money. Supports 10k, 2m and so on.
Virtual Currency Commands
/virtual add <currency> <player> <amount>
Give some player a specified amount of the specified custom currency. Also supported 10k, 2m and so on.
/virtual remove <currency> <player> <amount>
Remove some player a specified amount of the specified custom currency. Also supported 10k, 2m and so on.
/virtual set <currency> <player> <amount>
Set some player a specified amount of the specified custom currency. Also supported 10k, 2m and so on.
/virtual show <player> <currency>
Show the current custom currency from a specified player
Admin Commands
/lightcoins reload
Reload all files and read custom currencies
Console Commands
/coins add <player> <amount>
Give some player a specified amount of money. Also supported 10k, 2m and so on.
Console command only
/coins remove <player> <amount>
Remove some player a specified amount of money. Also supported 10k, 2m and so on.
Console command only
/coins show <player>
Pay some specified player some money. Supports 10k, 2m and so on.
Console command only
/lightcoins transfer lighteconomy sqlite
Transfer old LightEconomy balances to LightCoins via SQLite. More information in the migration tab. Make sure you have the old .db from LightEconomy in the LightCoins Plugin directory!
Console command only
/lightcoins transfer lighteconomy mysql <host> <port> <username> <password> <databaseName>
Transfer old LightEconomy balances to LightCoins via MySQL. More information in the migration tab.
nsole command only
Last updated