🪧Placeholder

LightCoins comes with a bunch of custom placeholder for PlaceholderAPI

Default Currency Placeholder

Placeholder
Description
Example output

%lightcoins_coins%

Shows the formatted coins format. You can change it in the settings.yml

100.00 Coins

%lightcoins_coins_formatted%

Shows the short Version of the current Coins.

10k, 24.10m ...

%lightcoins_coins_currency%

Auto plural/single default currency name.

Coins, Coin

%lightcoins_coins_raw%

Shows a raw balance. (Can be translated in double via PlaceholderAPI)

100.00

%lightcoins_coins_top_<place>%

Shows the specified top x placeholder (Format can be configured in the settings.yml)

1# ● #name# - #amount# #currency#

Virtual Currency Placeholder

Placeholder
Description
Example output

%lightcoins_virtual_amount_<currency>%

Shows the current amount of specified currency.

100.00 Tokens

%lightcoins_virtual_formatted_<currency>%

Shows the short Version of the current currency.

10k, 24.10m ...

%lightcoins_virtual_formatted_<currency>%

Auto plural/single default currency name.

Tokens, Token

%lightcoins_virtual_raw_<currency>%

Shows a raw balance of the specified currency. (Can be translated in double via PlaceholderAPI)

100.00

%lightcoins_virtual_top_<currency>_<place>%

Shows the specified top x virtual currency placeholder (Format can be configured in the settings.yml)

1# ● #name# - #amount# #currency#

Last updated