▶️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
/browse-transactions <player> [beforedate] [afterdate]
/browse-transactions <player> [beforedate] [afterdate]
View transactions of a player (you can navigate inside the browser: all the playernames are clickable)
Permission: rediseconomy.admin.browse-transactions
Dates format: yyyy-MM-dd_HH.mm.ss
/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
/transaction <player> <transaction-id> [revert]
/transaction <player> <transaction-id> [revert]
Rollback a transaction with another transaction or just displays it without "revert" parameter
Permission: rediseconomy.admin.transaction
/archive-transactions <filename>
/archive-transactions <filename>
Dump all transaction data to a file. Use it when your transaction db is too heavy
This is deprecated. It will be removed in the future after the Transaction TTL Update
Permission: rediseconomy.admin.archive-transactions
/rediseconomy test
/rediseconomy test
Performs 10k transactions on 10 different bank accounts and tells the timings.
This serves as a benchmark to see if Redis can handle many transactions and if some performance tuning is needed on RedisEconomy configs
Permission: rediseconomy.admin.editmessage
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