Loading...
Beta Modpages Unclaimed

InventoryLogger [Backups]

Restore your inventory!

0 Likes
900 Downloads
Created by Pocky

Description

๐ŸŽ’ InventoryBackups

Never lose your items again! Automatic inventory and ender chest backup and restoration system for Minecraft servers.


๐Ÿ“– Overview

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:

  • ๐Ÿ›ก๏ธ Server Protection - Recover from rollbacks, bugs, or glitches
  • ๐Ÿ‘ฎ Admin Tools - Investigate duplication or item loss issues
  • ๐Ÿ”ง Player Support - Help players who lost items due to bugs
  • ๐Ÿ“Š Activity Monitoring - Track inventory changes over time
  • ๐ŸŽฏ Live Inspection - View and edit player inventories in real-time

โœจ Features

๐Ÿ”„ Automatic Inventory Backups

  • โฐ Periodic Saves - Every 10 minutes (configurable)
  • ๐Ÿ’€ Death Saves - Captures inventory before death processing
  • โžก๏ธ Login Saves - Records inventory when player joins
  • โฌ…๏ธ Logout Saves - Records inventory when player quits
  • ๐Ÿงน Smart Deduplication - Skips saving if inventory hasn't changed
  • ๐Ÿ—‘๏ธ Auto-Cleanup - Removes backups older than 7 days (configurable)

๐ŸŽ Automatic Ender Chest Backups

  • โฐ Periodic Saves - Every 10 minutes (uses same interval as inventory)
  • ๐Ÿ’€ Death Saves - Captures ender chest contents on death
  • โžก๏ธ Login Saves - Records ender chest when player joins
  • โฌ…๏ธ Logout Saves - Records ender chest when player quits
  • ๐Ÿ“ฆ Open Saves - Optional: save when player opens ender chest (disabled by default)
  • ๐Ÿงน Smart Deduplication - Only saves when contents change

๐ŸŽฎ Inventory Commands

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!

๐ŸŽ Ender Chest Commands

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!

๐ŸŽญ Curios API Support

Optional integration with Curios API for saving accessory slots automatically.

โš™๏ธ Fully Configurable

Located at: config/inventory/InventoryBackups.toml

Inventory Settings:

  • Enable/disable each save type individually
  • Adjust save intervals (default: 600 seconds)
  • Configure retention period (1-365 days)

Ender Chest Settings:

  • Master enable/disable switch
  • Independent controls for periodic, death, join, quit, and open saves
  • Shares retention period with inventory backups

๐ŸŽฏ Usage Examples

View and edit a player's current inventory:

/inventory player Steve

Open Steve's inventory, add or remove items, then close to save changes.

Restore a player who died to a bug:

/inventory list Steve death

Click the restore button next to the death save you want.

Check offline player's ender chest backups:

/enderchest list Alex

Browse Alex's ender chest backups even when they're offline!

Investigate suspected duplication:

/inventory list PlayerName 2025-01

Browse through January backups, use /inventory view to inspect items.

Restore ender chest from yesterday:

/enderchest list Steve

Use the "Yesterday" quick filter button, then restore the backup you need.

Help a player who lost items:

/inventory list PlayerName today

View recent backups and restore the correct one.


๐Ÿ“ File Storage

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)
  • (no suffix) = Periodic auto-save

๐ŸŒ Offline Player Support

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 online

๐Ÿ› Bug Reports & Suggestions

Found a bug or have a feature request? Please report it on our GitHub Issues page!


๐Ÿ“„ License

This mod is released under the MIT License. Free to use, modify, and redistribute!


โค๏ธ Support

If you enjoy this mod, please:

  • โญ Leave a review on CurseForge
  • ๐Ÿ’ฌ Share it with your friends
  • ๐Ÿ› Report bugs to help improve it

Made with โค๏ธ for the Minecraft community


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Clumps

Clumps XP orbs together to reduce lag

Morpheus

Sleep vote system

FTB Utilities (Forge)

FTB Utilities is a mod by FTB. It aims to provide several useful utilities within the FTB Platform ranging from friends list, server configuration utilities, world borders, guide system and many other features...

spark

spark is a performance profiler for Minecraft clients, servers and proxies.

Lootr (Forge & NeoForge)

A mod that makes it so nobody misses out on Loot! All loot chests are instanced per player and visually unique.