Age | Commit message (Collapse) | Author |
|
Sync the minecraft-server management script across different
minecraft-server flavors.
Notify the user of the switch to tmux during post-install with a
consistent message.
upgpkg: cuberite 1.12.2c0_094cd61-2
upgpkg: cuberite-bin 1.12.2b258-2
upgpkg: papermc 1.17.1+b100-2
upgpkg: spigot 1.17.1+b131-2
|
|
Furthermore, fix an inconsistent print statement in the management
script.
|
|
upgpkg: cuberite 1.12.2b14-1
upgpkg: papermc 1.16.1+b135-1
upgpkg: spigot 1.16.2+b120-1
|
|
Instead of relying on makepkg's built-in `msg` function simply use
`echo` without any coloring or similar beatifications.
|
|
Do not remove the user upon un-installation and do not stop the server
prior to removal in order to conform with the Arch package standards.
|
|
Create log dir with mode 2755 instead of 775.
Remove .install notice about obsolete backups.
|
|
Use server_root whenever possible.
Add note to remove the /etc/conf.d/minecraft update-check oneday.
|
|
Make script and build files more easily adaptable for especially other
flavors of minecraft servers.
|
|
Add suspending capability for the minecraft server through the control
script and an additional screen session which listens on the same port
with netcat.
* Update .conf accordingly
* IDLE_SERVER can be either true or false
* The default is no idle server
* Choose an available netcat flavor automatically
Variable renaming in .install.
Notify the user of kept directories on post_remove and alter ownership
to root before removing the game user.
Print error messages to stderr.
|
|
Variable name for the management script's name
|
|
Restore backups easily with the delivered bash script
Human readable naming schema for backups
Backed up directories are now relative
Group has write permission (g+ws) to SERVER_ROOT
Proper quotation of variables which might contain spaces
|
|
|
|
|
|
|
|
|