Package com.velocitypowered.api.event.connection
Provides events for handling incoming connections to the proxy and logins.
-
Class Summary Class 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
).PluginMessageEvent.ForwardResult A result determining whether or not to forward this message on.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. -
Enum Summary Enum Description ProxyQueryEvent.QueryType Represents the type of query the client is asking for.