Bank Limit Commands¶
This page describes the usage of DKCoins limit-commands. Those commands are sub commands of user, group and role commands.
Important things to remember:
- Required arguments are declared with
<example>
- Optional arguments are declared with
[example]
Index
[list]
set <interval> <amount> <calculationType> <currency>
remove <interval> <amount> <calculationType> <currency>
[list]
¶
Permission: dkcoins.command.bank
This command lists all limitations for the specific target.
set <interval> <amount> <calculationType> <currency>
¶
Permission: dkcoins.command.bank
Arguments:
* interval
the specific interval (DAILY, WEEKLY, MONTHLY)
* amount
the amount to limit as decimal number
* calculationType
the calculation type(GLOBAL, USER_BASED)
* currency
the currency to limit
This command set a limit for specified target for the specified parameters.
remove <interval> <amount> <calculationType> <currency>
¶
Permission: dkcoins.command.bank
Arguments:
* interval
the specific interval (DAILY, WEEKLY, MONTHLY)
* amount
the amount to limit as decimal number
* calculationType
the calculation type(GLOBAL, USER_BASED)
* currency
the currency to limit
This command removes a limit for specified target for the specified parameters.