Cleaned up depricated configuration.

This commit is contained in:
FrozenCow 2011-05-21 02:45:00 +02:00
parent d5b4f6c8c4
commit e2f0307eeb
2 changed files with 0 additions and 10 deletions

View File

@ -86,15 +86,6 @@ webserver-port: 8123
# Disables Webserver portion of Dynmap (Advanced users only)
disable-webserver: false
# Writes JSON to file in the webpath
jsonfile: false
# How often the json file gets written to(in seconds)
jsonfile-interval: 1
# Output player health for web usage
health-in-json: false
# Use timesliced fullrender - takes a bit longer, but much more polite for server
timeslicerender: true

View File

@ -14,7 +14,6 @@ public class ClientConfigurationComponent extends Component {
@Override
public void triggered(JSONObject t) {
ConfigurationNode c = plugin.configuration;
s(t, "jsonfile", c.getBoolean("jsonfile", false));
s(t, "updaterate", c.getFloat("updaterate", 1.0f));
s(t, "allowchat", c.getBoolean("allowchat", true));
s(t, "allowwebchat", c.getBoolean("allowwebchat", true));