nossr50 6 years ago
parent
commit
8e048300e8
3 changed files with 6 additions and 3 deletions
  1. 3 0
      Changelog.txt
  2. 1 1
      pom.xml
  3. 2 2
      src/main/resources/plugin.yml

+ 3 - 0
Changelog.txt

@@ -7,6 +7,9 @@ Key:
   ! Change
   ! Change
   - Removal
   - 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
 Version 2.1.10
     Fishing command did an oopsie
     Fishing command did an oopsie
     Endstone now gives the same XP as Stone (update your experience.yml)
     Endstone now gives the same XP as Stone (update your experience.yml)

+ 1 - 1
pom.xml

@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <groupId>com.gmail.nossr50.mcMMO</groupId>
     <artifactId>mcMMO</artifactId>
     <artifactId>mcMMO</artifactId>
-    <version>2.1.10</version>
+    <version>2.1.11</version>
     <name>mcMMO</name>
     <name>mcMMO</name>
     <url>https://github.com/mcMMO-Dev/mcMMO</url>
     <url>https://github.com/mcMMO-Dev/mcMMO</url>
     <scm>
     <scm>

+ 2 - 2
src/main/resources/plugin.yml

@@ -560,10 +560,10 @@ permissions:
     mcmmo.ability.swords.all:
     mcmmo.ability.swords.all:
         description: Allows access to all Swords abilities
         description: Allows access to all Swords abilities
         children:
         children:
-            mcmmo.ability.swords.bleed: true
+            mcmmo.ability.swords.rupture: true
             mcmmo.ability.swords.counterattack: true
             mcmmo.ability.swords.counterattack: true
             mcmmo.ability.swords.serratedstrikes: true
             mcmmo.ability.swords.serratedstrikes: true
-    mcmmo.ability.swords.bleed:
+    mcmmo.ability.swords.rupture:
         description: Allows access to the Bleed ability
         description: Allows access to the Bleed ability
     mcmmo.ability.swords.counterattack:
     mcmmo.ability.swords.counterattack:
         description: Allows access to the Counter Attack ability
         description: Allows access to the Counter Attack ability