Skip to content

Commit

Permalink
Beta 1.3.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed May 30, 2022
1 parent 9a738b3 commit 4dfa27e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version Beta 1.3.3
New Features:
- Add ability to stack multiple stat modifiers using the same command
- Set the optional stack argument at the end of the /skills modifier add command to true (must also specify silent argument)
- This will create a new stat modifier with a numbered name in parenthesis at the end
- Add loot pool option require_open_water to only give fishing loot if hook is in open water (prevents AFK fishing)
Changes:
- Move loot system to new Loot Manager library

Version Beta 1.3.2
Changes:
- Update Polish messages
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.2</version>
<version>Beta1.3.3</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 = 1653536924903L;
public static final long RELEASE_TIME = 1653943833376L;

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

0 comments on commit 4dfa27e

Please sign in to comment.