Replies: 1 comment 1 reply
-
That's odd, https://github.com/itzg/docker-minecraft-server/blob/master/scripts/start-deployBukkitSpigot#L78 Side note: Perhaps you could switch to Paper since it is compatible with Spigot and Bukkit plugins https://docs.papermc.io/paper/adding-plugins I'll queue this up for investigating the Spigot download, but yes any research and PRs are welcome. Setting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my docker compose file hard coded to run spigot version 1.18.2 and, once I've run the docker once, that .jar file is resident locally in my image. Since I already have it at that point, there's no need to download it again.
Normally, downloading an image one already has isn't an issue other than wasting bandwidth, etc., but sometime on 08/16/2023 the download.getbukkit.org site (where the image is coded to pull Spigot .jar files from) has begun throwing code 522 errors. The end result is that the image keeps trying to download the .jar file and never starts the actual minecraft server even though I already have the .jar file locally.
I'd appreciate it if there was a way for the image to check for this condition and bypass the download if it's not needed.
I may look into doing this myself if time and circumstance permit but I'm an entry level coder and it will likely take me longer than it would someone who is already seasoned.
Thank you in advance for your consideration. This really is the best MC docker I've found out there and, notwithstanding the above, I have zero complaints with it.
Beta Was this translation helpful? Give feedback.
All reactions