- Optimized performance
- New Channel & Format System
- Better compatibility with other plugins
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.