▶️OP commands
/rediseconomy reload
/rediseconomy reload
reloads config.yml
Permission: rediseconomy.admin
/rediseconomy editmessage <configField>
/rediseconomy editmessage <configField>
Edit a language field with a convenient web UI
Permission: rediseconomy.admin.editmessage
/balance <player> <currencyName> give <amount> [reason...]
/balance <player> <currencyName> give <amount> [reason...]
With "reason" you can specify why the transaction has been made
More on Transactions
Permission: rediseconomy.admin
/balance <player> <currency> take <amount> [/command... or reason...]
/balance <player> <currency> take <amount> [/command... or reason...]
Takes money from a player.
It is possible to specify a command to execute if the player has sufficient funds.
If the command does not have the "/" it will be registered as the reason
Permission: rediseconomy.admin
/balance <player> <currency> set <amount>
/balance <player> <currency> set <amount>
Purely for moderation
Permission: rediseconomy.admin
/balance <player> <currency> set-max <amount>
/balance <player> <currency> set-max <amount>
Set the maximum balance for a player (useful for mana systems or similar)
The player deposits would be limited by max balance.
By default a currency has 1.7x10³⁰⁸ as limit
Permission: rediseconomy.admin
/purge-balance <player-regex>
/purge-balance <player-regex>
Purges the balance of the players matching the regex
ex. Steve(.*) matches SteveCarell and Steve_
USE WITH CAUTION
Permission: rediseconomy.purge-balance
/switch-currency <currency> <newcurrency>
/switch-currency <currency> <newcurrency>
Switches all currency accounts with other currency accounts. You have to restart each instance of RedisEconomy to apply the changes
Permission: rediseconomy.pay.currencyname
/backup-economy <filename>
/backup-economy <filename>
Backups the economy system to a file
Permission: rediseconomy.admin.backup-restore
/restore-economy <filename>
/restore-economy <filename>
Restores the economy system from a file
Permission: rediseconomy.admin.backup-restore
More commands are coming...\
Further permissions:
rediseconomy.admin
rediseconomy.admin
Allows the use of all OP commands
rediseconomy.admin.giveall
rediseconomy.admin.giveall
Allows a player to give money to all online players through balance command with *
Last updated