okBenito / 2based2wait

No longer Lightweight but still (theoretically) extensible proxy for 2B2T. Just trying to make a UI, please help
GNU General Public License v2.0
4 stars 2 forks source link

2Based2Wait

Lightweight & (theoretically) extensible 2b2t proxy.

Last Commit Code Size Current Version License

Quick Start

  1. In default-config.json, configure the following values:
    • YOUR USERNAME: The name of the Minecraft account that will be functioning as a proxy.
    • YOUR WHITELISTED PLAYERNAMES: Playernames of accounts that are allowed to connect to the proxy.
  2. Run pnpm install
  3. Run pnpm start
  4. Enter the auth code that appears in the console into microsoft.com/link
  5. Connect to localhost:25565 in Minecraft or whatever you set your port to.
  6. Connect to localhost:3000 in your web browser or whatever you set your port to.

(See configuration guide to see how to enable features like Ngrok tunneling or Discord webhooks.)

Bendito's Notes

I've been working on adding a web interface to go along with the project. Not a whole lot has been changed just added and improved a few things.

Change log:

I want to incorporate all features currently present and maybe merge this fork with the main project. All help is appreciated.

Features

Images

Cli Gui
No-Frills Cli Gui
Webhooks
Convenient Discord Webhooks
Grep
Extensive Logs
dashboard
Dashboard Website

For Developers

If you have a local copy of 2based2wait with a personal config.json that's being tracked by git despite the .gitignore rule, run the following command:

git update-index --assume-unchanged config.json

Keep in Mind

2based2wait ships with as many options disabled by default as possible; including auto-reconnect, ngrok tunneling (for sharing accounts), coordination (for multiple proxies), Discord webhooks, and much more.

Read the Fun Manual

If you want to utilize all the proxy's features you'll need to RTFM, especially the configuration guide.