An open API service indexing awesome lists of open source software.

https://github.com/nothub/convenience

Download (and provision) Minecraft servers from the papermc.io api.
https://github.com/nothub/convenience

bash minecraft papermc

Last synced: about 1 year ago
JSON representation

Download (and provision) Minecraft servers from the papermc.io api.

Awesome Lists containing this project

README

          

Download (and provision) Minecraft servers from the papermc.io api.

---

##### Usage

```
Usage: convenience [-d=] [-a=] [-p=] [-i=...] [-v] [-h|-?] [--] [version] [build]

By default, the latest possible server release will be used.

Options:
-d Server directory [default: server]
-a Server alias [default: {{server}}/server.jar]
-p Server port [default: 25565]
-i Plugin jar to install (multiple possible)
-v Enable verbose output
-h, -? Print help and exit

Examples:
convenience 1.12.2 1337
convenience -v 1.15
convenience -d srv
convenience -d /opt/srv
convenience -a foo.jar
convenience -a /home/user/bar.jar
convenience -p 9001
convenience -i foo.jar -i rel/bar.jar -i /abs/test.jar
convenience -i https://example.org/foo/bar.jar
```

---

[maven integration example](MAVEN.md)