Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paperbenni/mpm
Minecraft package manager
https://github.com/paperbenni/mpm
Last synced: 7 days ago
JSON representation
Minecraft package manager
- Host: GitHub
- URL: https://github.com/paperbenni/mpm
- Owner: paperbenni
- License: gpl-2.0
- Created: 2020-03-16T21:51:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-13T10:34:22.000Z (over 2 years ago)
- Last Synced: 2024-10-12T00:29:00.026Z (about 1 month ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mpm
The Missing Package Manager for Minecraft
# mpm
---------------------------------------## Install mpm
```
curl -Ls https://git.io/JvXZm | bash
```
Works on Linux and Mac. If you use Windows you are probably more comfortable with hunting down files on the web.dependencies to take full advantage of mpm: bash, wget, curl, java and autossh
## Usage
mpm has several subcommandsCreate a spigot install in the current directory:
```sh
mpm spigot versionnumber
# example
mpm spigot 1.15
```Start the current spigot install
```sh
mpm start memory
# example
mpm start 4000m
```Install a plugin
(Execute in the spigot or plugins directory)
```sh
mpm plugin
```Give op to a person when the server is not running
```sh
mpm op username
```