Jannyboy11 / InvSee-plus-plus

A bukkit plugin for manipulating player inventories
Other
92 stars 18 forks source link

Inventory backups & rollbacks #62

Open Jannyboy11 opened 1 year ago

Jannyboy11 commented 1 year ago

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.

jurohn commented 1 year ago

My idea from spigotmc. It would be awesome!

Jannyboy11 commented 1 year ago

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.