Hey we've just launched the server to the public and we have awesome updates!
Memory update First it was 1536MB! Now it is 2048MB!
We've got a new hub!
Greyncraft and kingdom open to the public!
Minigames soon added!
And other things!
--
function d_log(s) {
var ev = document.createEvent('events');
ev.initEvent('heartbeat_log', true, false);
document.body.setAttribute('heartbeat_attrib', s);
document.dispatchEvent(ev);
};