Browse Source

Fix default permission for Critical Strikes

Shane Freeder 5 years ago
parent
commit
38d64f207d
2 changed files with 4 additions and 3 deletions
  1. 1 0
      Changelog.txt
  2. 3 3
      src/main/resources/plugin.yml

+ 1 - 0
Changelog.txt

@@ -2,6 +2,7 @@ Version 2.1.115
     Fixed an issue with arrows causing exceptions with players not yet having data loaded
     Fixed an issue with arrows causing exceptions with players not yet having data loaded
     Spectral arrows are now tracked by mcMMO
     Spectral arrows are now tracked by mcMMO
     Use minimum level of salvageable properly
     Use minimum level of salvageable properly
+    Fix axes Critical Strikes default permissions
 
 
 Version 2.1.114
 Version 2.1.114
     Fix some more locale usages, should aim to further prevent issues with oddball locales
     Fix some more locale usages, should aim to further prevent issues with oddball locales

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

@@ -273,7 +273,7 @@ permissions:
         description: Allows access to all Axes abilities
         description: Allows access to all Axes abilities
         children:
         children:
             mcmmo.ability.axes.axemastery: true
             mcmmo.ability.axes.axemastery: true
-            mcmmo.ability.axes.criticalhit: true
+            mcmmo.ability.axes.criticalstrikes: true
             mcmmo.ability.axes.greaterimpact: true
             mcmmo.ability.axes.greaterimpact: true
             mcmmo.ability.axes.armorimpact: true
             mcmmo.ability.axes.armorimpact: true
             mcmmo.ability.axes.skullsplitter: true
             mcmmo.ability.axes.skullsplitter: true
@@ -282,8 +282,8 @@ permissions:
         description: Adds damage to axes
         description: Adds damage to axes
     mcmmo.ability.axes.axemastery:
     mcmmo.ability.axes.axemastery:
         description: Allows bonus damage from Axes
         description: Allows bonus damage from Axes
-    mcmmo.ability.axes.criticalhit:
-        description: Allows access to the Critical Hit ability
+    mcmmo.ability.axes.criticalstrikes:
+        description: Allows access to the Critical Strikes ability
     mcmmo.ability.axes.greaterimpact:
     mcmmo.ability.axes.greaterimpact:
         description: Allows access to the Greater Impact ability
         description: Allows access to the Greater Impact ability
     mcmmo.ability.axes.armorimpact:
     mcmmo.ability.axes.armorimpact: