예제 #1
0
 public boolean getFuzzyCommandMatching() {
   return config.getBoolean("server.fuzzy-command-matching", false);
 }
예제 #2
0
 public boolean getAllowFlight() {
   return config.getBoolean("server.allow-flight", false);
 }
예제 #3
0
 public boolean hasWhitelist() {
   return config.getBoolean("server.whitelist", false);
 }
예제 #4
0
 public boolean getAllowEnd() {
   return config.getBoolean("server.allow-end", true);
 }
예제 #5
0
 public boolean getAllowNether() {
   return config.getBoolean("server.allow-nether", true);
 }
예제 #6
0
 public boolean getOnlineMode() {
   return config.getBoolean("server.online-mode", true);
 }