···11-22-["Dynamic Chunk View Distance Settings"]
33- #The minimum chunk view distance allowed to use. Default: 4
44- #Range: 3 ~ 200
55- minChunkViewDist = 5
66- #The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 15
77- #Range: 1 ~ 200
88- maxChunkViewDist = 15
99- #The minimum simulation distance allowed to use. Default: 4
1010- #Range: 1 ~ 200
1111- minSimulationDist = 4
1212- #The maximum simulation distance allowed to use. Default: 10
1313- #Range: 1 ~ 200
1414- maxSimulationDist = 10
1515- #The average tick time to stabilize the chunk view distance around. Setting it higher than 50ms is not advised, as after 50ms the TPS will go below 20. Default: 45ms
1616- #Range: 10 ~ 100
1717- meanAvgTickTime = 45
1818- #The update frequency of average server tick time checks to update view distances. Default: 30sec
1919- #Range: 1 ~ 1000
2020- viewDistanceUpdateRate = 60
2121- #Whether to adjust the simulation distance aswell, default: true.
2222- adjustSimulationDistance = true
2323- #Whether to output log messages for actions done. This can be helpful to balance the other settings nicely.
2424- logMessages = true
2525-2626-["Chunk slow unload settings"]
2727- #Enable slow chunk unloading(~1minute) after load, helps with mods hot-loading chunks frequently. Default: true
2828- chunkunload = true
2929-