Spigot download issue with Bukkit server #2722
Clownsonged
started this conversation in
General
Replies: 1 comment 3 replies
-
Wow, they lost their domain I recommend you switch to Paper. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Restarted my Bukkit container, ran into this issue and attempted to rebuild the container and am getting the error below. When I visit https://getbukkit.org/download/spigo I also am met with a "Bukkit currently has no sponsors for you" message. Is this an issue that I can trace with my container etc or is it an issue out of my control? Any advice appreciated.
Docker compose:
version: "3"
services:
minecraft:
image: itzg/minecraft-server
volumes:
- minecraftdata:/data
- /home/Minecraft/plugins:/plugins
ports:
- 25565:25565
environment:
EULA: "TRUE"
TYPE: "BUKKIT"
OPS: "Clownsong"
ENABLE_WHITELIST: "TRUE"
ENFORCE_WHITELIST: "TRUE"
tty: true
stdin_open: true
restart: unless-stopped
volumes:
minecraftdata:
external: true
Error in log:
[init] Resolving type given BUKKIT
2024/03/16 18:17:04 Unable to find an element with attribute matcher property=og:title
[init] ERROR: failed to retrieve latest version from https://getbukkit.org/download/spigot -- site might be down
Beta Was this translation helpful? Give feedback.
All reactions