Skip to content

Commit

Permalink
Beta 1.3.14 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Feb 19, 2023
1 parent 0e45c14 commit a2ab9aa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version Beta 1.3.14
Changes:
- Add Dutch messages
API Changes:
- The addXp methods in AureliumAPI will no longer grant XP for disabled skills
Bug Fixes:
- Fix mana ability raise sending empty chat messages
- Fix NaN showing on rank item when leaderboard is empty
- Fix error when using boss bar single mode
- Fix region memory leak when worlds are unloaded or deleted
- Fix arrow duplication crash with some protected regions
- Fix Bleed activating when it shouldn't in some protected regions
- Fix error when using Archery damage-based leveler
- Fix Disenchanter grindstone exp exploit

Version Beta 1.3.13
New Features:
- Add PlaceholderAPI support to boss bars
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.archy-x</groupId>
<artifactId>AureliumSkills</artifactId>
<version>Beta1.3.13</version>
<version>Beta1.3.14</version>
<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public class ReleaseData {

public static final long RELEASE_TIME = 1675373794245L;
public static final long RELEASE_TIME = 1676777992648L;

}
2 changes: 1 addition & 1 deletion 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.13
version: Beta 1.3.14
main: com.archyx.aureliumskills.AureliumSkills
description: Feature-Packed Skills Plugin
author: Archyx
Expand Down

0 comments on commit a2ab9aa

Please sign in to comment.