Created
October 26, 2025 20:11
-
-
Save lessavin/7efad6ee30dff3d6be61846f3d31c287 to your computer and use it in GitHub Desktop.
Displays the latest Minecraft server version using the MC Utils API.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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