This commit is contained in:
nossr50
2019-04-01 10:16:43 -07:00
parent c6d055cb48
commit ae551e17cd
5 changed files with 22 additions and 1 deletions

View File

@ -245,6 +245,8 @@ public class Config extends AutoUpdateConfigLoader {
* GENERAL SETTINGS
*/
public boolean isAprilFoolsAllowed() { return config.getBoolean("General.AprilFoolsEvent", true); }
/* General Settings */
public boolean getIsMetricsEnabled() { return config.getBoolean("Metrics.bstats", true); }