diff --git a/paper-api/src/main/java/org/bukkit/event/player/PlayerLoginEvent.java b/paper-api/src/main/java/org/bukkit/event/player/PlayerLoginEvent.java index 8434826067..d94bffef7c 100644 --- a/paper-api/src/main/java/org/bukkit/event/player/PlayerLoginEvent.java +++ b/paper-api/src/main/java/org/bukkit/event/player/PlayerLoginEvent.java @@ -95,7 +95,12 @@ public class PlayerLoginEvent extends PlayerEvent { * The player is not allowed to log in, due to them being banned */ KICK_BANNED, - + + /** + * The player is not allowed to log in, due to them not being on the white list + */ + KICK_WHITELIST, + /** * The player is not allowed to log in, for reasons undefined */