Added server list ping event.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-09-26 15:32:01 -07:00
parent bbcdbdda16
commit d0f0db958d
4 changed files with 100 additions and 0 deletions

View File

@@ -504,6 +504,12 @@ public abstract class Event implements Serializable {
* @see org.bukkit.event.server.MapInitializeEvent
*/
MAP_INITIALIZE (Category.SERVER),
/**
* Called when a client pings a server.
*
* @see org.bukkit.event.server.ServerListPingEvent
*/
SERVER_LIST_PING (Category.SERVER),
/**
* WORLD EVENTS