forked from Telesphoreo/DynamicShop3
-
Notifications
You must be signed in to change notification settings - Fork 1
Logs and Backups
Cupjok edited this page Sep 11, 2026
·
1 revision
Enable logs with:
Log:
SaveLogs: true
CullLogs: trueThe plugin can record trading information such as player, item, amount, time, currency, and price. Logs can also be viewed through the in-game log interface.
Configuration options include:
Log.LogFileNameFormatLog.LogCullAgeMinutesLog.LogCullTimeMinutes
Enable periodic shop backups with:
ShopYmlBackup:
Enable: true
IntervalMinutes: 60
CullAgeMinutes: 300Keep an independent server backup as well. Plugin-managed backups are a recovery aid, not a replacement for full server backups.
Before upgrading, merging shops, bulk editing items, or changing economy integrations:
- Stop or safely quiesce the server.
- Copy
plugins/DynamicShop/. - Record the current plugin version.
- Make the change.
- Test representative buy/sell transactions.
- Keep the previous backup until the economy has been verified.