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

Commit

Permalink
Increased version number to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Jan 18, 2018
1 parent dc86e00 commit 5682f5d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hm.achievement</groupId>
<artifactId>AdvancedAchievements</artifactId>
<version>5.5</version>
<version>5.6</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
2 changes: 1 addition & 1 deletion src/main/java/com/hm/achievement/AdvancedAchievements.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* Spigot project page: spigotmc.org/resources/advanced-achievements.6239
*
* @since April 2015
* @version 5.5
* @version 5.6
* @author Pyves
*/
public class AdvancedAchievements extends JavaPlugin implements Reloadable {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/hm/achievement/utils/FileUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public void updateOldConfiguration(CommentedYamlConfiguration config) {
updateSetting(config, "ListColorNotReceived", 8,
"Color used for Goals and progress bars in /aach list when an achievement is not yet received.");

// Added in version 5.6:
if (!config.isConfigurationSection("AllAchievementsReceivedRewards")) {
updateSetting(config, "AllAchievementsReceivedRewards.Money", 30,
"Awarded when a player has received all the achievements. Use the same reward pattern as with achievements.",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#==============================O==============================#
# I---------------------------------------------------------I #
# | Advanced Achievements 5.5 configuration - Readme | #
# | Advanced Achievements 5.6 configuration - Readme | #
# 1---------------------------------------------------------1 #
#==============================o==============================#

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/gui.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#==============================================================#
# +----------------------------------------------------------+ #
# | Advanced Achievements 5.5 /aach list GUI configuration | #
# | Advanced Achievements 5.6 /aach list GUI configuration | #
# +----------------------------------------------------------+ #
#==============================================================#
# Possible items: hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#=============================================================#
# +---------------------------------------------------------+ #
# | Advanced Achievements English translation by DarkPyves | #
# | ~ Valid as of version 5.5 ~ | #
# | ~ Valid as of version 5.6 ~ | #
# | Newer plugin versions will automatically append new | #
# | untranslated parameters to the end of the file. | #
# +---------------------------------------------------------+ #
Expand Down

0 comments on commit 5682f5d

Please sign in to comment.