Skip to content

Commit

Permalink
Beta 1.3.13 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Feb 2, 2023
1 parent 114555e commit ca9a52f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Version Beta 1.3.13
New Features:
- Add PlaceholderAPI support to boss bars
- Add Terraform max_blocks option to change the number of blocks broken
- Add transfer command to migrate player data between accounts
- Add use-suffix option for action and boss bar to toggle level xp suffix formatting
- Add WorldGuard flags for controlling each individual skill's XP gain
- Flag name is aureliumskils-xp-gain-skillname
Changes:
- No longer send ability chat messages if message string is empty
- Make xp_gained placeholder work in boss bar messages
- Remove unnecessary .0 in numbers with suffix formatting
Bug Fixes:
- Fix memory leak with spawner multiplier option
- Fix mana not regenerating due to Absorption activation not being removed
- Fix potential NPE in SkillBossBar
- Fix blank lines in menu for disabled abilities when using non-English languages

Version Beta 1.3.12
Changes:
- Add support for Minecraft 1.19.3
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.12</version>
<version>Beta1.3.13</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 = 1670788007265L;
public static final long RELEASE_TIME = 1675373794245L;

}
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.12
version: Beta 1.3.13
main: com.archyx.aureliumskills.AureliumSkills
description: Feature-Packed Skills Plugin
author: Archyx
Expand Down

0 comments on commit ca9a52f

Please sign in to comment.