📜Transactions

Register your currency movements and browse the transaction chain

You can search or reverse transactions. Example:

Transaction visualization
  • 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

config.yml
# 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 0

Commands:

  • transaction <player> <transaction-id> [revert] - Rollback a transaction with another transaction Permission: rediseconomy.admin.transaction

  • browse-transactions <player> [beforedate] [afterdate] - View transactions of a player (you can navigate inside it: all the playernames are clickable) Permission: rediseconomy.admin.browse-transactions Dates format: yyyy-MM-dd_HH.mm.ss

  • archive-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