papermc-cli
Version:
A CLI to help in creating PaperMC Minecraft servers.
34 lines (27 loc) • 480 B
Markdown
# PaperMC CLI
A simple interactive CLI tool for setting up a PaperMC Server
## Installing
```shell
# Install the CLI globally
npm i -g papermc-cli
# Run it with
paper
```
## TODO
- [x] Ask for jar information
- [x] Version
- [x] Build
- [x] server.properties information
- gamemode
- command blocks
- motd
- pvp
- difficulty
- max players
- online mode
- view distance
- port
- spawn monsters
- [ ] Gen Start Scripts?
- start.sh and start.bat
-