Never lose your items again! Automatic inventory and ender chest backup and restoration system for Minecraft servers.
InventoryBackups is a powerful server-side mod that automatically saves player inventories and ender chests at regular intervals and on important events (death, login, logout, ender chest opening). Server administrators can easily restore, view, or copy any previous state with simple commands and an intuitive chat interface. Works with both online and offline players!
Perfect for:
All commands require OP level 2 for security and work with both online and offline players!
/inventory player <player>
NEW! Opens the player's current inventory in an editable chest GUI (online players only). Changes sync automatically when you close the interface.
/inventory list <player> [filter] [page]
Browse backups with pagination (10 per page), quick filters, and inline action buttons. Works for offline players!
/inventory view <player> <backup>
Opens a read-only chest GUI showing the backed-up inventory. Works for offline players!
/inventory set <player> <backup>
Restores player's inventory to the specified backup (requires player to be online).
/inventory copy <player> <backup>
Copies backup items to your own inventory (great for investigations). Works for offline players!
Complete ender chest management with the same intuitive interface!
/enderchest player <player>
Opens the player's current ender chest in an editable GUI (online players only). Changes sync automatically.
/enderchest list <player> [filter] [page]
Browse ender chest backups with pagination and filters. Works for offline players!
/enderchest view <player> <backup>
Opens a read-only preview of an ender chest backup. Works for offline players!
/enderchest set <player> <backup>
Restores player's ender chest to the specified backup (requires player to be online).
/enderchest copy <player> <backup>
Copies ender chest backup items to your inventory. Works for offline players!
Optional integration with Curios API for saving accessory slots automatically.
Located at: config/inventory/InventoryBackups.toml
Inventory Settings:
Ender Chest Settings:
/inventory player Steve
Open Steve's inventory, add or remove items, then close to save changes.
/inventory list Steve death
Click the restore button next to the death save you want.
/enderchest list Alex
Browse Alex's ender chest backups even when they're offline!
/inventory list PlayerName 2025-01
Browse through January backups, use /inventory view to inspect items.
/enderchest list Steve
Use the "Yesterday" quick filter button, then restore the backup you need.
/inventory list PlayerName today
View recent backups and restore the correct one.
Inventory backups are stored in:
InventoryLog/inventory/<player-uuid>/<timestamp>.json
Ender chest backups are stored in:
InventoryLog/enderchest/<player-uuid>/<timestamp>.json
Filename format: yyyy-MM-dd-HH-mm-ss[-suffix].json
Suffixes:
-death = Saved on death-join = Saved on login-quit = Saved on logout-open = Saved when opening ender chest (if enabled)One of the most powerful features - view backups for any player, even if they're not currently online!
✅ Works offline:
/inventory list <offline-player>/inventory view <offline-player> <backup>/inventory copy <offline-player> <backup>/enderchest list <offline-player>/enderchest view <offline-player> <backup>/enderchest copy <offline-player> <backup>❌ Requires online:
/inventory player <player> - needs live connection/inventory set <player> <backup> - needs player online/enderchest player <player> - needs live connection/enderchest set <player> <backup> - needs player onlineFound a bug or have a feature request? Please report it on our GitHub Issues page!
This mod is released under the MIT License. Free to use, modify, and redistribute!
If you enjoy this mod, please:
Made with ❤️ for the Minecraft community