πTransaction Logging
Overview
Configuration
# Transaction Logging Configuration
enabled: true
# File logging
file:
enabled: true
# Log file location
path: "logs/transactions"
# Date format for file names
date_format: "yyyy-MM-dd"
# Log format
format: "[%time%] %player% %action% %amount%x %item% for %price% (%currency%)"
# Discord logging (requires DiscordSRV)
discord:
enabled: false
channel_id: "123456789012345678"
# Embed settings
embed:
buy_color: "#00FF00"
sell_color: "#FF6600"
show_timestamp: true
show_location: falseFile Logging
Log Location
Log Format
Log Fields
Field
Description
Discord Logging
Requirements
Setup
Embed Format
Commands
Command
Description
Status Command
Log Types
Standard Transactions
Sign Shop Transactions
NPC Shop Transactions
Black Market Transactions
Daily Shop Transactions
Advanced Configuration
Custom Log Format
Separate Log Files
Log Rotation
Permissions
Permission
Description
Default
Security Notes
Troubleshooting
Logs Not Creating
Discord Not Working
Tips
Last updated