Skip to content

No longer Lightweight but still (theoretically) extensible proxy for 2B2T. Just trying to make a UI, please help

License

Notifications You must be signed in to change notification settings

okBenito/2based2wait

 
 

Repository files navigation

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:

  • Added web interface
  • Added auto armor and auto totem
  • Removed anti drown (interferes with pathfinder)
  • Added whisper commands to mineflayer bot (Only works with whitelisted player)

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

Features

  • 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
      • Auto armor
      • Auto totem
  • 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
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.

About

No longer Lightweight but still (theoretically) extensible proxy for 2B2T. Just trying to make a UI, please help

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.2%
  • JavaScript 29.5%
  • HTML 8.1%
  • Shell 0.2%