Package us.ajg0702.queue.api.events


package us.ajg0702.queue.api.events
  • Class
    Description
    Called before AjQueue auto-queues a player for a server.
    Called before AjQueue attempts to re-compile its list of QueueServers Use Case: Add/Remove an AdaptedServer from being registered as a QueueServer.
     
     
    Called when someone is added or removed from a queue that the player is in, causing the player's position to change
    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.
    Called after all checks are made, right before a player is actually added to the queue.
    Event that is called when priorities are calculated.
    Called after a player is successfully sent to a server.