ayaports/unmaintained/papermc/papermc.post-install

10 lines
512 B
Text
Raw Permalink Normal View History

2021-06-04 15:24:22 +00:00
_game="papermc"
2021-07-14 03:56:39 +00:00
_user="craftbukkit"
2021-06-04 15:24:22 +00:00
_server_root="/var/lib/papermc"
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} 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."