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

Disable Saving Features on Paper #57

Open aikar opened 5 years ago

aikar commented 5 years ago

Requesting that this plugin identify if the server is running Paper and disable its saving features if so. Paper's auto save is re architectured to split the saving over every tick incrementally, and this plugin will greatly harm a servers performance compared to the built in auto saving. (This is true for players AND chunks)

I can understand the other features, and stuff like disabling save during backup, so just requesting JUST the saving features get disabled on Paper.

HauserGrim commented 5 years ago

https://github.com/HauserGrim/AutoSaveWorld/commit/733825cd6b2ee99909d2d1788fdc97f9b9a6819e It seems it works

aikar commented 5 years ago

@HauserGrim that is the exact OPPOSITE of what I meant....

aikar commented 5 years ago

well i mean i guess that would help to provide an option to turn it off. just requesting it be automatic for paper though.

HauserGrim commented 5 years ago

Anyway, I don’t think that the author will change something in the plugin, he hasn’t done it for a long time.