MinecraftServerCLI
Command Line Interface for quickly listing, installing builds of Minecraft Servers
This is good for developers who need to quickly install and test there plugins on different server versions
Installation guide:
https://github.com/notTamion/MinecraftServerCLI/wiki/Installation
Currently supported servers: paper, travertine, waterfall, velocity, folia, purpur, magma, fabric
Here are a few examples:
Code (Text):
mcs projects
Lists all currently available projects
Code (Text):
mcs versions
Lists all currently available versions of paper
Code (Text):
mcs versions purpur
Lists all currently available versions of purpur
Code (Text):
mcs builds 1.19.2
Lists all currently available builds of paper version 1.19.2
Code (Text):
mcs builds -p purpur
Lists all currently available builds of the latest purpur version
Installs and starts the latest build of paper
Code (Text):
mcs install 1.19.2 -p purpur -ng
Installs and starts the latest build of purpur version 1.19.2 without gui
Code (Text):
mcs install -d Servers/Paper -b 131 -m 4G -n
Installs without starting the build 131 of the latest paper version in the directory "Servers/Paper" giving it 4G of memory when using mcs start
Code (Text):
mcs start -m 2G -ng
Starts the server in the current directory with 2G of memory and without gui
Code (Text):
mcs start -d Servers/Paper
Starts the server in the directory "Servers/Paper"
Note: Most commands default to the latest build/version of paper
For more information use the --help flag on the command
For help please contact me on spigot or discord: tamion