Skip to content

DinheroDevelopmentGroup/mmp.example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example

This is an MMP module. Generated using M3 init.

How to use

  1. Install modular-minecraft-proxy
    1. run git clone https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git to get source code
    2. run cd modular-minecraft-proxy to enter project directory
    3. run npm install to install dependencies
    4. run npm link to make m3 available as a command
  2. Install ddg.example module
    1. run m3 install github://DinheroDevelopmentGroup/mmp.example.git
  3. Build
    1. run npm run build to compile TypeScript
    2. run npm run copy to copy module dependencies
  4. Start
    1. run export TARGET_HOST=... (replace ... with your target's host)
    2. run npm run run to start the proxy
  5. Connect
    1. connect to localhost:25565 using a Minecraft client

You should now connect to the target you configured, but, there should be a clock on your action bar.

Releases

No releases published

Packages

No packages published