https://github.com/funnyboy-roks/papermc-cli
A simple CLI tool for creating PaperMC servers
https://github.com/funnyboy-roks/papermc-cli
cli minecraft minecraft-server papermc plugin
Last synced: 4 months ago
JSON representation
A simple CLI tool for creating PaperMC servers
- Host: GitHub
- URL: https://github.com/funnyboy-roks/papermc-cli
- Owner: funnyboy-roks
- License: apache-2.0
- Created: 2022-03-06T05:37:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T04:36:51.000Z (over 4 years ago)
- Last Synced: 2025-02-01T19:40:58.322Z (over 1 year ago)
- Topics: cli, minecraft, minecraft-server, papermc, plugin
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/papermc-cli
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PaperMC CLI
A simple interactive CLI tool for setting up a PaperMC Server
[](https://www.npmjs.com/package/papermc-cli)
## Installing
```shell
# Install the CLI globally
npm i -g papermc-cli
# And run it with
paper
# OR
# Run it one time
npx papermc-cli
```
## 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
-