Skip to content

Commit 071fe79

Browse files
committed
Separate usage lines.
1 parent f53bca7 commit 071fe79

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/dev/zenith/pearlplus/command/PearlPlusCommand.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public CommandUsage commandUsage() {
3434
.description("Allow players to load pearls without whitelist through whispers.")
3535
.usageLines(
3636
"<on/off>",
37-
"list <playerName|clear>",
37+
"list",
38+
"list clear>",
3839
"add <playerName> <pearlId> <x> <y> <z>",
3940
"del <playerName> <pearlId>",
4041
"defaultpearlid <word|none>",

0 commit comments

Comments
 (0)