diff --git a/Plugins/Mineplex.Core/src/mineplex/core/chat/Chat.java b/Plugins/Mineplex.Core/src/mineplex/core/chat/Chat.java index 2ceabb9c0..6c6d1fd7b 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/chat/Chat.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/chat/Chat.java @@ -876,7 +876,7 @@ public class Chat extends MiniPlugin event.getRecipients().forEach(player -> player.spigot().sendMessage(formatted)); } - @EventHandler(priority = EventPriority.HIGHEST) + @EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true) public void filterMessage(FormatPlayerChatEvent event) { if (event.isFiltered())