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