Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Licensed ARR
Published last month
Updated last month
Overview
Rollback is a lightweight inventory recovery plugin that lets staff view and restore a player’s items from before death, including armor, offhand items, and all metadata such as enchantments and names. It’s designed to be fast, safe, and admin-friendly, with clean GUIs and async handling to avoid server lag.
Commands
/rollback
- Shows usage and help information.
/rollback inv <player>
- Opens a read-only GUI preview of the player’s most recent inventory snapshot (last death).
- Permission: rollback.inv
- Includes a Restore button for users with rollback.use.
/rollback history <player>
- Opens a paged history GUI showing all stored snapshots for the player (or prints the list to console if run from console).
- Permission: rollback.inv
Notes
- Tab completion prioritizes online players first, then offline players with stored snapshots.
- GUI restores use a two-step confirmation (preview → confirm restore).
- Disk I/O and restore processing run asynchronously, with final inventory changes safely applied on the main thread.



