We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53930ff commit f0754dfCopy full SHA for f0754df
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>center.xzy.qb</groupId>
8
<artifactId>MessageSync</artifactId>
9
- <version>1.16-SNAPSHOT</version>
+ <version>1.17-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
12
<name>MessageSync</name>
src/main/resources/config.yml
@@ -26,3 +26,4 @@ login-allow-tick: 600 # 指定tick后还未登录就踢出玩家
26
login-allow-tick-msg: "登录已超时,请重新进入" # 登录超时时提示的消息
27
reg-allow-tick: 1200 # 指定tick后还未注册就踢出玩家
28
reg-allow-tick-msg: "注册已超时,请重新进入" # 注册超时时提示的消息
29
+login-ignore-prefix: "bot_" # 需要忽略的前缀(可用于假人)请注意这也会忽略相应玩家的进服消息同步
0 commit comments