Advanced-Slime-World-Manager
Advanced-Slime-World-Manager copied to clipboard
Allow word to be periodically saved
In certain instances, it would be ideal to save the world outside of the current unloading process.
ideally this would be some type of auto-save with a configurable delay to set how often it would save
I think you can do the usually /save-all - but I'm sure its a bit laggy. Would love to have a auto save feature + maybe a way we could configure how often it auto saves!
I'm I don't know the performance impacts of save-all though that is probably what I'll do as a temporary work around (scheduled task in pterodactyl). 100% on the configurable save periods... I love configurations lol
EssentialsX already does this in their config.yml under the backup section, in which it executes save-all before backing up the server. I'll work on adding it to ASWM though, but essentially save-all is doing what the plugin would be doing.