فهرست منبع

Fix default permission for Critical Strikes

Shane Freeder 5 سال پیش
والد
کامیت
38d64f207d
2فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  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
     Spectral arrows are now tracked by mcMMO
     Use minimum level of salvageable properly
+    Fix axes Critical Strikes default permissions
 
 Version 2.1.114
     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
         children:
             mcmmo.ability.axes.axemastery: true
-            mcmmo.ability.axes.criticalhit: true
+            mcmmo.ability.axes.criticalstrikes: true
             mcmmo.ability.axes.greaterimpact: true
             mcmmo.ability.axes.armorimpact: true
             mcmmo.ability.axes.skullsplitter: true
@@ -282,8 +282,8 @@ permissions:
         description: Adds damage to axes
     mcmmo.ability.axes.axemastery:
         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:
         description: Allows access to the Greater Impact ability
     mcmmo.ability.axes.armorimpact: