Skip to content

Instantly share code, notes, and snippets.

@lessavin
Last active October 26, 2025 20:48
Show Gist options
  • Select an option

  • Save lessavin/58627fcc7b2ae2d1776a78b455260b87 to your computer and use it in GitHub Desktop.

Select an option

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).
#!/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