-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Reposted from Discord help forum
Here is a list of plugins that I am having update issues with: BuildersUtilities, floodgate, and DiscordSRV.
DiscordSRV half-works, but the spigot page doesn't have the latest download, and when I try to get it from somewhere else like github it fails. In the log it appears to be trying to pull from the wrong URL(adds an extra "/releases/" to the api.guthub url) even though in my plugins.yml the URL is fine.
BuildersUtilities is only available on Modrinth, but it doesn't seem like autoplug handles modrinth plugin downloads very well. My uneducated guess is that it doesn't like having both spigot and bukkit IDs empty based on the "out of bounds 0" warning. I've noticed this on other plugins that I initially tried pulling from Modrinth, but worked around by providing a different source.
Floodgate has an api issue when pulling from jenkins.
A couple other plugins also have download errors, but it seems??? like they still install okay...
Attached are my plugins.yml and a clip from the autoplug log.