Skip to content

Configuration

Albert edited this page Jan 4, 2026 · 1 revision

Configuration

Config file: plugins/InvSafe/config.yml.

Snapshot triggers

  • snapshots.on-death - Create a snapshot on death.
  • snapshots.on-join - Create a snapshot on join.
  • snapshots.on-quit - Create a snapshot on quit.
  • snapshots.on-world-change - Create a snapshot when changing worlds (v1.01+).

Storage

  • storage.max-snapshots - Max snapshots per player (FIFO).
  • storage.compression - none or gzip for snapshot files.

Restore behavior

  • restore.include-xp - Include XP in snapshots and restores.
  • restore.clear-inventory-before-restore - Clear inventory before applying a snapshot.

Diff

  • diff.nbt-aware - Enable NBT-aware diffs by default.

Data paths

  • Snapshot data is stored under plugins/InvSafe/data/.

Clone this wiki locally