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
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
Since PaperMC/Paperclip@726b8cc Paperclip is using properties file instead of JSON for describing patch information, which makes examining Paperclip version easy.
Possible use-cases:
Downloading correct Paper version if currently downloaded version is not the same
Checksumming Paper jars inside Orion
The text was updated successfully, but these errors were encountered:
@mikroskeemhttps://papermc.io/api/v1/paper/1.14.4 returns the list of builds and the latest one:
{
"project":"paper",
"version":"1.14.4",
"builds":{
"latest":"233",
"all":[
"233",
"232",
"231",
"... long list ...",
"136",
"135"
]
}
}
I also noticed that this list contains only successful builds.
I think we should save the file with the name in the format 'paper-<build_number>.jar', and check like that. Or save the current build number somewhere else.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since PaperMC/Paperclip@726b8cc Paperclip is using properties file instead of JSON for describing patch information, which makes examining Paperclip version easy.
Possible use-cases:
The text was updated successfully, but these errors were encountered: