195952021
cmi和trchat同时安装会导致复读


执笔绘君衣
在config.yml中找
  1. Chat:
  2.   # Will try to modify chat to display it in defined format
  3.   ModifyChatFormat: false
复制代码

大概在738行左右

SunsetTown
setting那个文件夹里的chat.yml
  1. Chat:
  2.   # Will try to modify chat to display it in defined format
  3.   ModifyChatFormat: false
  4.   # When set to true, regular and private messages (excludes clean messages) will have additional information when hovering over it (PlaceHolderAPI supported) and can be clicked for quick reply option
  5.   # To change default hover over messages seen on sent message, go to your locale file to Chat section
  6.   ClickHoverMessages: false
复制代码
这个是已经改好的
楼上的是旧版本的我这个是新版本的