[Question] Is there a way to get a list of forceloaded chunks that are set by players
KiwiFlavoredApollo opened this issue ยท 1 comments
Hello, my server is suffering from low TPS and I am looking for a fix. It's a heavily modded server consists of Cobblemon, Create and Farmer's Delight etc. I am aware of /forceload query
but it does not give me the list of chunks that are set by OPAC.
Here are my questions:
- Is there a way to get a list of forceloaded chunks?
- Is there a way to get a list of chunks claimed by other players?
- Is there a way to disable chunk forceloading?
I spottedmaxPlayerClaimForceloads = 10
the on the configuration file but I cannot set it to zero according to the documentation.
EDIT might be related to #233
For 1 and 2, you'll have to view their claim files in the world data using an nbt viewer. By default, only online players are forceloading their chunks, unless you've allowed offline forceloading.
You can set the limit to 0. The config comment says > 0 but really means >= 0. It's not caused by anything on my end, so I can't change that. Make sure to stop the server before changing the main config.