We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53bca7 commit 071fe79Copy full SHA for 071fe79
1 file changed
src/main/java/dev/zenith/pearlplus/command/PearlPlusCommand.java
@@ -34,7 +34,8 @@ public CommandUsage commandUsage() {
34
.description("Allow players to load pearls without whitelist through whispers.")
35
.usageLines(
36
"<on/off>",
37
- "list <playerName|clear>",
+ "list",
38
+ "list clear>",
39
"add <playerName> <pearlId> <x> <y> <z>",
40
"del <playerName> <pearlId>",
41
"defaultpearlid <word|none>",
0 commit comments