-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloads from Spiget include incompatible jars #72
Comments
I'm not sure how to help with this. If Spiget provided incorrect content, then report the issue with them. If the plugin content from Spigot is wrong then contact the plugin author. You can add |
I'm not sure the author is going to stop shipping a zip file if they have multiple versions though? I was thinking maybe of a block list? |
I'm sorry, now I'm even more confused. Can you provide the compose file or docker run command you're using? Maybe seeing what you're trying will help me. |
Sure! Id 313 is what downloads a zip with a bunch of incompatible jars. /bin/podman run I use podman but the API is the same. |
Thanks for providing that. I'm not sure what I can do to fix this since my scripts just call the spiget API and have no control over the response from them. |
Yeah I'm realizing that now too. The Spiget API doesn't seem to have any concept of "sub-resources" or the likes at all. And the plugin author says that they bundle them for convenience. There should be a real package manager for these plugins, imo. The block list I was talking about was possibly to have the script rm files from a list, but the file names are not stable either, so that is of no use. |
I would be able to improve my situation somewhat if PLUGINS also took zip urls as arguments. |
That's an interesting idea. And for zips it would simply unzip the contents into the plugins directory? |
Yes, exactly. I believe it already does this for Spiget resources that are zips? https://github.com/itzg/docker-bungeecord/blob/ea211a6bbd499398bd1f3b377c99d01b86d16227/run-bungeecord.sh#L81 |
This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open. |
https://www.spigotmc.org/resources/bungeetablistplus.313/
I using this results in errors because it includes jar files for sponge and more which are attempted to run. Is there way to fix this?
The text was updated successfully, but these errors were encountered: