This commit is contained in:
nossr50
2019-01-16 11:05:43 -08:00
parent 12af9af902
commit f1feeed670
4 changed files with 35 additions and 0 deletions

View File

@ -245,6 +245,8 @@ public class Config extends AutoUpdateConfigLoader {
/* General Settings */
public boolean getIsMetricsEnabled() { return config.getBoolean("Metrics.bstats", true); }
//Retro mode will default the value to true if the config file doesn't contain the entry (server is from a previous mcMMO install)
public boolean getIsRetroMode() { return config.getBoolean("General.RetroMode.Enabled", true); }