1
Question about chunks
For a minecraft server, I'm pretty sure that some chunks stay loaded when everyone leaves. Which stay loaded? Is it the chunks near the spawn or the chunks near 0,0? Also, is there a way to make all chunks unload when everyone leaves the server with a bukkit plugin of some sort?
Thanks in advance.
Thanks in advance.
2
Thanks, I have a bukkit server. If I was to move the spawn with some tool would I be able to keep the chunks loaded only around the new spawn or would the chunks still keep loaded around the old spawn.
No, on a vanilla server all chunks unload when no one is online, but bukkit will keep the area near spawn loaded. If you want a plugin to disable this, try MultiVerse.
