Option to toggle MassiveStats
This commit is contained in:
parent
dd1b6d76c8
commit
d039086397
@ -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) {
|
||||
|
@ -986,6 +986,9 @@ Tntfill:
|
||||
max-radius: 32
|
||||
max-amount: 64
|
||||
|
||||
# Statistics Engine.
|
||||
MassiveStats: true
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | Big List of variables | #
|
||||
|
Loading…
Reference in New Issue
Block a user