Inventory Archiver
Inventory Archiver automatically saves snapshots of every online player's inventory at configurable intervals, storing them safely in your world folder. Admins can browse, inspect, and restore inventories directly in-game or from the server console!
Features
- Automatic backups — all online players are archived every X minutes (configurable)
- Full item fidelity — durability, enchantments, and NBT data are preserved exactly
- In-game restore GUI — browse a scrollable list of backups and pull items directly into your inventory
- Archive inspector — print the full contents of any archive to chat, grouped by Hotbar, Inventory, Armor, Offhand, and Baubles, so you know exactly what you're restoring before you do it
- Console-compatible restore — restore any player's inventory directly from the server console without opening any GUI
- Manual saves — any player can run
/inventoryarchive save to permanently snapshot their own inventory at any time
- Separate manual archive limit — manual and automatic backups are stored independently with their own configurable caps
- Oldest-first pruning — when the backup limit is reached, the oldest entry is removed automatically
- Baubles support — if Baubles is installed, bauble slots are archived, inspected, and restored alongside the standard inventory
Commands
| Command |
Who |
Description |
/inventoryarchive save |
Any player |
Saves a permanent manual archive of your own inventory |
/inventoryarchive <player> |
OPs only |
Opens the backup browser for the specified player (in-game only) |
/inventoryarchive list <player> <index> |
OPs only |
Prints the full item contents of a specific archive to chat |
/inventoryarchive restore <player> [index] |
OPs only |
Restores a player's inventory from an archive (defaults to most recent) |
Configuration
All options are in config/inventoryarchiver.cfg:
| Option |
Default |
Description |
backupIntervalMinutes |
10 |
How often automatic archives are taken (1–1440) |
maxBackupsPerPlayer |
20 |
Maximum automatic archives retained per player |
maxManualBackupsPerPlayer |
5 |
Maximum manual archives retained per player |
enableLogging |
false |
Log archive save and restore events to the server console |