Minecarft Server Install on Debian

From KlavoWiki
Revision as of 10:25, 21 August 2015 by David (talk | contribs) (Created page with "Refer to [https://github.com/sandain/MinecraftServerControlScript MinecraftServerControlScript] for more specific information. == Prerequisites == <pre> sudo apt-get -y insta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Refer to MinecraftServerControlScript for more specific information.

Prerequisites

sudo apt-get -y install make vim git default-jre perl python wget rdiff-backup socat

Overviewer Installation

sudo vi /etc/apt/sources.list

Add the following line

deb http://overviewer.org/debian ./
sudo wget -O - http://overviewer.org/debian/overviewer.gpg.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install minecraft-overviewer

Minecarft Server Script Install

cd /usr/src
sudo git clone https://github.com/sandain/MinecraftServerControlScript.git
cd MinecraftServerControlScript
sudo make
sudo make install


World Locations

cd /opt/mscs/worlds

Commands

sudo mscs start
sudo mscs stop
sudo mscs backup world
sudo mscs list-backups world
sudo mscs restore-backup world 2015-08-21T20:19:06+10:00
sudo mscs console world