Skip to content

Lordva/minecraft-server-installer

Repository files navigation

minecraft-server-installer

Codacy Badge CodeFactor

This python script automate the creation of minecraft paper servers.

currently in developpement, Working as expected now !

status : 70%

Roadmap

  • auto download of the latest version of paper
  • creating servers files and managing permissions
  • Bunggecord download/installation
  • Accept Eula automaticly
  • installing screen / managing server console w/ it
  • creating a service
  • java install (apt support only)
  • help page
  • server update
  • basic plugin install
  • delete server functionality
  • cleaning the code / adding comments

Installation

Follow thoses steps to install and run the script

git clone https://github.com/lordva/minecraft-server-installer

cd minecraft-server-installer

sudo bash server-setup -c <number of servers> <server1> <server2> <server n> <server n+1>

Here is an exemple of the command above

sudo bash server-setup -c 3 lobby survival creative

Have fun w/ it