We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa580 commit fc8ccf2Copy full SHA for fc8ccf2
docs/misc/downloads-api.mdx
@@ -48,7 +48,7 @@ PROJECT="paper"
48
MINECRAFT_VERSION="%%_MAJ_MIN_MC_%%"
49
50
LATEST_VERSION=$(curl -s https://api.papermc.io/v2/projects/paper | \
51
- jq -r '.versions[-1]'
+ jq -r '.versions[-1]')
52
53
LATEST_BUILD=$(curl -s https://api.papermc.io/v2/projects/${PROJECT}/versions/${MINECRAFT_VERSION}/builds | \
54
jq -r '.builds | map(select(.channel == "default") | .build) | .[-1]')
0 commit comments