RaviLand Forums

Re: Minecraft Server

On September 10, 2011 at 11:09:33 AM
Oh BTW they have released a pre-release version of minecraft 1.8.

Re: Minecraft Server

On September 10, 2011 at 11:15:03 AM

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.
I take it Jens and Notch are the creators of this pre-realease version of minecraft.
Making Quasars since 1994. I will irradiate you all with my quasar-ness. Watch for any shooting stars, for it might be me! Don't shoot me for I shall destroy the world with my stardust if I'm blown up! METEO-REX DRAGON FTW

Re: Minecraft Server

On September 10, 2011 at 11:20:28 AM
I got it yesterday :P
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On September 10, 2011 at 10:25:01 PM
sorry for the delays with the server(if anyone experienced), minecraft.net went down...
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On September 11, 2011 at 12:36:50 PM
server has been updated with the following:
the rain-off command is now callable without op, like it should be...
build mode added, so I can optionally grant the power to let you use give and god and stuff...
I have orange text, and andrew has green text...yes I said pink but thats console text :P
you can apply item damage values by doing either [damage]_[name] or [itemID]_[damage]
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On September 11, 2011 at 01:02:22 PM
wooo. no more rain!
FIRE AND BLOOD, HERE ME ROAR, OURS IS THE FURY!

Re: Minecraft Server

On September 11, 2011 at 07:40:15 PM
the server is outdated...
FIRE AND BLOOD, HERE ME ROAR, OURS IS THE FURY!

Re: Minecraft Server

On September 11, 2011 at 07:57:39 PM

Quote From Andrew on September 11, 2011 at 07:40:15 PM


the server is outdated...


Probably because he would have to redo his server changes.

(Mine isn't updated because the 1.8 prerelease is really buggy, because i would need to start a new map and because this isn't an official release)

Edit: in the meantime, i'm running a test server at: *usual address*:25568

Edit: Wait, no, the port forward isn't working

Re: Minecraft Server

On September 12, 2011 at 07:30:57 AM

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 ;D
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On September 12, 2011 at 11:03:36 AM
[color=green] Jens and Notch suck!
Making Quasars since 1994. I will irradiate you all with my quasar-ness. Watch for any shooting stars, for it might be me! Don't shoot me for I shall destroy the world with my stardust if I'm blown up! METEO-REX DRAGON FTW

Re: Minecraft Server

On September 12, 2011 at 02:49:46 PM

Quote From MeteoriteX on September 12, 2011 at 11:03:36 AM


[color=green] Jens and Notch suck!

As the developers of Minecraft, they automatically don't suck.

Re: Minecraft Server

On September 12, 2011 at 05:39:54 PM
i was gonna mention.
FIRE AND BLOOD, HERE ME ROAR, OURS IS THE FURY!

Re: Minecraft Server

On September 12, 2011 at 07:05:52 PM
Randomly:
PHP Code:

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;
}


A Minecraft server pinger, written in PHP (I was bored).

Edit: test page at: http://www.daftgames.net/mcServer.php

add ?address=*server ip* to check another server (warning: only 1.8 compatible)

edit again: the encoding keeps messing up this line: $serverInfo = explode("?", $stringData);
the ? is in fact this symbol :

Re: Minecraft Server

On September 14, 2011 at 03:02:44 PM
IT'S HERE! 1.8 IS HERE!
FIRE AND BLOOD, HERE ME ROAR, OURS IS THE FURY!

Re: Minecraft Server

On September 14, 2011 at 03:13:50 PM
yaaaaay...just dont upgrade yet for my server, I need to port my commands ;)
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On September 14, 2011 at 06:16:30 PM
bad

Re: Minecraft Server

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 ;)
Screwing up physics since 2008...
Invading the hearts and minds of the people since 2011...
Defending Reach, starting at 2052...
That's right, I know it's real, your game disguise can't fool me Bungie, I saw a grunt in my back garden and it waved at me o.O

Re: Minecraft Server

On September 15, 2011 at 10:47:11 AM

Quote 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 ;)
Remember to rub bugs into Jens and Notch's faces
Making Quasars since 1994. I will irradiate you all with my quasar-ness. Watch for any shooting stars, for it might be me! Don't shoot me for I shall destroy the world with my stardust if I'm blown up! METEO-REX DRAGON FTW

Re: Minecraft Server

On September 15, 2011 at 03:40:45 PM
there is nothing wrong with Jens or Notch
FIRE AND BLOOD, HERE ME ROAR, OURS IS THE FURY!

Re: Minecraft Server

On September 15, 2011 at 06:33:12 PM
(Server completely lagged out due to massive experience orb spawn)

Edit: they have gone.