mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-25 10:07:37 +01:00
Changed disable-webserver and jsonfile to default false
This commit is contained in:
parent
3c1bde1092
commit
e1f2ca26d6
@ -16,10 +16,10 @@ webserver-bindaddress: 0.0.0.0
|
||||
webserver-port: 8123
|
||||
|
||||
# Disables Webserver portion of Dynmap (Advanced users only)
|
||||
disable-webserver: true
|
||||
disable-webserver: false
|
||||
|
||||
# Writes JSON to file in the webpath
|
||||
jsonfile: true
|
||||
jsonfile: false
|
||||
|
||||
# How often the json file gets written to(in seconds)
|
||||
jsonfile-interval: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user