8000 GitHub - Happy-clo/TrChat: Modern & Advanced chat control for Minecraft servers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Happy-clo/TrChat

 
 

Repository files navigation

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("..."); // 改变聊天内容
    }   
}

Caution

This branch is only for personal development, study and research. Please do not use any attachments directly. The author is not responsible for any problems with the source attachments.

免责声明

Caution

本分支仅用于个人开发提供学习研究,请勿直接使用任何附件。如出现任何有关源附件问题,本作者概不负责。


Caution

This branch is only for personal development, study and research. Please do not use any attachments directly. The author is not responsible for any problems with the source attachments.

About

Modern & Advanced chat control for Minecraft servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 87.5%
  • Java 12.5%
0