public boolean getFuzzyCommandMatching() { return config.getBoolean("server.fuzzy-command-matching", false); }
public boolean getAllowFlight() { return config.getBoolean("server.allow-flight", false); }
public boolean hasWhitelist() { return config.getBoolean("server.whitelist", false); }
public boolean getAllowEnd() { return config.getBoolean("server.allow-end", true); }
public boolean getAllowNether() { return config.getBoolean("server.allow-nether", true); }
public boolean getOnlineMode() { return config.getBoolean("server.online-mode", true); }