Pilotkosinus / queue-waiter

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

Home Page:https://dsc.gg/wolkig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  node .

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

About

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

https://dsc.gg/wolkig


Languages

Language:JavaScript 86.2%Language:Dockerfile 13.8%