📜Transactions
Register your currency movements and browse the transaction chain
You can search or reverse transactions. Example:

is the transaction ID
You can hover over this component to see the exact time the transaction was executed
This is the button to revert the transaction (the amount will be transferred from the receiver to the sender
Register calling plugin
Append the stacktrace of the method that called the RedisEconomy API method inside the
transaction reason field

To enable this feature, use registerCallsVerbosity field
# Set to 0 if you want the feature disabled
# Set to 1 if you want only the calling class to be saved
# Set to 2 to have both class and method, or 3 to have line number too
registerCallsVerbosity: 0 #By default is 0Commands:
transaction <player> <transaction-id> [revert]- Rollback a transaction with another transaction Permission:rediseconomy.admin.transactionbrowse-transactions <player> [beforedate] [afterdate]- View transactions of a player (you can navigate inside it: all the playernames are clickable) Permission:rediseconomy.admin.browse-transactionsDates format:yyyy-MM-dd_HH.mm.ssarchive-transactions <filename>- Dump all transaction data to a file. Use it when your transaction db is too heavy Permission:rediseconomy.admin.archive-transactions
(Check transactionTTL inside Currency settings to unlock the full potential of transactions)
Last updated