CMI进入服务器时自定义信息怎么搞
找了一圈都没看到
 
 
类似这个
找了一圈都没看到
类似这个
这个消息管理是CMI的前置CMILB管理的
所以你需要到CMILB的文件夹里去搜索:
CMILib\Translations
所以你需要到CMILB的文件夹里去搜索:
FirstJoin: '&e欢迎 &6[playerDisplayName] &e来到本服务器'
LogoutCustom: ' &6[playerDisplayName] &e退出了游戏'
LoginCustom: ' &6[playerDisplayName] &e加入了游戏'
也可以在CMI文件夹的eventCommands.yml进行自定义配置
joinServer:
Enabled: false
Commands:
- cmi msg [playerName] This is event command example!
- cmi actionbarmsg [playerName] This is event command example!
quitServer:
Enabled: false
Commands:
- cmi msg [playerName] This is event command example!
- cmi actionbarmsg [playerName] This is event command example!