Class ProxyInitializeEvent

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

@AwaitingEvent public final class ProxyInitializeEvent extends Object
The proxy fires this event after plugins have been loaded but before the proxy starts accepting connections. Velocity will wait for this event to finish firing before it begins to accept new connections.
  • Constructor Details

    • ProxyInitializeEvent

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