- 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.
- Run
pnpm install
- Run
pnpm start
- Enter the auth code that appears in the console into microsoft.com/link
- Connect to
localhost:25565
in Minecraft or whatever you set your port to. - 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.)
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.
- 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.
- 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
- Already comes with:
- 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
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
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.
If you want to utilize all the proxy's features you'll need to RTFM, especially the configuration guide.