AdamLBS / mcinstall

This script automatically installs a Bungeecord and / or Spigot server on Linux.

Home Page:https://admlbs.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bungeecord and Spigot installer for Linux

Requirements

  • Unix-like OS

  • curl

Features

  • Auto-Updater
  • Automatically install all prerequisites
  • Install both BungeeCord and Spigot at the same time.
  • Using the latest stable versions of Spigot.

Supported versions

  • 1.8
  • 1.9.x
  • 1.10.x
  • 1.11.x
  • 1.12.x
  • 1.13.x
  • 1.14.4
  • 1.15.1
  • 1.15.2
  • 1.16.1

Installing

  • curl is required to download the script.

  • If you are logged in as root

curl https://uploads.admlbs.fr/download.php?file=mcinstall --output /usr/bin/mcinstall && chmod 0777 /usr/bin/mcinstall
  • If it's not the case :
sudo curl https://uploads.admlbs.fr/download.php?file=mcinstall --output /usr/bin/mcinstall && sudo chmod 0777 /usr/bin/mcinstall

Launch

  • To launch the script and install a server you must use sudo or being root
mcinstall install
  • To see all commands please type
mcinstall help

Updating

  • To update the script you must use sudo or being root
mcinstall update

Bugs

License

This programm is distribued under GNU General Public License v3.0

About

This script automatically installs a Bungeecord and / or Spigot server on Linux.

https://admlbs.fr

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%