We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfeb965 commit 0fdd249Copy full SHA for 0fdd249
endstone_papi/plugin.py
@@ -12,8 +12,8 @@ class PlaceholderAPIPlugin(Plugin):
12
"papi": {
13
"description": "PlaceholderAPI command",
14
"usages": [
15
- "/papi (parse)<parse: PapiParseCmd> <text: message> [player: player]",
16
- "/papi (list)<list: PapiListCmd>",
+ "/papi parse <text: message> [player: player]",
+ "/papi list",
17
],
18
"permissions": ["papi.command.papi"],
19
}
0 commit comments