Some users want to be able to make backups of player inventories, and restore them if needed. If I accept this idea, I would like it to be possible to preview backed-up inventories as well.
Given the scope of this feature, it would be best to implement this in a separate addon;
The addon plugin can then be configured to automatically create and delete backups. I think admins who have the right permission should also be able to edit backups ingame via the inventory view.
Perhaps I can even support multiple backup formats, although Bukkit's own YamlConfiguration/ConfigurationSerialzable setup is likely the the best fit since it is the most compatible. NBT may also be an option, but this is very time-consuming to implement on Glowstone.
This issue is not a huge priority for me, since there are existig plugins that should handle most use cases very well, most notably InventoryRollbackPlus.
Some users want to be able to make backups of player inventories, and restore them if needed. If I accept this idea, I would like it to be possible to preview backed-up inventories as well.
Given the scope of this feature, it would be best to implement this in a separate addon; The addon plugin can then be configured to automatically create and delete backups. I think admins who have the right permission should also be able to edit backups ingame via the inventory view. Perhaps I can even support multiple backup formats, although Bukkit's own YamlConfiguration/ConfigurationSerialzable setup is likely the the best fit since it is the most compatible. NBT may also be an option, but this is very time-consuming to implement on Glowstone.