0.4.1 • Published 2 years ago

mpmgg v0.4.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

MPM - Minecraft Package Manager

CLI tool for setting up and maintaining Minecraft servers.

Features

  • Create and manage Minecraft servers
  • Update and manage plugins
  • Server files organized in folders
  • Version control with Git

Supported platforms

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

Installation

  • Install the CLI tool with npm install -g mpmgg or yarn global add mpmgg

    OR

  • Clone the repository to your local machine

  • Run npm build or yarn build
  • Type npm link or yarn global add file:/path/to/mpm to install package globally

Usage

  • 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

Repositories

License (SPDX)

General Public License 3.0 or later (GPL-3.0-or-later)

0.3.9

2 years ago

0.3.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago