From 8d1989a595d4edaf802cf4dfc293219977c60733 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 13 Mar 2021 16:54:56 -0600 Subject: [PATCH] docs: Added more info about getbukkit's weird 1.8 file naming #103 --- README.md | 2 ++ start-deployBukkitSpigot | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff182338..c9ddb7b5 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,8 @@ You can build spigot from source by adding `-e BUILD_FROM_SOURCE=true` If you have attached a host directory to the `/data` volume, then you can install plugins within the `plugins` subdirectory. You can also [attach a `/plugins` volume](#deploying-plugins-from-attached-volume). If you add plugins while the container is running, you'll need to restart it to pick those up. +> NOTE some of the `VERSION` values are not as intuitive as you would think, so make sure to click into the version entry to find the **exact** version needed for the download. For example, "1.8" is not sufficient since their download naming expects `1.8-R0.1-SNAPSHOT-latest` exactly. + ## Running a Paper server Enable Paper server mode by adding a `-e TYPE=PAPER` to your command-line. diff --git a/start-deployBukkitSpigot b/start-deployBukkitSpigot index 37b59269..023d87b2 100644 --- a/start-deployBukkitSpigot +++ b/start-deployBukkitSpigot @@ -82,7 +82,9 @@ function downloadSpigot { ERROR: failed to download from $downloadUrl Visit https://getbukkit.org/download/${getbukkitFlavor} to lookup the - exact version, such as 1.4.6-R0.4-SNAPSHOT or 1.8-R0.1-SNAPSHOT-LATEST + exact version, such as 1.4.6-R0.4-SNAPSHOT or 1.8-R0.1-SNAPSHOT-latest. + Click into the version entry to find the **exact** version, because something + like "1.8" is not sufficient according to their download naming. EOF