rsemcs/config/dynview-common.toml
Harrison Deng 51c272c2ed Re-added radium and changed server configurations.
Increased server capacity to 8.

Decreased watch of flowing time bonus ticks to 2.
2022-06-28 09:33:14 -05:00

30 lines
1.2 KiB
TOML

["Dynamic Chunk View Distance Settings"]
#The minimum chunk view distance allowed to use. Default: 4
#Range: 3 ~ 200
minChunkViewDist = 5
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 15
#Range: 1 ~ 200
maxChunkViewDist = 12
#The minimum simulation distance allowed to use. Default: 4
#Range: 1 ~ 200
minSimulationDist = 4
#The maximum simulation distance allowed to use. Default: 10
#Range: 1 ~ 200
maxSimulationDist = 10
#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
#Range: 10 ~ 100
meanAvgTickTime = 45
#The update frequency of average server tick time checks to update view distances. Default: 30sec
#Range: 1 ~ 1000
viewDistanceUpdateRate = 30
#Whether to adjust the simulation distance aswell, default: true.
adjustSimulationDistance = true
#Whether to output log messages for actions done. This can be helpful to balance the other settings nicely.
logMessages = true
["Chunk slow unload settings"]
#Enable slow chunk unloading(~1minute) after load, helps with mods hot-loading chunks frequently. Default: true
chunkunload = true