aboutsummarylogtreecommitdiffstats
path: root/papermc.sh
AgeCommit message (Collapse)Author
2021-12-22upgpkg: minecraft-server 1.18.1-2Gordian Edenhofer
Fork all files relating to managing a minecraft server into a dedicated repository. Alert the user of this change by adding READMEs in the directories of the server. upgpkg: cuberite 1.12.2c1_1be14eb-1 upgpkg: cuberite-bin 1.12.2b293-3 upgpkg: papermc 1.18.1+b68-2 upgpkg: spigot 1.18.1+b141-5
2021-12-09upgpkg: papermc 1.18+b65-1Gordian Edenhofer
Add a small delay to taking backups as for the sever to finish triggering it.
2021-10-20upgpkg: minecraft-server 1.17.1-3Gordian Edenhofer
Print the output of the server to the terminal if startup fails. Evaluate a failure during startup by constantly inspecting the output of the server for the first 15 seconds during startup. Relates to #13 . upgpkg: cuberite 1.12.2c1_afe07fe-1 upgpkg: cuberite-bin 1.12.2b284-3 upgpkg: papermc 1.17.1+b341-1 upgpkg: spigot 1.17.1+b131-4
2021-08-28upgpkg: minecraft-server 1.17.1-2Gordian Edenhofer
Do not lock the minecraft server session if an administrator is connected to the console. Instead, re-introduce the admin check in the idle-server daemon to verify whether it is safe to shut down the server. Resolves #12. upgpkg: cuberite 1.12.2c0_094cd61-3 upgpkg: cuberite-bin 1.12.2b258-3 upgpkg: papermc 1.17.1+b100-3 upgpkg: spigot 1.17.1+b131-3
2021-07-13upgpkg: minecraft-server 1.17.1-2Gordian Edenhofer
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
2021-06-17upgpkg: minecraft-server 1.17-1Gordian Edenhofer
More aggressively close the netcat instance in idle_server_daemon as to not stall on dead connections. upgpkg: cuberite 1.12.2c0_4e48464-1 upgpkg: cuberite-bin 1.12.2b241-1 upgpkg: papermc 1.16.5+b778-1 upgpkg: spigot 1.17+b128-1
2021-03-19upgpkg: minecraft-server 1.16.5-2Gordian Edenhofer
Remove highly specific `ParallelGCThreads` argument from default config for Java based minecraft servers. Refine tmpfiles.d handling to more specifically target files provided by the package. Additional files created by executing the server should already be captured by the umask of the game user running the server. upgpkg: cuberite 1.12.2b191-1 upgpkg: papermc 1.16.5+b558-1 upgpkg: spigot 1.16.5+b126-1
2020-12-13Fix spellingTom Kuschel
2020-01-14upgpkg: minecraft-server 1.15.1-2Gordian Edenhofer
Introduce a new config flag called `BACKUP_FLAGS` for specifying additional flags which to pass to tar for compression. Additionally, replace `Type=forking` with `Type=oneshot` in the backup services as to not let the backup timeout. Furthermore, change some upper case variables to lower case ones. upgpkg: spigot 1.15.1+b107-1 upgpkg: cuberite 1.12b1065-1 upgpkg: papermc 1.15.1+b48-1
2019-11-29upgpkg: cuberite/papermc Update build numbersGordian Edenhofer
upgpkg: cuberite 1.12b1060-1 upgpkg: papermc 1.14.4+b230-1
2019-09-25upgpkg: minecraft-server 1.14.4-2Gordian Edenhofer
Fix a bug which was most likely introduced in ada9f5931d preventing the `is_player_online` function to parse the response properly for some servers and in particular papermc. The bug deleted lines which were not intended to be deleted. As a fix, just stop deleting any lines as all subsequent invocations use grep anyway and hence already select the right line. upgpkg: cuberite 1.12b1049-1 upgpkg: papermc 1.14.4+b196-1 upgpkg: spigot 1.14.4+b103-2
2019-08-06addpkg: papermc 1.14.4-1Gordian Edenhofer
Add the papermc package.