1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

fix(messages): 修复 list 指令前缀变量未被替换的问题。

This commit is contained in:
Carm Jos 2022-07-01 20:36:56 +08:00
parent 9693bc6b8a
commit 9d601b4f75

View File

@ -59,7 +59,7 @@ public class PluginMessages extends ConfigurationRoot {
"&8#%(weight) &f%(identifier)", "&8#%(weight) &f%(identifier)",
"&8- &7显示名 &r%(name) &7权限 &r%(permission)", "&8- &7显示名 &r%(name) &7权限 &r%(permission)",
"&8- &7内容示例&r %(content) %(sender_name)" "&8- &7内容示例&r %(content) %(sender_name)"
).params("weight", "identifier", "name", "permission", "sender_name").build(); ).params("weight", "identifier", "name", "permission", "content", "sender_name").build();
} }