Package | Description |
---|---|
com.destroystokyo.paper.event.server | |
org.bukkit.event.server |
Events relating to programmatic state
changes on the server. |
Modifier and Type | Class and Description |
---|---|
class |
PaperServerListPingEvent
Extended version of
ServerListPingEvent that allows full control
of the response sent to the client. |
Modifier and Type | Class and Description |
---|---|
class |
BroadcastMessageEvent
Event triggered for server broadcast messages such as from
Server.broadcast(String, String) . |
class |
MapInitializeEvent
Called when a map is initialized.
|
class |
PluginDisableEvent
Called when a plugin is disabled.
|
class |
PluginEnableEvent
Called when a plugin is enabled.
|
class |
PluginEvent
Used for plugin enable and disable events
|
class |
RemoteServerCommandEvent
This event is called when a command is received over RCON.
|
class |
ServerCommandEvent
This event is called when a command is run by a non-player.
|
class |
ServerListPingEvent
Called when a server list ping is coming in.
|
class |
ServiceEvent
An event relating to a registered service.
|
class |
ServiceRegisterEvent
This event is called when a service is registered.
|
class |
ServiceUnregisterEvent
This event is called when a service is unregistered.
|
Copyright © 2021. All rights reserved.