Package com.velocitypowered.api.event.proxy
Provides events for handling the lifecycle of the proxy.
-
Class Summary Class Description ListenerBoundEvent This event is fired by the proxy after a listener starts accepting connections.ListenerCloseEvent This event is fired by the proxy before the proxy stops accepting connections.ProxyInitializeEvent This event is fired by the proxy after plugins have been loaded but before the proxy starts accepting connections.ProxyPingEvent This event is fired when a server list ping request is sent by a remote client.ProxyReloadEvent This event is fired when the proxy is reloaded by the user using/velocity reload.ProxyShutdownEvent This event is fired by the proxy after the proxy has stopped accepting connections but before the proxy process exits.