This project has been shut down and is no longer maintained.
The Official MCPR Command Line Interface.
- Setup Minecraft Server (Testing In Progress #1)
- Install Plugins (Testing In Progress #2)
- Manage Minecraft Server (Not started)
$ mcpr setup [servertype] [version]
Example
$ mcpr setup spigot 1.12.1
$ mcpr search [pluginName]
Example
$ mcpr search dynmap
$ mcpr install [pluginID]
Example
$ mcpr install dynmap
These instructions will get you up and running with MCPR-CLI
.
You will need a few prerequisites installed to start.
- Java JDK
- Bash (Git Bash or Windows Subsystem for Linux will work on Windows)
To install MCPR-CLI
, run the following command.
$ curl -sSL https://git.io/v5eWu | sudo bash
To install MCPR-CLI
on Windows, download and run the Windows Installer.
- Linux
- macOS
- Windows
To verify your installation, run the following.
$ mcpr --version
Go must be installed
# getting:
go get github.com/mcpr/mcpr-cli
cd $GOPATH/src/github.com/mcpr/mcpr-cli
gdm restore
# building
go build -o mcpr
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Noah Prail - Maintainer - @nprail
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Hat tip to anyone who's code was used
- Inspired by MSCS