mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-15 21:14:54 +00:00
docs: remove note about getbukkit being down (#2382)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Test and Build multi-architecture
|
name: Build and Publish
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
[](https://hub.docker.com/r/itzg/minecraft-server/)
|
[](https://hub.docker.com/r/itzg/minecraft-server/)
|
||||||
[](https://github.com/itzg/docker-minecraft-server/issues)
|
[](https://github.com/itzg/docker-minecraft-server/issues)
|
||||||
[](https://discord.gg/DXfKpjB)
|
[](https://discord.gg/DXfKpjB)
|
||||||
[](https://github.com/itzg/docker-minecraft-server/actions)
|
[](https://github.com/itzg/docker-minecraft-server/actions/workflows/build-multiarch.yml)
|
||||||
[](https://www.buymeacoffee.com/itzg)
|
[](https://www.buymeacoffee.com/itzg)
|
||||||
[](https://docker-minecraft-server.readthedocs.io/en/latest/?badge=latest)
|
[](https://docker-minecraft-server.readthedocs.io/en/latest/?badge=latest)
|
||||||
|
|
||||||
|
|||||||
@@ -16,10 +16,6 @@ Run a Bukkit/Spigot server type by setting the environment variable `TYPE` to "B
|
|||||||
TYPE: SPIGOT
|
TYPE: SPIGOT
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! failure "GetBukkit"
|
|
||||||
|
|
||||||
As of September 2023, the provider of pre-built Bukkit/Spigot server jars, [GetBukkit](https://getbukkit.org/), seems to be dead. Please switch to [Paper](paper.md) or [build from source](#build-from-source)
|
|
||||||
|
|
||||||
If the downloaded server jar is corrupted, set `FORCE_REDOWNLOAD` to "true" to force a re-download during next container startup. After successfully re-downloading, you should remove that or set to "false".
|
If the downloaded server jar is corrupted, set `FORCE_REDOWNLOAD` to "true" to force a re-download during next container startup. After successfully re-downloading, you should remove that or set to "false".
|
||||||
|
|
||||||
If you are hosting your own copy of Bukkit/Spigot you can override the download URLs with:
|
If you are hosting your own copy of Bukkit/Spigot you can override the download URLs with:
|
||||||
|
|||||||
Reference in New Issue
Block a user