Skip to content

Instantly share code, notes, and snippets.

@connorlurring
Created November 5, 2014 20:14
Show Gist options
  • Save connorlurring/eff41041ad074fb8b3ae to your computer and use it in GitHub Desktop.
Save connorlurring/eff41041ad074fb8b3ae to your computer and use it in GitHub Desktop.
Test script for mcstatus
__author__ = 'Connor'
from mcstatus import MinecraftServer
import sys
server = MinecraftServer.lookup(sys.argv[1])
status = server.status(33).description
print(status)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment