From db28cf1e08624d7b7f5d869b6f2f4e050b46ceb8 Mon Sep 17 00:00:00 2001 From: ImproperIssues Date: Tue, 8 Aug 2023 20:01:15 -0700 Subject: [PATCH] updated README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index cf26a08..71c770c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ExplosionsControl Control the explosions in your Minecraft server! Configurations are separate for each world, custom worlds supporrted! -------------------------------------------------------------------------- + +## Commands ```yaml commands: updateworlds: @@ -12,3 +14,14 @@ commands: usage: /configworld permission: exc.commands.configworld ``` + +## Permissions +```yml +permissions: + exc.commands.updateworlds: + description: Command access + default: op + exc.commands.configworlds: + description: Command access + default: op +``` \ No newline at end of file