mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Fix incorrect chat meta command usage
This commit is contained in:
parent
261fc82016
commit
be2a8b7b07
@ -56,8 +56,7 @@ public class MetaRemoveChatMeta extends SharedSubCommand {
|
||||
Arg.list(
|
||||
Arg.create("priority", true, "the priority to remove the " + DESCRIPTOR.apply(isPrefix) + " at"),
|
||||
Arg.create(DESCRIPTOR.apply(isPrefix), false, "the " + DESCRIPTOR.apply(isPrefix) + " string"),
|
||||
Arg.create("server", false, "the server to remove the " + DESCRIPTOR.apply(isPrefix) + " on"),
|
||||
Arg.create("world", false, "the world to remove the " + DESCRIPTOR.apply(isPrefix) + " on")
|
||||
Arg.create("context...", false, "the contexts to remove the " + DESCRIPTOR.apply(isPrefix) + " in")
|
||||
)
|
||||
);
|
||||
this.isPrefix = isPrefix;
|
||||
|
@ -56,8 +56,7 @@ public class MetaRemoveTempChatMeta extends SharedSubCommand {
|
||||
Arg.list(
|
||||
Arg.create("priority", true, "the priority to remove the " + DESCRIPTOR.apply(isPrefix) + " at"),
|
||||
Arg.create(DESCRIPTOR.apply(isPrefix), false, "the " + DESCRIPTOR.apply(isPrefix) + " string"),
|
||||
Arg.create("server", false, "the server to remove the " + DESCRIPTOR.apply(isPrefix) + " on"),
|
||||
Arg.create("world", false, "the world to remove the " + DESCRIPTOR.apply(isPrefix) + " on")
|
||||
Arg.create("context...", false, "the contexts to remove the " + DESCRIPTOR.apply(isPrefix) + " in")
|
||||
)
|
||||
);
|
||||
this.isPrefix = isPrefix;
|
||||
|
Loading…
Reference in New Issue
Block a user