Roll Back
Plugin that saves and restores player inventories on death, including armor, offhand, and all item data, with simple commands and GUIs for staff.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Roll Back
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.