nossr50 6 gadi atpakaļ
vecāks
revīzija
8e048300e8
3 mainītis faili ar 6 papildinājumiem un 3 dzēšanām
  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
   - 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)

+ 1 - 1
pom.xml

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

+ 2 - 2
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