TechnicallyCoded / Inventory-Rollback-Plus

Spigot/Bukkit plugin that allows server moderators to restore player items and data from backups.
https://www.spigotmc.org/resources/85811/
Other
78 stars 44 forks source link

Suggestion: Time based rollbacks #11

Open SmilerRyan opened 3 years ago

SmilerRyan commented 3 years ago

Hello,

Being able to have player's inventories get backed up regularly without a major event is quite a big part of restore plugins. In the config, you could have the time for each backup saved in seconds (or minutes if preferred). In the restore, you would see this under it's own menu, allowing more restoring ability.

For example, here are some things that could benefit from these:

Thank you for reading my Feature Suggestion.

TechnicallyCoded commented 3 years ago

Although I love the idea, however most features of the plugin already cover 99% of the cases. Most players, for example, change dimensions while playing. This creates backups pretty regularly.

In addition you do have the ability to run manual backups of all online players if you wish. So an external plugin could achieve this easily.

That does NOT mean it's never going to happen... just not a top priority.

kuraiskrap commented 3 years ago

i i kinda did this already

i used the force backup command in console to backup all online players set the backup limit to 100 and set a schedule in my console/panel that just runs the command every 15 minutes, its not super accurate, but it works should do like 25 hours of gameplay per player at 100 backups each i guess 12.5 hours at 50 backups, 6.25 at 25

that being said, a backup after chest useage or before could be nice, sometimes if a server crashes it deletes or duplicates items if a chest was just used

TechnicallyCoded commented 3 years ago

Creating a backup after every chest transaction could severely stress the server. That will not be implemented, sorry.