Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This avoids the need to run systemd-sysusers and chown in the install
file.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also bump buildtool to 111
|
|
|
|
|
|
|
|
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.
|
|
Removed old backup and send_command scripts. They have been deprecated
empty, so there's no worry about messing up with package when dealing
for a year. This finally makes /srv/craftbukkit in the package truly
with the folder.
|
|
Adds support for Java 13
|
|
1.14.4 is now the default in BuildTools. Build 2281 is from May 10th,
3 months ago.
|
|
|
|
This adds support for the more recent 1.14 builds
|
|
|
|
Since the current version is used when building, this version bump
should only notify those users whose build is older than January.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes building older versions
|
|
Version 84+ is now required for 1.13.2:
https://www.spigotmc.org/threads/buildtools-update-required-1-13-2.351162/
|
|
|
|
|
|
BuildTools downloads from https://hub.spigotmc.org/versions/ to
determine what to check out. Specifying the precise build number instead
of a minecraft version produces reliable output.
|
|
1.13.2 is now the default of BuildTools:
https://www.spigotmc.org/threads/minecraft-1-13-2-status-update.349184/
|
|
Not bumping the package version since the new BuildTools just increases
the chances that building succeeds; it doesn't really change the build
output.
|
|
The old commands will still be removed in the future, but this gives
people more time to migrate and keeps things mostly working while they
do so.
|
|
The non-@ services still only support one running, but the templated
services (@) can be run simultaneously.
|
|
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.
|
|
|
|
|
|
|
|
|
|
* Updated Spigot build tools to #60
* Updated minecraft server source to 1.12
* Implemented suggestion of @ejona86 for safer startup method
|
|
|
|
|
|
|