Skip to content

Commit

Permalink
2.0.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Mar 23, 2024
1 parent 276dd70 commit 98e292b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bukkit/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
projectVersion = 2.0.2
projectVersion = 2.0.3

0 comments on commit 98e292b

Please sign in to comment.