Skip to content

Commit

Permalink
refactor: remove permissions related to test
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jul 28, 2024
1 parent ae233b4 commit 18ffc83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/endstone_example/example_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,13 @@ class ExamplePlugin(Plugin):
"default": True,
"children": {
"python_example.command.python": True,
"python_example.command.test": True,
"python_example.command.kickme": True,
},
},
"python_example.command.python": {
"description": "Allow users to use the /python command.",
"default": "op",
},
"python_example.command.test": {
"description": "Allow users to use the /test command.",
"default": True,
},
"python_example.command.kickme": {
"description": "Allow users to use the /kickme command.",
"default": True,
Expand Down

0 comments on commit 18ffc83

Please sign in to comment.