Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Increased version number to 5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Feb 1, 2020
1 parent 9025a1e commit 2a28602
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion advanced-achievements-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hm.achievement</groupId>
<artifactId>advanced-achievements</artifactId>
<version>5.13.4</version>
<version>5.14.0</version>
</parent>
<version>1.3.0</version>
<artifactId>advanced-achievements-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion advanced-achievements-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hm.achievement</groupId>
<artifactId>advanced-achievements</artifactId>
<version>5.13.4</version>
<version>5.14.0</version>
</parent>
<artifactId>advanced-achievements-plugin</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ public void updateOldConfiguration(CommentedYamlConfiguration config) {
updateSetting(config, "SoundRanking", statsRankingDefault,
"For /aach top, week, month when ranked in the top list. Possible values: github.com/PyvesB/AdvancedAchievements/wiki/Sound-names");

// Added in 5.14.0:
updateSetting(config, "ReceiverChatMessages", true, "Display chat messages when a player receives an achievement.");

if (updatePerformed) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hm.achievement</groupId>
<artifactId>advanced-achievements</artifactId>
<version>5.13.4</version>
<version>5.14.0</version>
<url>https://github.com/PyvesB/AdvancedAchievements</url>
<name>AdvancedAchievements</name>
<description>A Minecraft plugin that brings unique and challenging achievements on your server! Books, GUI, rankings, rewards, effects and more!</description>
Expand Down

0 comments on commit 2a28602

Please sign in to comment.