Add debug messages

This commit is contained in:
MattBDev
2020-04-27 17:53:56 -04:00
parent 491be025cc
commit b13dea19c5
4 changed files with 33 additions and 13 deletions

View File

@ -364,6 +364,11 @@ public class Settings extends Config {
" - PERM: fawe.freebuild.<plugin>"
})
public boolean FREEBUILD = false;
@Comment({
"Other experimental features"
})
public boolean OTHER = false;
}
public static class WEB {