I take it Jens and Notch are the creators of this pre-realease version of minecraft.Quote From Daft Freak on September 10, 2011 at 11:09:33 AM
Oh BTW they have released a pre-release version of minecraft 1.8.
Quote From Andrew on September 11, 2011 at 07:40:15 PM
the server is outdated...
its not outdated if the one youre using isnt the proper release, and btw you have green text ;DQuote From Andrew on September 11, 2011 at 07:40:15 PM
the server is outdated...
Quote From MeteoriteX on September 12, 2011 at 11:03:36 AM
[color=green] Jens and Notch suck!
function getServerStatus($address, $port = 25565)
{
$file = @fsockopen($address, $port);
if($file)
{
//send 0xFE
$pkt="\xFE";
fwrite($file, $pkt);
//read a byte and a short
$pkt = unpack("Cid/nlen", fread($file, 3));
//read string and convert it to UTF-8
$stringData = mb_convert_encoding(fread($file, 2 * $pkt['len']), "UTF-8", "UCS-2");
fclose($file);
$serverInfo = explode("?", $stringData);
return array('motd' => $serverInfo[0], 'players' => $serverInfo[1], 'maxPlayers' => $serverInfo[2]);
}
return null;
}
Remember to rub bugs into Jens and Notch's facesQuote From Hexicube on September 14, 2011 at 06:59:00 PM
lawl...ill add 1.8 on friday, and also work on porting the commands then...should only take a day or so to port...btw, dont forget, ive added you on steam with the account I use, incase you didnt get it add user account sm0020417 to your list ;)