summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/bukkit/event/player/PlayerLoginEvent.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/event/player/PlayerLoginEvent.java b/src/main/java/org/bukkit/event/player/PlayerLoginEvent.java
index 84348260..d94bffef 100644
--- a/src/main/java/org/bukkit/event/player/PlayerLoginEvent.java
+++ b/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
*/