From e1f2ca26d62b651e680507ca6753500fd7018cd3 Mon Sep 17 00:00:00 2001 From: Jason Booth Date: Thu, 17 Feb 2011 09:38:08 -0600 Subject: [PATCH] Changed disable-webserver and jsonfile to default false --- configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.txt b/configuration.txt index d567b2c2..865f9196 100755 --- a/configuration.txt +++ b/configuration.txt @@ -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