Last active
October 26, 2025 20:48
-
-
Save lessavin/58627fcc7b2ae2d1776a78b455260b87 to your computer and use it in GitHub Desktop.
Displays the Minecraft server version from server.jar (works since version 1.14).
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 | |
| unzip -p server.jar version.json | jq -r ".name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment