13
0
geforkt von Mirrors/Paper

Added the KICK_WHITELIST Result for players being kicked from not being on the whitelist, just because KICK_BANNED didn't seem to fit.

By: HACKhalo2 <hackhalotwo@gmail.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-03-20 02:06:19 -04:00
Ursprung 8cef9edf82
Commit de1f8b0dba

Datei anzeigen

@ -95,7 +95,12 @@ public class PlayerLoginEvent extends PlayerEvent {
* The player is not allowed to log in, due to them being banned * The player is not allowed to log in, due to them being banned
*/ */
KICK_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 * The player is not allowed to log in, for reasons undefined
*/ */