Add option to cancel failed logins on BungeeCord variant
This commit is contained in:
@@ -132,6 +132,11 @@ public class ConfigKeys {
|
||||
*/
|
||||
public static final ConfigKey<Boolean> DEBUG_LOGINS = BooleanKey.of("debug-logins", false);
|
||||
|
||||
/**
|
||||
* If LP should cancel login attempts for players whose permission data could not be loaded.
|
||||
*/
|
||||
public static final ConfigKey<Boolean> CANCEL_FAILED_LOGINS = BooleanKey.of("cancel-failed-logins", false);
|
||||
|
||||
/**
|
||||
* Controls how temporary add commands should behave
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user