Class ProxyShutdownEvent

java.lang.Object
com.velocitypowered.api.event.proxy.ProxyShutdownEvent

@AwaitingEvent public final class ProxyShutdownEvent extends Object
The proxy fires this event after it has stopped accepting connections but before the proxy process exits. Velocity will wait for this event to finish firing before it exits.
  • Constructor Details

    • ProxyShutdownEvent

      public ProxyShutdownEvent()
      Creates a new ProxyShutdownEvent.
  • Method Details