Would it be possible to have the annoucements which include player names to be configurable to be anonymous? As in "someone is hacking a locked crate" instead of including the person's name. I have a situation where some newer players are less likely to start hacking because they know they're likely to be countered where some better players find themselves not countered. Being able to hide who is doing the hacking might help even this out.
On a more technical point... in an effort to not have to bother you for a request like this I have looked through the code and it would appear that all I should need to do is alter the message on line 401 to use some static text instead of the placeholder "{0}". However after making this change and reloading the plugin (countless times) it always announces the text as it was originally written. In fact I have altered the wording entirely to confirm if my change is having any effect but with no luck. Am I looking in the wrong place or is there perhaps another location where this text is defined?
Thanks.
On a more technical point... in an effort to not have to bother you for a request like this I have looked through the code and it would appear that all I should need to do is alter the message on line 401 to use some static text instead of the placeholder "{0}". However after making this change and reloading the plugin (countless times) it always announces the text as it was originally written. In fact I have altered the wording entirely to confirm if my change is having any effect but with no luck. Am I looking in the wrong place or is there perhaps another location where this text is defined?
Thanks.