Package com.velocitypowered.api.event.lifecycle
Provides events for handling the lifecycle of the proxy.
-
Interface Summary Interface Description ProxyInitializeEvent This event is fired by the proxy after plugins have been loaded but before the proxy starts accepting connections.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. -
Class Summary Class Description ProxyInitializeEventImpl This event is fired by the proxy after plugins have been loaded but before the proxy starts accepting connections.ProxyReloadEventImpl This event is fired when the proxy is reloaded by the user using/velocity reload
.ProxyShutdownEventImpl