createminecraftserver

Create a minecraft server on a Linux OS.


Keywords
minecraft, server, linux
License
GPL-3.0
Install
pip install createminecraftserver==1.0

Documentation

CreateMinecraftServer

A python / bash script to create a Minecraft Paper server quickly with many options.

Requirements

  • Bash
  • Python 3

For clarification: you do not have to do anything with the file requirements.txt. It's only needed for the bash script.

Executing

You can either execute the python script (create.py) directly using python3 create.py or execute the bash script (create.sh). Executing the bash script has the advantages that you will always have the newest version of the script and it will automatically install all the modules needed that are not installed by default.