Skip to content

Commit 0fdd249

Browse files
committed
feat: use simplified syntax for command usages
1 parent bfeb965 commit 0fdd249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

endstone_papi/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class PlaceholderAPIPlugin(Plugin):
1212
"papi": {
1313
"description": "PlaceholderAPI command",
1414
"usages": [
15-
"/papi (parse)<parse: PapiParseCmd> <text: message> [player: player]",
16-
"/papi (list)<list: PapiListCmd>",
15+
"/papi parse <text: message> [player: player]",
16+
"/papi list",
1717
],
1818
"permissions": ["papi.command.papi"],
1919
}

0 commit comments

Comments
 (0)