Skip to content

Commit 18ffc83

Browse files
committed
refactor: remove permissions related to test
1 parent ae233b4 commit 18ffc83

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/endstone_example/example_plugin.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,13 @@ class ExamplePlugin(Plugin):
3333
"default": True,
3434
"children": {
3535
"python_example.command.python": True,
36-
"python_example.command.test": True,
3736
"python_example.command.kickme": True,
3837
},
3938
},
4039
"python_example.command.python": {
4140
"description": "Allow users to use the /python command.",
4241
"default": "op",
4342
},
44-
"python_example.command.test": {
45-
"description": "Allow users to use the /test command.",
46-
"default": True,
47-
},
4843
"python_example.command.kickme": {
4944
"description": "Allow users to use the /kickme command.",
5045
"default": True,

0 commit comments

Comments
 (0)