Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* Don't prompt when unzipping if the files already exist.
* Update the most recent Minecraft version, if it wasn't updated
already.
|
|
|
|
There's now a 1.15.2 recommended build. If you still want to use 1.14.4, install forge-server-1.14.4.
|
|
Nitroretro: Sync with minecraft-server 6785bb7bf939bbe9446672a115c44f1e3016461b
> Author: Gordian Edenhofer <gordian.edenhofer@gmail.com>
> Date: Thu Jan 23 12:07:11 2020 +0100
>
> upgpkg: minecraft-server 1.15.2-1
>
> Fix, the value of `Type` in the systemd service file of the backup
> script of the minecraft-server.
>
> upgpkg: papermc 1.15.2+b67-1
|
|
Nitroretro: Sync with minecraft-server 1edad4acae56cb81b102d77251542a78a344b4bb
> Author: Gordian Edenhofer <gordian.edenhofer@gmail.com>
> Date: Tue Jan 14 20:34:55 2020 +0100
>
> upgpkg: minecraft-server 1.15.1-2
>
> 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also update the checksum of the altered file.
|
|
Update the nonce value to the correct value of the 1.14.2 version.
|
|
|
|
|
|
|
|
Fix search-and-replace mistakes made in commit b382febaf5.
upgpkg: cuberite 1.12b1014-2
upgpkg: spigot 1.13.2+b93-2
|
|
Adapt the `is_player_online` function to be a little more generic. This
fixes detecting players on cuberite even with the most recent version.
upgpkg: cuberite 1.12b1014-1
upgpkg: spigot 1.13.2+b93-1
|
|
Update server-management script to be a little tidier. Sync changes
across minecraft-server, spigot and cuberite.
upgpkg: cuberite 1.12b1013-2
upgpkg: spigot 1.13.2+b93-1
|
|
Do not require a specific version of java-runtime-headless as dependency
but instead signal that anything above version 8 is fine.
|
|
upgpkg: spigot 1.13.1+b79-1
upgpkg: cuberite 1.12b1013-2
|
|
Broaden the scope of the regex which searches for active users in the
minecraftd.sh management script to include more escape sequences. This
notably enables using the idle_server part of the script in combination
with the 'Paper' minecraft server.
upgpkg: cuberite 1.12b975-2
upgpkg: spigot 1.12.2+b73-2
|
|
|
|
|
|
Readd the `WantedBy` directive to allow for proper enabling of the unit.
This might however not work properly as the 'multi-user.target' is now
specified in `WantedBy` and `After`.
upgpkg: cuberite 1.12b975-2
upgpkg: spigot 1.12.2+b73-2
|
|
Update the SystemD service file to wait for the multi-user target prior
to initiating the application and remove the 'WantedBy' parameter.
This makes sure that the application does not start prior to the
required user being available.
upgpkg: cuberite 1.12b975-1
upgpkg: spigot 1.12.2+b73-1
|
|
Instead of relying on makepkg's built-in `msg` function simply use
`echo` without any coloring or similar beatifications.
|
|
|
|
|
|
Fix a bug which prohibited deleting more than one old backup at a time
due to confusing spaces with new lines.
upgpkg: spigot 1.12-2
|
|
Circumvent a permission bug related to running GNU screen as a different
user.
upgpkg: spigot 1.12-2
|
|
Bump pkgrel to ensure the server is used with the correct version of the
java-runtime-headless package.
|