From 18ffc833b2c6004a4ddd2a4a2e15f10c62e2d0c3 Mon Sep 17 00:00:00 2001 From: Vincent Date: Sun, 28 Jul 2024 01:30:33 +0100 Subject: [PATCH] refactor: remove permissions related to test --- src/endstone_example/example_plugin.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/endstone_example/example_plugin.py b/src/endstone_example/example_plugin.py index a4100ed..f15b134 100644 --- a/src/endstone_example/example_plugin.py +++ b/src/endstone_example/example_plugin.py @@ -33,7 +33,6 @@ class ExamplePlugin(Plugin): "default": True, "children": { "python_example.command.python": True, - "python_example.command.test": True, "python_example.command.kickme": True, }, }, @@ -41,10 +40,6 @@ class ExamplePlugin(Plugin): "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,