| AutoQueueOnKickEvent |
Called before AjQueue auto-queues a player for a server.
|
| BuildServersEvent |
Called before AjQueue attempts to re-compile its list of QueueServers
Use Case: Add/Remove an AdaptedServer from being registered as a QueueServer.
|
| PositionChangeEvent |
Called when someone is added or removed from a queue that the player is in, causing the player's position to change
|
| PreConnectEvent |
Called before AjQueue attempts to connect a player to an AdaptedServer (via Bungee or Velocity)
You can use setTargetServer to provide a custom AdaptedServer object for the player to connect to.
|
| PreQueueEvent |
Called after all checks are made, right before a player is actually added to the queue.
|
| PriorityCalculationEvent |
Event that is called when priorities are calculated.
|
| SuccessfulSendEvent |
Called after a player is successfully sent to a server.
|