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

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

Awesome Lists containing this project

README

          

# PaperMC CLI

A simple interactive CLI tool for setting up a PaperMC Server

[![NPM](https://nodei.co/npm/papermc-cli.png?downloads=true&downloadRank=true&stars=true)](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
-