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.
- Host: GitHub
- URL: https://github.com/nothub/convenience
- Owner: nothub
- Archived: true
- Created: 2020-07-13T17:25:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T20:12:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T02:44:50.699Z (over 1 year ago)
- Topics: bash, minecraft, papermc
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)