Deploy Minecraft in 60 seconds
- Auto installation of
java
wget
screen
zip
- Download a minecraft map and unzip it
- Download the server minecraft related to the version
- Ask you to configure the server.properties
- Run the server in a
screen
session - Create a run script to allow you to easy reconnect to the related Minecraft-server, or will start the server
-
wget
wget -O Easy_minecraft https://raw.githubusercontent.com/Drakirus/Easy-Minecraft-Deploying/master/Easy_minecraft && chmod 700 ./Easy_minecraft
-
curl
curl -O https://raw.githubusercontent.com/Drakirus/Easy-Minecraft-Deploying/master/Easy_minecraft && chmod 700 ./Easy_minecraft