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
|
// 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) {
|
||||||
|
@ -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 | #
|
||||||
|
Loading…
Reference in New Issue
Block a user