MPM is a fiddly way to launch Minecraft from the command line; basically a package manager for Minecraft versions.
It can be used to work with Minecraft 100% headless-ly, in conjunction with mods such as HeadlessForge. MPM can be used for headless Baritone: see here.
Java 8 or newer must be installed and JAVA_HOME
set in order to install and use MPM.
- Download and extract the latest zip distribution to wherever you'd like.
- Add the
bin
directory in the extracted folder to yourPATH
. - Verify the installation by running
mpm -V
.
See the wiki for usage and package development instructions.
Contributions are always welcome and greatly appreciated!