Class ProxyInitializeEvent

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

@AwaitingEvent public final class ProxyInitializeEvent extends Object
This event is fired by the proxy 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()
  • Method Details