From 8cc8210f3852da60e6ffadbb09d7639319a1dd5d Mon Sep 17 00:00:00 2001 From: MEFRREEX Date: Thu, 18 Jan 2024 17:08:54 +0200 Subject: [PATCH] Edit plugin.yml --- plugin.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/plugin.yml b/plugin.yml index 5d2cee2..f865bfb 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,14 +1,6 @@ name: FormConstructor -main: com\formconstructor\FormConstructor version: 1.0.0 api: 5.0.0 author: MEFRREEX - -commands: - test: - description: "Test" - permission: "test.test" - -permissions: - test.test: - default: "op" \ No newline at end of file +description: Library for easy creating and handling of forms +main: com\formconstructor\FormConstructor \ No newline at end of file