Nukkit icon indicating copy to clipboard operation
Nukkit copied to clipboard

Do not save chunks when auto saving is disabled

Open PetteriM1 opened this issue 4 years ago • 2 comments

This fixes #272

Currently Nukkit saves the chunks when the level is unloaded even if auto saving is disabled. This pr makes chunks to be never saved automatically if the auto saving is disabled (and if none of your plugins does the saving or you don't use the save-all command). The question is: Should disabling auto save only disable the auto save task or also the saving Nukkit does when levels are unloaded? Not saving chunks at all when the auto saving is disabled may be usefull on minigame servers where the worlds will be reseted after a match anyways.

PetteriM1 avatar Mar 20 '20 21:03 PetteriM1