summarylogtreecommitdiffstats
path: root/craftbukkit.service
AgeCommit message (Collapse)Author
2023-12-19Support both Java 17 and 21; BuildTools to 163Eric Anderson
2021-12-10Bump to Java 17, BuildTools 141, 3284aEric Anderson
2021-07-02Bump to 1.17, BuildTools 131; hard-code openjdkEric Anderson
Since it is now requiring a _specific_ version instead of a range, it seems wrong to just use the default. Since there's only one, just hard-code the path to the java to use. That'll be annoying in September when JDK 17 comes out with the instantaneous death of JDK 16, but there don't seem to be any other good solutions since there is literally no overlap between the two versions being available. At least JDK 17 will be LTS so there will be a respite.
2019-12-15Remove sleep workaround for spigot's consoleEric Anderson
In 1.14 Spigot seems to have fixed the bug where a thread would busy loop if the console fd reached EOF. Adding --noconsole works around the bug on 1.13, which clearly isn't necessary, but might be helpful to those on older minecraft versions.
2018-11-11Add support for multiple simultaneous serversEric Anderson
The non-@ services still only support one running, but the templated services (@) can be run simultaneously.
2018-11-10Major refactoringEric Anderson
No longer have any package files in /srv/craftbukkit. Now include build date in version, because BuildTools isn't hermetic. Remove most of the code from install, moving some of it to server start. No package file should be modified by users now. Support running without mcrcon.
2017-07-17Update to 1.12-1BuildTools
* Updated Spigot build tools to #60 * Updated minecraft server source to 1.12 * Implemented suggestion of @ejona86 for safer startup method
2015-06-08Initial commitBuildTools