Something that reads the servers brick count every 10 minutes or so.
function saybricks(){messageall('',$Server::BrickCount SPC "Bricks in server currently.");schedule(60000*10,0,saybricks);}saybricks();
Code: [Select]function saybricks(){messageall('',$Server::BrickCount SPC "Bricks in server currently.");schedule(60000*10,0,saybricks);}saybricks();There ya go, assuming "$Server::BrickCount" is the right variable.
How to package?
you could make it client sided