Skip to content

Logs and Backups

Cupjok edited this page Sep 11, 2026 · 1 revision

Logs and Backups

Transaction logs

Enable logs with:

Log:
  SaveLogs: true
  CullLogs: true

The 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.LogFileNameFormat
  • Log.LogCullAgeMinutes
  • Log.LogCullTimeMinutes

Shop YAML backups

Enable periodic shop backups with:

ShopYmlBackup:
  Enable: true
  IntervalMinutes: 60
  CullAgeMinutes: 300

Keep an independent server backup as well. Plugin-managed backups are a recovery aid, not a replacement for full server backups.

Manual safety workflow

Before upgrading, merging shops, bulk editing items, or changing economy integrations:

  1. Stop or safely quiesce the server.
  2. Copy plugins/DynamicShop/.
  3. Record the current plugin version.
  4. Make the change.
  5. Test representative buy/sell transactions.
  6. Keep the previous backup until the economy has been verified.

Clone this wiki locally