Add option to cancel failed logins on BungeeCord variant

This commit is contained in:
Luck
2017-10-23 16:59:07 +01:00
Unverified
parent b299301b69
commit c573c755d2
3 changed files with 46 additions and 9 deletions
@@ -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
*/