Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

jbschooley/MCSLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCSLI: Minecraft Server Linux Installer

Use this to easily install Java and a Minecraft server on a Linux server.

wget https://github.com/silvertriclops/MCSLI/archive/master.zip
unzip master.zip
sudo chmod +x install.sh
sudo chmod +x start.sh
./install.sh # tells the computer where Java is so it knows how to start Minecraft
./start.sh # starts the Minecraft server. You may want to run this command inside screen.

Currently this only works on Debian/Ubuntu. If you want to use it on Fedora/SUSE, you'll need to make some changes to install.sh.

To do:

  • Fedora/SUSE support
  • Option to install Java to /opt/oracle/java/jre (or a specified directory)
  • Option to install the Minecraft server to /opt/mcserver (or a specified directory)
  • Option to download the latest version of Java and the Minecraft server before installation
  • Change a few permissions
  • Make it a bit (okay, a lot) more user friendly

About

A simple minecraft server installer for Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published