版本更新至:3.81

新增:TagManager 工具,用于更改玩家头顶称号,并兼容其他计分板插件。
修复:Language2 工具的 [json] 类型 ”url“ 参数失效。
This commit is contained in:
坏黑
2018-03-17 22:34:49 +08:00
parent 325ffe8906
commit f9a405a5ca
6 changed files with 319 additions and 75 deletions

View File

@@ -88,7 +88,7 @@ public class Language2Json implements Language2Line {
}
// 打开连接
else if (message.startsWith(KEY_URL)) {
clickEvent = new OpenUrlEvent(message.substring(KEY_SUGGEST.length()));
clickEvent = new OpenUrlEvent(message.substring(KEY_URL.length()));
}
// 换行
else if (message.equals("[break]")) {