From 8e048300e88715cb99687efe2ead63fba6c2f770 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Wed, 6 Feb 2019 11:01:57 -0800 Subject: [PATCH] 2.1.11 --- Changelog.txt | 3 +++ pom.xml | 2 +- src/main/resources/plugin.yml | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index da0dc1395..d10ca8fae 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -7,6 +7,9 @@ Key: ! Change - Removal +Version 2.1.11 + Fixed a bug where Rupture was using the wrong permission node (new permission node: mcmmo.ability.swords.rupture) + Version 2.1.10 Fishing command did an oopsie Endstone now gives the same XP as Stone (update your experience.yml) diff --git a/pom.xml b/pom.xml index 12b8afca9..f15c7ae33 100755 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.gmail.nossr50.mcMMO mcMMO - 2.1.10 + 2.1.11 mcMMO https://github.com/mcMMO-Dev/mcMMO diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 52d31f1db..ad103914b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -560,10 +560,10 @@ permissions: mcmmo.ability.swords.all: description: Allows access to all Swords abilities children: - mcmmo.ability.swords.bleed: true + mcmmo.ability.swords.rupture: true mcmmo.ability.swords.counterattack: true mcmmo.ability.swords.serratedstrikes: true - mcmmo.ability.swords.bleed: + mcmmo.ability.swords.rupture: description: Allows access to the Bleed ability mcmmo.ability.swords.counterattack: description: Allows access to the Counter Attack ability