-
Notifications
You must be signed in to change notification settings - Fork 10
How to Configure Accounts With Priority Queue
Encho edited this page Jul 19, 2022
·
4 revisions
By default, 2based2wait is meant to handle prioless accounts that are connected to 2b2t 24/7, spending most of their time sitting through queue.
However, if you want to set up an account with priority queue there are three things you should configure in your config.json
file:
-
waitForControllerBeforeConnect
{bool}
: Enable this so that the proxy will only connect to the server when someone connects to the proxy—as opposed to running 24/7 and increasing the chance of hitting bandwidth limits. -
notify.whenJoining
{bool}
: Disable this to remove the redundant and pointless "Joining Server!" notifications on Discord, as they're pointless for accounts with priority queue. -
notify.whenBelowQueueThreshold
{bool}
: Disable this to remove the redundant and pointless "Position X in queue!" notifications on Discord, as they're pointless for accounts with priority queue.