Cleaned up depricated configuration.
This commit is contained in:
parent
ab9bf5bc5c
commit
bb0c59a0a2
2 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue