Skip to content

Commit

Permalink
Beta 1.1.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Jun 22, 2021
1 parent 54ee1dc commit 10d8bdc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version Beta 1.1.1
Changes:
- Remove MythicMobs support:
- MythicMobs has removed public access to their maven repository due to abuse
- This makes it impossible for new users/machines and JitPack to build the plugin
- This is a necessary change to keep the plugin open source and the AureliumSkills API working
- Update aureliumskills.* permission with new permissions
Bug Fixes:
- Fix mana ability cooldown_per_level not working
- Fix modifier removeall ConcurrentModificationException
- Fix missing aureliumskills.item.give permission

Version Beta 1.1.0
New Features:
- Add customizable rewards for leveling up skills (commands, permissions, stats, items, and money):
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.1.0</version>
<version>Beta1.1.1</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 = 1624237477356L;
public static final long RELEASE_TIME = 1624329072779L;

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

0 comments on commit 10d8bdc

Please sign in to comment.