Give Currency

Action to give currency.

Tags

variable -> The variable of the action to get custom placeholders:

%<variable>.amount% -> Will get how much balance did the action gave.

currency -> The type of currency to be given.

amount -> The amount of balance that will be given.

affectSummary -> Whether or not the currency given will be added to the summary.

affectMulti -> Whether or not the currency given will be affected by multipliers.

Examples

givecurrency <variable>currencygiven</variable> <currency>tokens</currency> <amount>100</amount> <affectSummary>true</affectSummary> <affectMulti>true</affectMulti>

Last updated