项目作者: ChipWolf
项目描述 :
Heph's MC server management service
高级语言: Shell
项目地址: git://github.com/ChipWolf/heph-mc-service.git
Heph’s Minecraft Service
Assumptions
- No Java options are required (there is a VAR for them in srvctrl if needed)
JAVA_HOME
is located in /usr/bin/java
(there is also a VAR to change the path to your Java installation)rdiff-backup
and screen
are installed as prerequisites
Instructions
- Maintain the directory structure (unless
VARS
in srvctrl are edited accordingly) - Copy lines from crontab to the crontab for user
minecraft
_(if this user does not yet exist, use the following command to create it)
sudo useradd -m -d /home/minecraft minecraft
Notes