Skip to content

Latest commit

ย 

History

History
29 lines (23 loc) ยท 1.24 KB

File metadata and controls

29 lines (23 loc) ยท 1.24 KB

trchat2

Version Issues Last Commit Downloads


๐Ÿ”” What's new in TrChat v2?

  • Optimized performance
  • New Channel & Format System
  • Better compatibility with other plugins
  • Use Adventure

โ› API usage:

public class Demo implements Listener {
    
    @EventHandler
    private void e(TrChatEvent e) {
        e.getChannel(); // ่Žทๅ–่Šๅคฉ้ข‘้“
        e.setCanceled(true); // ๅ–ๆถˆๅ‘้€่Šๅคฉ
        e.setMessage("..."); // ๆ”นๅ˜่Šๅคฉๅ†…ๅฎน
    }   
}