You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spigotmc itself does not have a direct way of linking update and version together. best way would probably be to just get the list of both updates and versions and combine the matching dates
For example, I want to get the update id of this link
https://www.spigotmc.org/resources/build-battle-guessthebuild-1-8-8-1-17.44703/update?update=416971
The id would be 416971
It's not possible to get the id from
https://api.spiget.org/v2/resources/44703/versions/latest
as the id mentioned there with "id" is the id to download the plugin which can be made with https://www.spigotmc.org/resources/build-battle-guessthebuild-1-8-8-1-17.44703/download?version=412955
I would like to see there the id of the update instead of the id to download the plugin. Also, I didn't find another way of getting the update id.
The text was updated successfully, but these errors were encountered: