init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
10
config/smoothchunk.json
Normal file
10
config/smoothchunk.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"chunkSaveDelay": {
|
||||
"desc:": "Delay before a chunk is saved to disk, default: 300 seconds. If you enable the noSaveAll config, it is suggest to set this to 180.",
|
||||
"chunkSaveDelay": 300
|
||||
},
|
||||
"debugLogging": {
|
||||
"desc:": "Enables debug logging of how many chunks got saved in a tick. default: false",
|
||||
"debugLogging": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue