Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation)

By: Forsaken <darkmaster87@gmx.de>
This commit is contained in:
Bukkit/Spigot
2011-02-04 16:02:49 +01:00
parent 98a9148cf0
commit 566638ff0c
5 changed files with 147 additions and 0 deletions

View File

@@ -150,6 +150,20 @@ public abstract class Event {
*/
PLAYER_LOGIN (Category.PLAYER),
/**
* Called when a player respawns
*
* @see org.bukkit.event.player.PlayerEvent
*/
PLAYER_RESPAWN (Category.PLAYER),
/**
* Called when a player gets kicked a server
*
* @see org.bukkit.event.player.PlayerEvent
*/
PLAYER_KICK (Category.PLAYER),
/**
* Called when a player sends a chat message
*