Records inventory history of players, especially useful for laggy servers where players false-die often.
A PaperMC 1.21.1 plugin that tracks player inventory history and allows administrators to view, restore, and duplicate inventory snapshots.
plugins folderplugins/InventoryHistory/inventory_history.db| Command | Description | Permission |
|---|---|---|
/invhist <player> [page] |
View player's inventory history | inventoryhistory.view |
/invhist open <player> <id> |
Open snapshot in GUI | inventoryhistory.view |
/invhist restore <player> <id> |
Restore player's inventory | inventoryhistory.restore |
/invhist duplicate <player> <id> |
Copy items to your inventory | inventoryhistory.duplicate |
/invhist cleanup |
Delete old snapshots | inventoryhistory.admin |
Aliases: /inventoryhistory, /invhist, /ih
| Permission | Description | Default |
|---|---|---|
inventoryhistory.view |
View inventory history | OP |
inventoryhistory.restore |
Restore inventories | OP |
inventoryhistory.duplicate |
Duplicate inventory items | OP |
inventoryhistory.admin |
Full admin access | OP |
/invhist Notch
/invhist Notch 2
Shows a paginated list with clickable links to view, restore, or copy each snapshot.
/invhist open Notch 123
Opens an interactive inventory showing all items, armor, and off-hand slot with action buttons.
/invhist restore Notch 123
Restores Notch's inventory to exactly how it was in snapshot #123. Player must be online.
/invhist duplicate Notch 123
Copies all items from the snapshot to your inventory. Overflow drops on the ground.
/invhist cleanup
Manually deletes snapshots older than 30 days.
plugins/InventoryHistory/inventory_history.dbThis plugin is provided as-is for personal and server use.