Option to toggle MassiveStats

This commit is contained in:
ProSavage
2018-11-18 11:24:52 -06:00
parent dd1b6d76c8
commit d039086397
2 changed files with 8 additions and 2 deletions

View File

@@ -191,8 +191,11 @@ public class SavageFactions extends MPlugin {
// start up task which runs the autoLeaveAfterDaysOfInactivity routine
startAutoLeaveTask(false);
// massive stats
new MassiveStats(this);
if (getConfig().getBoolean("MassiveStats")) {
// massive stats
new MassiveStats(this);
}
if (version > 8) {