You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
380 B
15 lines
380 B
6 years ago
|
# Configuration file
|
||
|
|
||
|
general {
|
||
|
# Width/length of chunks to be loaded, it is recommend this is an odd number
|
||
|
I:chunkLoaderWidth=3
|
||
|
|
||
|
# Disables Chunk loading, use if there is a crash happening in a chunk loaded area
|
||
|
B:emergencyMode=false
|
||
|
|
||
|
# The number of hours the player will be offline before deactivating (default 2 days)
|
||
|
I:hoursBeforeDeactivation=48
|
||
|
}
|
||
|
|
||
|
|