Skip to content

Commit

Permalink
Beta 1.2.10 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Mar 3, 2022
1 parent 2044f5e commit 5fbae8c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version Beta 1.2.10
Changes:
- Disable item NBT functionality if version unsupported
- Update NBT API for 1.18.2
- Allow leveler message title and subtitle placeholders to be interchangeable
- Update Spanish messages
- Update Chinese (Simplified) messages
Bug Fixes:
- Fix berries right click exploit in some protected regions

Version Beta 1.2.9
Bug Fixes:
- Fix critical item duplication exploit on 1.12
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.2.9</version>
<version>Beta1.2.10</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 = 1645512047357L;
public static final long RELEASE_TIME = 1646345073906L;

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

0 comments on commit 5fbae8c

Please sign in to comment.