Add login debug option

This commit is contained in:
Luck
2017-08-27 13:54:26 +01:00
Unverified
parent 39aaa8a292
commit 509826949d
7 changed files with 43 additions and 0 deletions
@@ -122,6 +122,11 @@ public class ConfigKeys {
*/
public static final ConfigKey<Boolean> USE_SERVER_UUID_CACHE = BooleanKey.of("use-server-uuid-cache", false);
/**
* If LuckPerms should produce extra logging output when it handles logins.
*/
public static final ConfigKey<Boolean> DEBUG_LOGINS = BooleanKey.of("debug-logins", false);
/**
* Controls how temporary add commands should behave
*/