Updated soft mute eavesdrop format and color.
This commit is contained in:
parent
6591933ad8
commit
f7945c0e41
|
|
@ -115,7 +115,7 @@ class PlayerEventHandler implements Listener
|
||||||
}
|
}
|
||||||
else if(recipient.hasPermission("griefprevention.eavesdrop"))
|
else if(recipient.hasPermission("griefprevention.eavesdrop"))
|
||||||
{
|
{
|
||||||
recipient.sendMessage("(Muted)" + player.getName() + ": " + message);
|
recipient.sendMessage(ChatColor.GRAY + "(Muted " + player.getName() + "): " + message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
recipients.clear();
|
recipients.clear();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user