Package com.velocitypowered.api.event.proxy
package com.velocitypowered.api.event.proxy
Provides events for handling the lifecycle of the proxy.
-
ClassesClassDescriptionThe proxy fires this event after a listener starts accepting connections.The proxy fires this event before the proxy stops accepting connections.The proxy fires this event after plugins have been loaded but before the proxy starts accepting connections.This event is fired when a request for server information is sent by a remote client, or when the server sends the MOTD and favicon to the client after a successful login.This event is fired by the proxy after it has stopped accepting new connections, but before players are disconnected.This event is fired when the proxy is reloaded by the user using
/velocity reload.The proxy fires this event after it has stopped accepting connections but before the proxy process exits.