mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
deprecate metrics settings
This commit is contained in:
parent
4322f4c31d
commit
7142e9e0e3
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ public class Settings extends Config {
|
|||
@Comment("Allow WorldEdit to be restricted to plots") public static boolean
|
||||
WORLDEDIT_RESTRICTIONS = true;
|
||||
@Comment("Allow economy to be used") public static boolean ECONOMY = true;
|
||||
@Comment("Send anonymous usage statistics to bStats. Bukkit only setting.") public static boolean
|
||||
@Comment("@deprecated - use bstats config.yml") public static boolean
|
||||
METRICS = true;
|
||||
@Comment("Expiry will clear old or simplistic plots") public static boolean PLOT_EXPIRY =
|
||||
false;
|
||||
|
|
Loading…
Reference in a new issue