Fix jsonfile-interval should be 1 not 1000
This commit is contained in:
parent
aa62f36c11
commit
f94a0ff904
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ disable-webserver: false
|
||||||
jsonfile: false
|
jsonfile: false
|
||||||
|
|
||||||
# How often the json file gets written to(in seconds)
|
# How often the json file gets written to(in seconds)
|
||||||
jsonfile-interval: 1000
|
jsonfile-interval: 1
|
||||||
|
|
||||||
# The maptypes Dynmap will use to render.
|
# The maptypes Dynmap will use to render.
|
||||||
worlds:
|
worlds:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue