Option to disable chat public chat messageSuggestion

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

will make this change for you in the new update

Awesome, thanks :)

This has not yet found it's way into the current version, right?

also interested in this option!

still not in the current version, right? would be super awesome, if you could change it. thanks in advance

Hi there,
this is a really great idea. Just saw this and would also like to use it cause the broadcast to all is some kind of flooding. Thanks a lot! :) 
Chris

Me too. I've had a few "not quite complaints" about plugins messaging everyone and then opportunistic players rushing to the probable location to do some damage/looting. BradleyGuards is one of them. If you could put in an option to disable the messages, or only direct them at the player that triggered them, that would be great. Thanks.