CLI tool for setting up and maintaining Minecraft servers.
- Create and manage Minecraft servers
- Update and manage plugins
- Server files organized in folders
- Version control with Git
This package currently supports only UNIX and UNIX-like systems. Windows (and DOS) platform is not supported, although adding support for it is planned.
- UNIX / UNIX-like
- macOS
- GNU/Linux
- BSD
- DOS / Windows NT
- adding support planned
- Install the CLI tool with
npm install -g mpmgg
oryarn global add mpmgg
OR
- Clone the repository to your local machine
- Run
npm build
oryarn build
- Type
npm link
oryarn global add file:/path/to/mpm
to install package globally
- Run the tool's help with
mpm help
- Initialize a new server with
mpm init <path>
- Run the server with
mpm <script_name>
(e.g.mpm start
) - Add plugins with
mpm add <plugin_name>
- Install server and plugin files with
mpm install
- Update server and plugin files according to package.json (ignoring package-lock.json) with
mpm update
- Upgrade server and plugin files inside package.json with
mpm upgrade
- mpm tool - mpmgg/mpm (GitHub)
- data - mpmgg/repository (GitHub)
- Licensed under Open Data Commons Open Database License v1.0 (ODbL-1.0)
- scripts - mpmgg/scripts (GitHub)
- Licensed under MIT License (MIT)
General Public License 3.0 or later (GPL-3.0-or-later)