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 // start up task which runs the autoLeaveAfterDaysOfInactivity routine
startAutoLeaveTask(false); startAutoLeaveTask(false);
// massive stats if (getConfig().getBoolean("MassiveStats")) {
new MassiveStats(this); // massive stats
new MassiveStats(this);
}
if (version > 8) { if (version > 8) {

View File

@ -986,6 +986,9 @@ Tntfill:
max-radius: 32 max-radius: 32
max-amount: 64 max-amount: 64
# Statistics Engine.
MassiveStats: true
############################################################ ############################################################
# +------------------------------------------------------+ # # +------------------------------------------------------+ #
# | Big List of variables | # # | Big List of variables | #