TrChat
TrChat copied to clipboard
Modern & Advanced chat control for Minecraft servers

đ What's new in TrChat v2?
- Optimized performance
- New Channel & Format System
- Better compatibility with other plugins
â API usage:
public class Demo implements Listener {
@EventHandler
private void e(TrChatEvent e) {
e.getChannel(); // čˇĺč夊é˘é
e.setCanceled(true); // ĺćśĺéč夊
e.setMessage("..."); // ćšĺč夊ĺ
厚
}
}