-
Notifications
You must be signed in to change notification settings - Fork 0
Snapshots and Restore
Albert edited this page Jan 4, 2026
·
1 revision
InvSafe captures full inventory snapshots and restores the most recent one on demand.
- Triggered on death, join, and quit when enabled in config.
- Optional world-change snapshots (v1.01+).
- Players with
invsafe.bypassdo not get auto snapshots.
-
/invsafe snapshot <player>creates a snapshot on demand. - Manual snapshots are tagged (AUTO, COMMAND, ADMIN) for history and diff filtering.
- Main inventory, armor, offhand.
- Optional XP (level + progress + total).
-
/invsafe restore <player>applies the latest snapshot. - Offline restores are queued and applied on next join.
- Restores replace the current inventory; no partial restores.
- Snapshots are kept per-player in FIFO order up to
storage.max-snapshots.
BuiltByBit: https://builtbybit.com/resources/invsafe-inventory-recovery.87178
InvSafe is an admin-only inventory safety system built around deterministic snapshots and reversible restores.
All restore operations are undo-safe by design.
All inventory state changes are inspectable and auditable.
© InvSafe
- Home