Skip to content

Commit

Permalink
Beta 1.3.22 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Sep 9, 2023
1 parent ef318d6 commit 1f69746
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
Version Beta 1.3.22
Bug Fixes:
- Ensure all String case calls use ROOT locale to fix config bugs
- Fix level progression menu bugs with non-default items_per_page
- Fix multiplier permissions set to false being functional
- Fix excessive health stat error
- Fix disabled XP multiplier abilities applying in sources menu
- Fix Archery spawner-multiplier option not working
- Fix split slimes and magma cubes not applying spawner-multiplier
- Fix Bleed applying when not unlocked
- Fix XP multiplier abilities apply sometimes when not unlocked
- Fix combined skill leaderboard placeholder not working
- Fix empty sources menu pages with many disabled sources
- Make source item base XP and multiplied XP rounding consistent
- Fix Sorcery giving XP when blocked or disabled
- Fix resethealth command not working with RCON
- Fix MiniMessage hex color support in menus
- Remove automatic loot file updating
- Fix Wise Effect overflow mana when allow-over-max-mana is false

Version Beta 1.3.21
New Features:
- Add reset-xp-on-death option to reset skill xp when a player dies
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: AureliumSkills
version: Beta 1.3.21
version: Beta 1.3.22
main: com.archyx.aureliumskills.AureliumSkills
description: Feature-Packed 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 = Beta1.3.21
projectVersion = Beta1.3.22

0 comments on commit 1f69746

Please sign in to comment.