Voxel Shop beta is live. Expect occasional bugs. Learn more  
ajQueuePlus icon

ajQueuePlus 2.9.1

Add a queue for your servers when they are restarting or full!

Page 1 2 3 4 ... 8
2.9.1-b252 Dec 27, 2025
 Beta
Pre-release v2.9.1-b252


Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.

If you do decide to run this, make sure to report any issues to support.




Changes in this build:


2.9.1-b251 Dec 26, 2025
 Beta
Pre-release v2.9.1-b251


Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.

If you do decide to run this, make sure to report any issues to support.




Changes in this build:


2.9.1-b250 Dec 22, 2025
 Beta
Pre-release v2.9.1-b250


Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.

If you do decide to run this, make sure to report any issues to support.




Changes in this build:


2.9.1-b247 Dec 20, 2025
 Beta
Pre-release v2.9.1-b247


Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.

If you do decide to run this, make sure to report any issues to support.




Changes in this build:


2.9.1-b246 Dec 20, 2025
 Beta
Pre-release v2.9.1-b246


Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.

If you do decide to run this, make sure to report any issues to support.




Changes in this build:


2.9.1 Dec 19, 2025
v2.9.1 - Express Queues quick fix

This is mainly a quick fix for Express Queues not sending players if nobody joins the standard queue.


Changes:

  • Fixed not sending express queue if nobody ever joins the standard queue (or the other way around)
  • Skip express queue logic completely on free version. No need to do the extra checks that are never going to be used.
2.9.1-b245 Dec 19, 2025
 Beta
Pre-release v2.9.1-b245


Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.

If you do decide to run this, make sure to report any issues to support.




Changes in this build:


2.9.0-b244 Dec 18, 2025
 Beta
Pre-release v2.9.0-b244


Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.

If you do decide to run this, make sure to report any issues to support.




Changes in this build:


2.9.0-b243 Dec 18, 2025
 Beta
Pre-release v2.9.0-b243
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
dont run express switching logic on ajQueue
,also fix express switching logic in send-all-when-back-online



View combined changes
2.9.0-b242 Dec 18, 2025
 Beta
Pre-release v2.9.0-b242
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
Fixed not switching to sending other queue if current sending queue is empty
2.9.0 Dec 18, 2025
v2.9.0 - Express queues & better ETAs

This update has two highly-requested features that I have finally added. Both of these new features had a bunch of changes under-the-hood, so if you have/made any addons, they might need to be updated. Feel free to contact me with any questions you might have.


Both of the new features also have new messages which replace old ones. The old messages will still be in the messages file, and the new ones are automatically added with the default. If you modified all of ajQueue's messages, you might need to copy these over. But be sure to note the differences between the old and new ones.


With this release, ajQueue now absolutely requires velocity 3.2.0 or later. Bungeecord requirements have not changed.


Big New Features

  • Express Queues for ajQueuePlus. Express queues are meant to be a more fair replacement for the existing priority system. Theoretically with priority, if enough priority (paid) players keep joining the queue, no standard players will ever be sent. The express queue is a separate queue that is meant to only be open to paid members. ajQueue then alternates between sending players from the standard queue and express queue. You can also change the ratio in the config to send more express players or more standard players, or leave it at the default of 1:1. Since the express queue is only open to some players, the idea is that it will be shorter than the standard queue, so paid players can join the server faster without the possibility of no standard players ever being sent. The priority system still works and will probably never go anywhere (it even works within the express queue if that's something you'd want). Players need the ajQueue.express.<server> permission to join an express queue, so by default nothing will change for players.
  • Better ETAs. ajQueue now measures the time it takes to send players to the server, and will use that to calculate a rolling average for more accurate ETAs. This new system even allows servers that are full to have an ETA. I've set the default to average the last 10 sends, but you can tweak that in the config if you want more stable or ETAs that update to changes in sending times faster. If you want for some reason, this new ETA system can be disabled in the config.

Other changes

  • Take supported-protocols into account in group balancing (for default and first balancers)
  • Fixed priority messages ignoring everything after a second colon in the message
  • Added treat-negative-one-max-player-as-infinite config option
  • Don't let instant send if more than 1 player is in the queue without bypass
  • Fixed backend trying to access PlaceholderAPI when its not installed
  • Limited /ajQueue list to showing 50 players per queue (otherwise it kicks the command sender if too many players are in queues)
  • Fixed a ConcurrentModificationException that sometimes happened when a player leaves the proxy
  • Fixed a rare NullPointerException that could happen if a player is in the queue and queue events are sent while they are in between servers
  • Optimized bypass and priority logic for ajQueuePlus
  • Some other small optimizations for both versions
  • Fixed a conflict with nLogin, where queue-server wouldn't work if a premium member was redirected to it using nLogin
  • Fixed server aliases ignoring everything after a second colon
  • Fixed the config updater putting the priority-messages into enable-priority-messages when updating the config
  • Fixed velocity-kick-reason not supporting hex colors
  • Fixed make-room comment saying the permission twice but not that the server needs to be full
  • Fixed SuccessfulSendEvent being triggered for remove-player-on-server-switch
  • Added first-strict balancer, that always picks the first server in the group no matter what
  • Added 1.21.10 and 1.21.11 protocol names to default messages (you can always add protocol names manually btw)
  • Add a warning when auto-add-to-queue-on-kick fails to queue a player. It suggests raising auto-add-to-queue-on-kick-delay
  • Added ping-timeout option for velocity if you want to use a different timeout for ajQueue pinging servers than the one from velocity.toml
  • Fixed instant sends not working if an offline player is sitting in the queue
  • Clarified that velocity-kick-message does not apply to offline/full servers
  • Re-check the stayqueued permission for a player when they leave, to be sure we have the most up-to-date max offline time for them.
2.9.0-b241 Dec 18, 2025
 Beta
Pre-release v2.9.0-b241
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
2.9.0
2.8.0-b240 Dec 18, 2025
 Beta
Pre-release v2.8.0-b240
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
update maxOfflineTime when a player leaves
2.8.0-b239 Dec 17, 2025
 Beta
Pre-release v2.8.0-b239
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
clarify that velocity-kick-message does not apply to offline/full servers
2.8.0-b238 Dec 17, 2025
 Beta
Pre-release v2.8.0-b238
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
update gradle and use java 17 instead
2.8.0-b234 Dec 15, 2025
 Beta
Pre-release v2.8.0-b234
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
calculate average send time (for dynamic ETAs) only when it would actually change, instead of every time its needed
2.8.0-b233 Dec 15, 2025
 Beta
Pre-release v2.8.0-b233
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
allow setting send-times-to-keep to 0 or negative to go back to old eta system
2.8.0-b232 Dec 11, 2025
 Beta
Pre-release v2.8.0-b232
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
add warning when add to queue on kick fails
2.8.0-b231 Dec 11, 2025
 Beta
Pre-release v2.8.0-b231
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
this should be a little more clear
,add 1.21.10 and 1.21.11 protocol names



View combined changes
2.8.0-b230 Dec 11, 2025
 Beta
Pre-release v2.8.0-b230
Note: This is a potentially unstable (and possibly untested) build. It is not guaranteed to work, and may have issues.
If you do decide to run this, make sure to report any issues to support.

Changes in this build:
Add first strict balancer
Page 1 2 3 4 ... 8
Sign in
$2.99 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe

queue

velocity