Cuberite Forum

Full Version: [FIXED] Server Save.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys,

I notice that my logs are full of

[18:33:05] Saving all chunks...
[18:33:06] Saved all chunks in world skyblock

Now.. if there was somebody active i can understand that.
But nobody is online at all..
Is it possible to get a setting for saving ?
And perhaps a boolean setting, save even if no changes ?

That would be great. as i don't see a reason to save if nothing has been changed, and saves me from ending up with a huge log in the end.
Stuff happens anyway - mobs spawn and crops grow, etc.
Those things shouldn't happen because if there are no players online then no chunks are loaded.
Yeah. thats indeed what i thought as well..
There are the spawn chunks around spawn which are always loaded, or at least in vanilla.
MCServer doesn't have that (yet).
The problem is that the code that emits those messages cannot check if there are any chunks loaded (because of multithreading issues). On the other hand, I guess we can remove that message altogether, since it is neither important nor interesting anymore. How about that?
I agree. Lets remove the message.
Removed.
Yeah, the message it self was the big annoyance in my eye so thanks!