Package com.velocitypowered.api.event.connection
Provides events for handling incoming connections to the proxy and logins.
-
Interface Summary Interface Description ConnectionHandshakeEvent This event is fired when a handshake is established between a client and the proxy.PluginMessageEvent This event is fired when a plugin message is sent to the proxy, either from a client (Player) or a server (ServerConnection).ProxyPingEvent This event is fired when a server list ping request is sent by a remote client.ProxyQueryEvent This event is fired if proxy is getting queried over GS4 Query protocol. -
Class Summary Class Description ConnectionHandshakeEventImpl This event is fired when a handshake is established between a client and the proxy.PluginMessageEventImpl This event is fired when a plugin message is sent to the proxy, either from a client (Player) or a server (ServerConnection).ProxyPingEventImpl This event is fired when a server list ping request is sent by a remote client.ProxyQueryEventImpl This event is fired if proxy is getting queried over GS4 Query protocol. -
Enum Summary Enum Description ProxyQueryEvent.QueryType Represents the type of query the client is asking for.