aboutsummarylogtreecommitdiffstats
path: root/minecraft-server.install
blob: 5ffa51a8e838752375217a0a3f8925fea174b851 (plain)
1
2
3
4
5
6
7
8
9
10
11
_game="minecraft"
_user="minecraft"
_server_root="/srv/minecraft"

post_install() {
	echo "The world data is stored under ${_server_root} and the server runs as ${_user} user to increase security."
	echo "Use the ${_game} script under /usr/bin/${_game}d to start, stop or backup the server."
	echo "Adjust the configuration file under /etc/conf.d/${_game} to your liking."
	echo "For the server to start you have to accept the EULA in ${_server_root}/eula.txt !"
	echo "The EULA file is generated after the first server start."
}