diff --git a/Changelog.txt b/Changelog.txt index 9f373f01f..232675755 100644 --- a/Changelog.txt +++ b/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 diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 7f23ba9a3..7006f2318 100644 --- a/src/main/resources/plugin.yml +++ b/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: