deprecate metrics settings

This commit is contained in:
NotMyFault 2020-01-07 22:45:53 +01:00 committed by GitHub
parent 4322f4c31d
commit 7142e9e0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;