ayaports/user/papermc/papermc.post-install
Antoine Martin 9e7a9c464e
All checks were successful
/ lint (pull_request) Successful in 42s
/ deploy-x86_64 (pull_request) Successful in 29s
/ build-x86_64 (pull_request) Successful in 4m14s
/ deploy-aarch64 (pull_request) Successful in 1m2s
/ build-aarch64 (pull_request) Successful in 15m44s
user/papermc: move from unmaintained, upgrade to 1.21.3
2024-12-10 16:20:45 -05:00

9 lines
512 B
Text
Executable file

_game="papermc"
_user="craftbukkit"
_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."