Kramer Campbell

Introducing Minestatus and Minequery

I have created a new website called Minestatus and a hMod plugin called Minequery for Minecraft servers.

Minestatus

MinestatusMinestatus is a server list that keeps track of the overall uptime percentage of all Minecraft servers that are added to the list. The uptime is determined by making periodic connections to the server to test if it is online. Players can vote on each of the servers on the list for the ones they like to play on best. The score is then determined by the uptime percentage, how many votes a server has, and the age of the server being listed. The servers with the highest scores appear on the top of the list.

In addition to this, for servers that have hMod and theĀ Minequery plugin, Minestatus can pull the players online and the max players the server can hold. It will even list the players name on the server’s page.

Each server also has it’s own dynamically updating image for placing on websites and forums.

Minequery

Minequery is a hMod server plugin for Minecraft. It creates a small server that listens for requests and responds with the port of the Minecraft server, the current amount of players online, the max players cap, and the entire player list.

Minequery

It works by when sending:

1QUERY

It will respond with:

1SERVERPORT 25565
2PLAYERCOUNT 1
3MAXPLAYERS 20
4PLAYERLIST [KramerC]

This can then be displayed on a website, as it is on Minestatus. There is a PHP class and as well as a Ruby on Rails plugin that can help interpret the response from Minequery.

Tags: