Skip to content

Commit 1398e7f

Browse files
committed
Readme.project
1 parent 09c1c25 commit 1398e7f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

install/coolq/readme.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## 概述
44
- `JustChat 酷Q机器人端`用于接受与发送QQ群消息以供群员与`JustChat Minecraft服务器端``JustChat 消息转发控制中心`等使用。
5-
- 若本页内容格式错乱麻烦移步 <https://github.com/ExerciseBook/JustChat/tree/master/install/coolq> 阅读。
65

76
## 安装
87
1. [下载插件](https://github.com/ExerciseBook/JustChat/releases/)
@@ -36,13 +35,13 @@
3635
name=My QQ Group
3736
# 当插件为客户端模式时本设置有效,为客户端心跳包的时间间隔。0为关闭。(单位:秒)
3837
pulseInterval=20
39-
38+
#
4039
# 一般设置
4140
[config]
4241
# 欲将本插件于何群使用
4342
groupid=123456789
44-
4543
# 消息与功能开关
44+
#
4645
[events]
4746
# 服务器通告类 消息开关
4847
Info_all=true
@@ -84,25 +83,25 @@
8483
[message]
8584
# 服务器通告 一般输出格式
8685
Msg_INFO_General=[%SERVER%] %CONTENT%
87-
86+
#
8887
# 当玩家加入游戏时,并未有接收到现成输出内容,机器人发往群中的消息的格式。
8988
Msg_INFO_Join=[%SERVER%] %SENDER% joined the game.
90-
89+
#
9190
# 当玩家退出游戏时,并未有接收到现成输出内容,机器人发往群中的消息的格式。
9291
Msg_INFO_Disconnect=[%SERVER%] %SENDER% left the game.
93-
92+
#
9493
# 当玩家死亡时,并未有接收到现成输出内容,机器人发往群中的消息的格式。
9594
Msg_INFO_PlayerDead=[%SERVER%] %SENDER% dead.
96-
95+
#
9796
# 当玩家发言时,机器人往群众发送的消息的格式。
9897
Msg_Text_Overview=[*][%SERVER%][%WORLD_DISPLAY%]%SENDER%= %CONTENT%
99-
98+
#
10099
# 查询当前在线玩家列表
101100
Msg_Server_Playerlist=[%SERVER%] There are %NOW%/%MAX% players online.
102-
101+
#
103102
# 服务器连接成功提示
104103
Event_online=Server %NAME% is now online.
105-
104+
#
106105
# 服务器断开连接提示
107106
Event_offline=Server %NAME% is now offline.
108107
```

0 commit comments

Comments
 (0)