版本更新至:3.81
新增:TagManager 工具,用于更改玩家头顶称号,并兼容其他计分板插件。 修复:Language2 工具的 [json] 类型 ”url“ 参数失效。
This commit is contained in:
@@ -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]")) {
|
||||
|
||||
Reference in New Issue
Block a user