This project is made to skip the queue of 2b2t.
Heavy work in progress.
There are multiple ways to install this version of 2Broke2Wait
- Download Node16. (This is mandatory)
- Download our repository. Top right, green button, click that. Then "download zip".
- run "npm i" or any other package manager to install packages.
- run "npm run build"
- run "npm run start"
- Go here: https://github.com/GenerelSchwerz/2b2w-ts-rewrite/actions
- Click the top-most action
- Scroll down a bit, see "Artifacts"
- Click the one that matches your operating system
Everything to configure is available under options.yml
.
Simply edit that, the names are self-evident.
There are also hardcoded options deeper within the files, I will soon update those to be read from the configuration file.
Currently supports CLI, a discord bot for commands, and discord webhooks for info.
CLI:
- "help" lists a command list.
Discord:
- commands are slash commands, see full list there.
Webhooks:
- Webhooks do not have commands, they only provide info.
External plugins are now supported! Feel free to develop your own plugins and insert them into ./plugins
.
Plugin templates are available here. There is also an example already in the plugins folder!
1. Predict Queue time.
- Currently iffy, but more accurate than 2b2t's standard prediction
2. Log data appropiately.
- Interface is rough, will update when more people start using it
1. Joining too quickly causes the bot to disconnect.
This is an issue caused by mcproxy, not this project.