From a079dd0ff0cf26861f39fdbc83ec6c5b7d4a94d4 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Wed, 13 Sep 2023 07:53:05 -0500 Subject: [PATCH] docs: remove note about getbukkit being down (#2382) --- .github/workflows/build-multiarch.yml | 2 +- README.md | 2 +- docs/types-and-platforms/server-types/bukkit-spigot.md | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index c01943a3..d37bbf67 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -1,4 +1,4 @@ -name: Test and Build multi-architecture +name: Build and Publish on: push: branches: diff --git a/README.md b/README.md index 46789895..53e6c955 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Docker Stars](https://img.shields.io/docker/stars/itzg/minecraft-server.svg?maxAge=2592000)](https://hub.docker.com/r/itzg/minecraft-server/) [![GitHub Issues](https://img.shields.io/github/issues-raw/itzg/docker-minecraft-server.svg)](https://github.com/itzg/docker-minecraft-server/issues) [![Discord](https://img.shields.io/discord/660567679458869252?label=Discord&logo=discord)](https://discord.gg/DXfKpjB) -[![Build and Publish](https://github.com/itzg/docker-minecraft-server/workflows/Build%20and%20Publish/badge.svg)](https://github.com/itzg/docker-minecraft-server/actions) +[![Build and Publish](https://github.com/itzg/docker-minecraft-server/actions/workflows/build-multiarch.yml/badge.svg)](https://github.com/itzg/docker-minecraft-server/actions/workflows/build-multiarch.yml) [![](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-orange.svg)](https://www.buymeacoffee.com/itzg) [![Documentation Status](https://readthedocs.org/projects/docker-minecraft-server/badge/?version=latest)](https://docker-minecraft-server.readthedocs.io/en/latest/?badge=latest) diff --git a/docs/types-and-platforms/server-types/bukkit-spigot.md b/docs/types-and-platforms/server-types/bukkit-spigot.md index 2bdde073..16158996 100644 --- a/docs/types-and-platforms/server-types/bukkit-spigot.md +++ b/docs/types-and-platforms/server-types/bukkit-spigot.md @@ -16,10 +16,6 @@ Run a Bukkit/Spigot server type by setting the environment variable `TYPE` to "B 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 you are hosting your own copy of Bukkit/Spigot you can override the download URLs with: