Sick and Tired of Crash-Items?
Don't you wish there was a way for your players to stop crashing when they try to log on after being given a "death diamond" on your Creative server? Now, with the simple CrashItemResolver, there is! When a player crashes after picking up an item ("timeout," the time that must occur between picking up the item and crashing for it to solve the crash, configurable), his inventory is cleared but stored into a Config. When he does /restoreinventory (/rinv and /restoreinv also work), he is able to access his items once again so he can resume editing. Enchantments and other meta-datas are removed to prevent him from crashing again.
Please note that CrashItemResolver is most reliable on Creative servers. Because CIR removes the Item Meta of what it saves, players don't get the exact version of whatever they had before (currently).
Permissions
CrashItemresolver.restoreinv - allows the player to access the /restoreinv command.
Config
CrashItemResolver: CrashTimer: # The time that must occur between receiving the item and crashing for it to be suspected a crash item. (Measured in seconds. Integers only.) TimeOut: 3