Get rich and have fun with imaginary currency!
Base command to manage the bank.
.bank
server_only_check
Set the balance of a user's bank account.
Putting + or - signs before the amount will add/remove currency on the user's bank account instead.
Examples:
.bank set @Twentysix 26
- Sets balance to 26.bank set @Twentysix +2
- Increases balance by 2.bank set @Twentysix -6
- Decreases balance by 6Arguments
<to>
The user to set the currency of.<creds>
The amount of currency to set their balance to..bank set <to> <creds>
ADMIN
is_owner_if_bank_global
Transfer currency to other users.
This will come out of your balance, so make sure you have enough.
Example:
.bank transfer @Twentysix 500
Arguments
<to>
The user to give currency to.<amount>
The amount of currency to give..bank transfer <to> <amount>
Show the user's account balance.
Example:
.bank balance
.bank balance @Twentysix
Arguments
<user>
The user to check the balance of. If omitted, defaults to your own balance..bank balance [user=operator.attrgetter('author')]
.payday
server_only_check
Print the leaderboard.
Defaults to top 10.
Examples:
.leaderboard
.leaderboard 50
- Shows the top 50 instead of top 10..leaderboard 100 yes
- Shows the top 100 from all servers.Arguments
<top>
How many positions on the leaderboard to show. Defaults to 10 if omitted.<show_global>
Whether to include results from all servers. This will default to false unless specified..leaderboard [top=10] [show_global=False]
server_only_check
Show the payouts for the slot machine.
.payouts
server_only_check
Use the slot machine.
Example:
.slot 50
Arguments
<bid>
The amount to bet on the slot machine. Winning payouts are higher when you bet more..slot <bid>
server_only_check
Base command to manage Economy settings.
.economyset
ADMIN
is_owner_if_bank_global and server_only_check
Shows the current economy settings
.economyset showsettings
Set the maximum slot machine bid.
Example:
.economyset slotmax 50
Arguments
<bid>
The new maximum bid for using the slot machine. Default is 100..economyset slotmax <bid>
Set the minimum slot machine bid.
Example:
.economyset slotmin 10
Arguments
<bid>
The new minimum bid for using the slot machine. Default is 5..economyset slotmin <bid>
Set the amount earned each payday for a role.
Set to 0
to remove the payday amount you set for that role.
Only available when not using a global bank.
Example:
.economyset rolepaydayamount @Members 400
Arguments
<role>
The role to assign a custom payday amount to.<creds>
The new amount to give when using the payday command..economyset rolepaydayamount <role> <creds>
Set the amount earned each payday.
Example:
.economyset paydayamount 400
Arguments
<creds>
The new amount to give when using the payday command. Default is 120..economyset paydayamount <creds>
Set the cooldown for the payday command.
Examples:
.economyset paydaytime 86400
.economyset paydaytime 1d
Arguments
<duration>
The new duration to wait in between uses of payday. Default is 5 minutes..economyset paydaytime <duration>
Set the cooldown for the slot machine.
Examples:
.economyset slottime 10
.economyset slottime 10m
Arguments
<duration>
The new duration to wait in between uses of the slot machine. Default is 5 seconds..economyset slottime <duration>