From 1ecdfe0aff1105b606058839bc635c306a91972a Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Wed, 19 Aug 2020 02:44:25 +0200 Subject: [PATCH] added default permission for /pvp command --- 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 63efbc1..fc473ba 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,6 +8,9 @@ commands: pvp: usage: /pvp [args] permissions: + togglepvp.command: + default: true + description: Allows usage of /pvp command togglepvp.command.toggle: default: true description: Allows usage of /pvp toggle/enable/disable command \ No newline at end of file