where can i set the chunk purge to 0 or higher ?Setting the chunk purge timer to 0 will stop ChickenChunks from unloading worlds that it thinks are loaded in error, or 'orphaned'.
You can also set it much higher to delay the unloading, but remember there's 20 ticks per second on a 0-lag server timer.
The second option will not work with MultiVerse2, as it will still send your players falling towards the void if it purges chunks.
Changing this option may have other detrimental side-effects on performance if you have many online users.
server wont startjust rename chickenchuncks.jar to chuckenchuncks.jar.bac
where can i set the chunk purge to 0 or higher ?
we dont use multiverse2 and have an avarage of 10 players online. which setup would u recommend?
when i set the cleanuptime to 0, the server wont start:First, go to the config folder in your server directory and look for the [LINK]ChickenChunks config.
Then, edit whatever value you want into [LINK]this line.
(for example, set it to 'cleanuptime=0', where it usually says 'cleanuptime=1200')
what is goin wrong?
#ChunkLoader Configuration File
#Deleting any element will restore it to it's default value
#Block ID's will be automatically generated the first time it's run
#Per player chunk limiting. Values ignored if 0.
#Simply add <username>=<value>
players
{
#Forge gives everyone 12500 by default
DEFAULT=5000
#For server op's only.
OP=5000
}
#If set to false, players will have to be logged in for their chunkloaders to work.
#Simply add <username>=<true|false>
allowoffline
{
DEFAULT=false
OP=false
}
#Set to false to deny a player access to the chunk viewer
allowchunkviewer
{
DEFAULT=true
OP=true
}
#The number of minutes since last login within which chunks from a player will remain active, 0 for infinite.
awayTimeout=45
block.id=243
#The number of ticks to wait between attempting to unload orphaned chunks
cleanuptime=0
#The maximum number of chunks per chunkloader
maxchunks=400
#Set to false to disable the automatic reloading of mystcraft dimensions on server restart
reload-dimensions=false
when i set the cleanuptime to 0, the server wont start:
http://pastebin.com/t3NQ6N6W
what is goin wrong?
I ran into the same problem :-/
Not really. If you had bothered to look at the error log he posted, you would have immediately seen that he was having a divide by 0 error. When i saw that, I knew exactly what was going on.Thanks for the info! That's wierd![]()
Not really. If you had bothered to look at the error log he posted, you would have immediately seen that he was having a divide by 0 error. When i saw that, I knew exactly what was going on.
Slind, just set the cleanup time value to 1. It should still work, and you won't get a divide by zero error.
It takes practice, but usually all the relevant information is at the top/bottom. Look for things labeled as exceptions (NullPointerExceptions, Etc...) and basically, just take a look at it few times. Once you get the hang of it, it's pretty easy, and it's an incredibly useful skill to have, especially for server owners.Well, now I know what to look for. Never understood how to read error logs.
It takes practice, but usually all the relevant information is at the top/bottom. Look for things labeled as exceptions (NullPointerExceptions, Etc...) and basically, just take a look at it few times. Once you get the hang of it, it's pretty easy, and it's an incredibly useful skill to have, especially for server owners.
if i set this to 1 i get a lot of chunk bugs
server wont start:Hmmm, well in that case, just remove the chicken chunks jar file from your server's mods folder. Your players won't have to remove it, just the server.