/queue-waiter

A minecraft proxy which can be be used to wait out 2b2t's queue without having to have your game open

Primary LanguageJavaScript

Queue Waiter

Wait out server queues while you are away (You need to join one time only to initialize the client) There is no need to enter email and password as it uses MSA authentication and the server automatically gets your username on connection to the proxy

Installation

  npm Install
  npm start

Docker

  docker build -t queue-waiter .
  docker run -it -p 25566:25566 --name my-queue-waiter queue-waiter

Authentication

  • The tool uses Microsoft Authentication (MSA) for a secure login process. This means you won't have to provide your email and password.
  • You may be asked to visit microsoft.com and enter the authentication code provided in the console in order to authenticate.

🔗 Links