I have a few quesitons about the console logs.
1) console.log is written to on a per-line basis, but one line behind. If the most recent console lines are, for example:
"Ephialtes: hi
Lub: hi"
only Ephialtes' message would be logged until another log event happens, at which point it would log Lubs. I could be wrong about this, but I remember this being an issue when I made live console previews.
2) On Windows, which I assume is the OS you're using, files can only be read from when no other file descriptor is using them. Since blockland leaves an open file descriptor on it, a reader/parser program wouldn't be able to access it until Blockland closed the file descriptor. How are you getting around this?
Just curiosity, by the way, pretty irrelevant to whether or not I'll be buying your service.