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 ae233b4 commit 18ffc83Copy full SHA for 18ffc83
src/endstone_example/example_plugin.py
@@ -33,18 +33,13 @@ class ExamplePlugin(Plugin):
33
"default": True,
34
"children": {
35
"python_example.command.python": True,
36
- "python_example.command.test": True,
37
"python_example.command.kickme": True,
38
},
39
40
"python_example.command.python": {
41
"description": "Allow users to use the /python command.",
42
"default": "op",
43
44
- "python_example.command.test": {
45
- "description": "Allow users to use the /test command.",
46
- "default": True,
47
- },
48
"python_example.command.kickme": {
49
"description": "Allow users to use the /kickme command.",
50
0 commit comments