Projects

Current Projects

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.

Minequery
Minequery is a Bukkit 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:

QUERY

It will respond with:

SERVERPORT 25565
PLAYERCOUNT 1
MAXPLAYERS 20
PLAYERLIST [KramerC]

Since 1.3, it also works by when sending:

QUERY_JSON

It will respond with a JSON string:

{"serverPort":25565,"playerCount":0,"maxPlayers":20,"playerList":[]}

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.

Past Projects

lolz.ws / lulz.ws lolz.ws / lulz.ws
lolz.ws and lulz.ws were URL shortener sites that made long URLs such as http://www.google.com/search?q=Google&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a into http://lulz.ws/cBBx. These sites have since been discontinued.