Hey there, I would appreciate an option that allows one to not have the messages broadcast to all in the chat.
Looking into your code, a simple way to do that would be to change the lines 212 and 286
from
MessageAll("EventEnded");to something like
if(_config.BroadcastMessage) MessageAll("EventStart");but I would love that to be an official change on your side :)
Thanks