mirror of
https://github.com/jie65535/gc-openchat-plugin.git
synced 2025-12-15 18:31:33 +08:00
Fix ban issue
Add ban and limit feedback
This commit is contained in:
@@ -53,7 +53,14 @@
|
||||
sendJoinMessage: true,
|
||||
|
||||
// 玩家加入时发送消息
|
||||
joinMessage: "本服已启用聊天,/chat on 开启(默认),/chat off 屏蔽"
|
||||
joinMessage: "本服已启用聊天,/chat on 开启(默认),/chat off 屏蔽",
|
||||
|
||||
// 被禁言反馈消息
|
||||
bannedFeedback: "你已经被禁言!",
|
||||
|
||||
// 消息太频繁反馈消息
|
||||
// {limit} 服务器设置的限制次数
|
||||
msgTooFrequentFeedback: "服务器设置每分钟仅允许发言{limit}次"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user