Add login debug option
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user