Cleanspeak API removal who tf uses chat filter
This commit is contained in:
@ -876,6 +876,8 @@ public class Chat extends MiniPlugin
|
||||
event.getRecipients().forEach(player -> player.spigot().sendMessage(formatted));
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
|
||||
public void filterMessage(FormatPlayerChatEvent event)
|
||||
{
|
||||
@ -920,6 +922,7 @@ public class Chat extends MiniPlugin
|
||||
});
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
@EventHandler
|
||||
public void playerQuit(PlayerQuitEvent event)
|
||||
|
Reference in New Issue
Block a user