mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
docs: add warning that GetBukkit is dead (#2723)
This commit is contained in:
parent
75f5647c93
commit
35daf1441a
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# Bukkit/Spigot
|
||||
|
||||
!!! warning
|
||||
|
||||
The download provider for Bukkit/Spigot, GetBukkit, is no longer operational. It is recommended that users switch to [Paper](paper.md) instead.
|
||||
|
||||
This image still provides an option to build Bukkit/Spigot from source if Paper is not feasible.
|
||||
|
||||
Run a Bukkit/Spigot server type by setting the environment variable `TYPE` to "BUKKIT" or "SPIGOT".
|
||||
|
||||
!!! example
|
||||
|
|
Loading…
Reference in a new issue