Ensure that you have git
, nodejs
, and npm
installed.
Install pnpm
if not already installed.
Clone the git repository:
git clone https://github.com/TBHGodPro/McProxy.git
Install dependencies:
cd MCProxy
pnpm install
Build Code:
pnpm build
Start!
pnpm start
There are a multitude of modules already built-in, but module developers can add their own typescript/javascript modules. They just have to export an extension of the Module
abstract class that implements anything necessary, and you're ready to go!
(Module management coming soon)