Welcome to the UL CompSoc Minecraft server

To play on the server, you must:

  1. Own a copy of Minecraft

  2. Be a member of the UL Computer Society
    Learn how to join the society here

  3. Get your Minecraft username added to our server's whitelist
    Email minecraft@skynet.ie

Once that's done, connect to "games.skynet.ie" from the multiplayer section of Minecraft. Enjoy!

You can view a live map of our world at games.skynet.ie/map/

If you are interested in adding more games to this server contact compsoc@skynet.ie and we will see what we can do, we are trialing this server with just Minecraft at the moment


Minecraft Server Status:

connect()){ $info = $server->get_info(); echo "

Server is Online

"; //print_r($info); $players = $info['players']; //print_r($players); if(count($players)>0){ echo "

Members Online Now: "; for($x=0; $x" . $players[$x] . ""; } else{ echo "" . $players[$x] . ", "; } } echo "

"; } else{ echo "

There are currently no members online

"; } } else{ echo "

Server is Offline

"; } } else{ echo "

Server is Undergoing Maintence

"; } ?>