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.gitInstall dependencies:
cd MCProxy
pnpm installBuild Code:
pnpm buildStart!
pnpm startThere 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)