File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 概述
4
4
- ` JustChat 酷Q机器人端 ` 用于接受与发送QQ群消息以供群员与` JustChat Minecraft服务器端 ` 或` JustChat 消息转发控制中心 ` 等使用。
5
- - 若本页内容格式错乱麻烦移步 < https://github.com/ExerciseBook/JustChat/tree/master/install/coolq > 阅读。
6
5
7
6
## 安装
8
7
1 . [ 下载插件] ( https://github.com/ExerciseBook/JustChat/releases/ )
36
35
name=My QQ Group
37
36
# 当插件为客户端模式时本设置有效,为客户端心跳包的时间间隔。0为关闭。(单位:秒)
38
37
pulseInterval=20
39
-
38
+ #
40
39
# 一般设置
41
40
[config]
42
41
# 欲将本插件于何群使用
43
42
groupid=123456789
44
-
45
43
# 消息与功能开关
44
+ #
46
45
[events]
47
46
# 服务器通告类 消息开关
48
47
Info_all=true
84
83
[message]
85
84
# 服务器通告 一般输出格式
86
85
Msg_INFO_General=[%SERVER%] %CONTENT%
87
-
86
+ #
88
87
# 当玩家加入游戏时,并未有接收到现成输出内容,机器人发往群中的消息的格式。
89
88
Msg_INFO_Join=[%SERVER%] %SENDER% joined the game.
90
-
89
+ #
91
90
# 当玩家退出游戏时,并未有接收到现成输出内容,机器人发往群中的消息的格式。
92
91
Msg_INFO_Disconnect=[%SERVER%] %SENDER% left the game.
93
-
92
+ #
94
93
# 当玩家死亡时,并未有接收到现成输出内容,机器人发往群中的消息的格式。
95
94
Msg_INFO_PlayerDead=[%SERVER%] %SENDER% dead.
96
-
95
+ #
97
96
# 当玩家发言时,机器人往群众发送的消息的格式。
98
97
Msg_Text_Overview=[*][%SERVER%][%WORLD_DISPLAY%]%SENDER%= %CONTENT%
99
-
98
+ #
100
99
# 查询当前在线玩家列表
101
100
Msg_Server_Playerlist=[%SERVER%] There are %NOW%/%MAX% players online.
102
-
101
+ #
103
102
# 服务器连接成功提示
104
103
Event_online=Server %NAME% is now online.
105
-
104
+ #
106
105
# 服务器断开连接提示
107
106
Event_offline=Server %NAME% is now offline.
108
107
```
You can’t perform that action at this time.
0 commit comments