This is an MMP module. Generated using M3 init.
- Install modular-minecraft-proxy
- run
git clone https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
to get source code - run
cd modular-minecraft-proxy
to enter project directory - run
npm install
to install dependencies - run
npm link
to makem3
available as a command
- run
- Install
ddg.example
module- run
m3 install github://DinheroDevelopmentGroup/mmp.example.git
- run
- Build
- run
npm run build
to compile TypeScript - run
npm run copy
to copy module dependencies
- run
- Start
- run
export TARGET_HOST=...
(replace...
with your target's host) - run
npm run run
to start the proxy
- run
- Connect
- connect to
localhost:25565
using a Minecraft client
- connect to
You should now connect to the target you configured, but, there should be a clock on your action bar.