diff --git a/Changelog.txt b/Changelog.txt index 4785cb0cd..7e8fa5daf 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,19 @@ +Version 2.0.3 + New Features: + - Add formula option to damage_reduction trait + - Add scale_xp_with_health entity source option + - This is true by default for entity sources with damage trigger + - Add mana.enabled option to more easily disable mana + Bug Fixes: + - Fix skills menu migration breaking + - Fix permission-blocking skills increasing stat levels + - Fix entity sources with damage trigger not scaling XP with damage + - Fix Bleed not giving XP on entity death/damage + - Fix disabled traits still showing in stats menu + - Fix skill name commands not working + API Changes: + - Add DamageXpGainEvent + Version 2.0.2 New Features: - Add excluded_enchantments option for Enchanted Strength in abilities.yml diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 408418089..93667ff01 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: AuraSkills -version: 2.0.2 +version: 2.0.3 main: dev.aurelium.auraskills.bukkit.AuraSkills description: The ultra-versatile RPG skills plugin author: Archyx diff --git a/gradle.properties b/gradle.properties index a3bc76373..34639c9f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -projectVersion = 2.0.2 \ No newline at end of file +projectVersion = 2.0.3 \ No newline at end of file