HATBE / McServerInstaller

Installs a Minecraft Server wih a script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mc Server Installer

$ git clone https://github.com/HATBE/McServerInstaller .
$ chmod +x installer.sh
$ bash installer.sh
Argument Description
--help prints help
--show-versions prints all possible versions of minecraft
--silent no output to concsole
-r sets RAM (512 - 8192)MB (default= 1024)MB
-n sets name (default= srv1)
-v sets version (default= latest)
-p sets port (default= 25565)
-y dont ask questions

Example:

$ bash installer.sh -r 2048 -n server01 -v 1.17.1 -p 25567

About

Installs a Minecraft Server wih a script


Languages

Language:Shell 100.0%