Enchoseon / 2based2wait

Lightweight and extensible proxy for Minecraft (1.19.4 unstable; 1.12.2 stable).
GNU General Public License v2.0
35 stars 8 forks source link
2b2t minecraft proxy

2Based2Wait

Lightweight & extensible 2b2t proxy.

Wiki · Report a Bug · Configuration Guide · Discussions

Last Commit Code Size Current Version License

Table of Contents

Installation

Prerequisites

Quick Start

  1. Clone the latest release: git clone https://github.com/Enchoseon/2based2wait --branch v1.0.5 --depth 1 && cd 2based2wait
  2. Install dependencies: pnpm install --prod
  3. Configure your proxy:
  4. Start the proxy: pnpm start

RTFM

We'll never phone home or enable something you didn't. In other words, you are responsible for enabling and configuring features such as:

Read the Fun Manual

"Read it and you'll understand everything", RMS

Features

Images

Cli Gui

No-Frills Cli Gui

Webhooks

Convenient Discord Webhooks

Grep

Extensive Logs

For Developers

If you want to contribute to the project's source you must install developer dependencies (pnpm i) and use an editor with ESLint support.

You can run tests locally with pnpm testLocal. (pnpm test will test your actual config.json rather than ./test/test-config.json)