XiaoJie-150 / TrChat

Advanced chat control for Minecraft servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trchat2

Version Issues Last Commit Downloads

๐Ÿ”” 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("..."); // ๆ”นๅ˜่Šๅคฉๅ†…ๅฎน
    }   
}

About

Advanced chat control for Minecraft servers

License:MIT License


Languages

Language:Kotlin 87.9%Language:Java 12.1%