Fix metrics

This commit is contained in:
N0tMyFaultOG
2020-08-14 05:59:49 -04:00
committed by MattBDev
parent cfb1510503
commit bbff5c60b2
2 changed files with 59 additions and 26 deletions

View File

@ -80,6 +80,9 @@ public class Settings extends Config {
"Specific aspects can be turned on and off further below"
})
public boolean PLOTSQUARED_HOOK = true;
@Comment({"Send anonymous FAWE statistics to https://bstats.org/.",
"Please keep this setting enabled. It helps us identifying which parts of FAWE are used the most to organize future updates better."})
public boolean BSTATS = true;
}
@Comment("Paths for various directories")