Skip to content

Instantly share code, notes, and snippets.

View Programie's full-sized avatar

Michael Wieland Programie

View GitHub Profile
@Programie
Programie / mcmgr.sh
Last active August 29, 2015 14:02
Minecraft Server Management Script
#! /bin/bash
SCRIPTNAME="mcmgr"
# User/Group
RUNUSER="minecraft"
RUNGROUP="minecraft"
# Minecraft paths
MINECRAFTPATH="/opt/minecraft"