Extended ChatBox events
Currently the chatbox only fires an event when a normal chat message is sent, not including when a player uses /me, gets an achievement, dies, or joins/leaves the game, all of which appear to an actual player in chat.
I am not sure whether those should actually fire events (some of these aren't easily doable, anyway). The chat box really is for chat messages sent by players.
Well /me is generally regarded as a chat message.
And the one thing I cannot easily read. It's not an ordinary chat message but a command, which makes it difficult.
Yeah, I think out of all the things I mentioned, it's the only one that doesn't actually fire a standard event as far as I know.
@Vexatos There is a Forge Event for commands: CommandEvent. That may help with the /me command. I don't do modding, so I may be way off base here, though.