-
Notifications
You must be signed in to change notification settings - Fork 16
/
dynview-common.toml
29 lines (26 loc) · 1.21 KB
/
dynview-common.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
["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 = 15
#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 = 60
#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