02/09
2014
Wallogit.com
2017 © Pedro Peláez
Simple to use library to fetch and check the status of Minecraft servers.
This library is a utility to query Minecraft servers and get their status. It is possible to fetch these status values:, (*1)
This library uses Minecraft's query protocol, which isn't activated by default. You need to change the configuration if necessary., (*2)
enable-query=false
needs to be changed to, (*3)
enable-query=true query.port=25565
To get started, take a look at example.php for basic usage., (*4)