From 6a8c6a9741d89a7a241794e220b1f97051b39e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sait=E2=84=A2?= Date: Sat, 1 Sep 2018 00:46:36 +0700 Subject: [PATCH] Grant permission for /ma ready by default This makes the ready command consistent with the rest of the sane defaults as well as with the ready block, which requires no permissions. --- src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 8acd934..2e8d39e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -33,6 +33,9 @@ permissions: mobarena.use.class: description: Pick a class by name default: true + mobarena.use.ready: + description: Ready to start the battle + default: true mobarena.admin: description: Gives access to all admin commands