💳Log Transaction - Premium
# Premium version only.
log-transaction:
# It will cost extra performance cost.
enabled: false
# file | database — database requires database.enabled: true
storage: file
# Used when storage is file. If set to empty value, we will just print the log into console.
file: 'log.txt'
format: '{time} | {player} | {shop} | {buy-or-sell} | {item-name} x{amount} | {price} | Price Multiplier: x{multiplier}'
time-format: "yyyy-MM-dd HH:mm:ss"Format available placeholders:
Showcase

Last updated