From 8419a260c5d4fe5d9977ad8cc4b9dfebcb15fa49 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 16 Dec 2020 12:26:47 +0000 Subject: [PATCH] Changed perk permission defaults --- Plugin/src/main/resources/plugin.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugin/src/main/resources/plugin.yml b/Plugin/src/main/resources/plugin.yml index 491099a4..ed90e195 100644 --- a/Plugin/src/main/resources/plugin.yml +++ b/Plugin/src/main/resources/plugin.yml @@ -72,13 +72,13 @@ permissions: # Perks ecoenchants.cooldowntime.half: description: Halves the cooldown time on spells - default: op + default: false ecoenchants.cooldowntime.third: description: Thirds the cooldown time on spells - default: op + default: false ecoenchants.cooldowntime.quarter: description: Quarters the cooldown time on spells - default: op + default: false ecoenchants.cooldowntime.75: description: Reduces the cooldown time on spells by 25% - default: op \ No newline at end of file + default: false \ No newline at end of file