Clarify message that auto-muted the player
This commit is contained in:
parent
42c8119953
commit
126cb366f1
|
|
@ -164,7 +164,7 @@ class PlayerEventHandler implements Listener
|
|||
//otherwise assume chat troll and mute all chat from this sender until an admin says otherwise
|
||||
else if(GriefPrevention.instance.config_trollFilterEnabled)
|
||||
{
|
||||
String notificationMessage = "(Muted " + player.getName() + "): " + message;
|
||||
String notificationMessage = "(Auto-Muted " + player.getName() + "): " + message;
|
||||
GriefPrevention.AddLogEntry("Auto-muted new player " + player.getName() + " for profanity shortly after join. Use /SoftMute to undo.", CustomLogEntryTypes.AdminActivity);
|
||||
GriefPrevention.AddLogEntry(notificationMessage, CustomLogEntryTypes.MutedChat, false);
|
||||
GriefPrevention.instance.dataStore.toggleSoftMute(player.getUniqueId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user