2b2tplayer / 2based2wait

Lightweight and (theoretically) extensible proxy for 2B2T.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2Based2Wait

Lightweight & (theoretically) extensible 2b2t proxy.

Last Commit Code Size Current Version License

Table of Contents

Quick Start

  1. In config.json, configure the following values:
    • account.username: Your Minecraft account playername.
    • proxy.whitelist: Playernames of accounts that are allowed to connect to the proxy.
  2. Run npm ci
  3. Run npm start
  4. Enter the auth code that appears in the console into microsoft.com/link
  5. Connect to 127.0.0.1 in Minecraft
    • If 127.0.0.1 doesn't work try 0.0.0.0

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

Features

  • Extremely low RAM and CPU usage
  • Robust auto-reconnection
    • Battle-tested to be online 24/7/365
  • High configurability
    • Easily configure small-to-medium-sized networks
  • Convenient Discord webhooks for:
    • Livechat
    • Queue position
    • Tunnels & connections
  • Toast notifications
  • Auto /queue main
  • Mineflayer support and extensibility (see: ./utils/mineflayer.js)
    • Already comes with:
      • Kill aura
      • Auto eat
      • Anti afk
      • Anti drowning
  • Extensive logging
  • Share proxies with plug-and-play Ngrok tunnels
    • Your machine's IP is never shared with players connecting to your proxy
    • Your players' IPs are never shared with your machine

Images

Cli Gui
No-Frills Cli Gui
Webhooks
Convenient Discord Webhooks
Grep
Extensive Logs

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.

About

Lightweight and (theoretically) extensible proxy for 2B2T.

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%