Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 872 Bytes

File metadata and controls

45 lines (30 loc) · 872 Bytes


MINECRAFT PROXY FOR HYPIXEL



Install

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

Modules

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)