Skip to content

Instantly share code, notes, and snippets.

@lessavin
Created October 26, 2025 20:11
Show Gist options
  • Select an option

  • Save lessavin/7efad6ee30dff3d6be61846f3d31c287 to your computer and use it in GitHub Desktop.

Select an option

Save lessavin/7efad6ee30dff3d6be61846f3d31c287 to your computer and use it in GitHub Desktop.
Displays the latest Minecraft server version using the MC Utils API.
#!/usr/bin/sh
curl -s https://mcutils.com/api/server-jars/vanilla | jq -r '.[0].version'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment