Shevchik / AutoSaveWorld

Bukkit plugin that provides advanced bukkit server management capabilities. Supports automatic saves, backups, stale data purge, plugin management, and more.
GNU General Public License v3.0
35 stars 36 forks source link

Add config option for auto save #63

Closed ChanceSD closed 3 months ago

ChanceSD commented 5 years ago

This auto save is inefficient in newer minecraft versions, it pretty much causes lag spikes in newer versions compared to default paper. But since this plugin still has many other good features i think it would be nice for this to be configurable.

Shevchik commented 5 years ago

That's not enough enabling-disabling bukkit built-in autosave should also set/reset bukkit built-in autosave.

ChanceSD commented 5 years ago

In case of plugin reload you mean? I guess i could save the previous autosave value in a field.

Shevchik commented 5 years ago

Yes.

Tho most parts of this plugin needs a big rewrite (for example using a single scheduler instead of tons of threads, dynamic load of modules for plugin support, etc). Hope i will find some time to do this in the future.