Spaceship Jumps are blocked if chunkloading is disabled
mcenderdragon opened this issue ยท 4 comments
We just verified this on my server, when I changed the forgechunkloading config from
fp {
I:maximumChunksPerTicket=1
I:maximumTicketCount=1
}
to
fp {
I:maximumChunksPerTicket=100000
I:maximumTicketCount=200
}
Players were able to fly their ships to planets again.
The bad thing about claimes and miner is: it will most likely crash if only the miner is loaded but not the claim... but yeah the chunk loadign thing should be better configureable.
It now creates a warning in the log if it could not create a ticket to load the needed chunks. Also the chunks are only loaded for generation and then unforced again, so they will not stay loaded.