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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Dec 7, 2017
1 parent ba8de0a commit 5f934da
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Your generated `AdvancedAchievements.jar` can be found in the `target` folder.

* [Documentation, installation and FAQ](https://github.com/PyvesB/AdvancedAchievements/wiki), a lot of valuable information on how to set the plugin up or use it properly.

* [Plugin translations](https://github.com/PyvesB/AdvancedAchievements/tree/master/src/main/resources), 13 languages available, feel free to improve the translations!
* [Plugin translations](https://github.com/PyvesB/AdvancedAchievements/tree/master/src/main/resources), 14 languages available, feel free to improve them!

* [HelloMinecraft](http://hellominecraft.fr/), the plugin's official server, amongst the best French servers out there!

Expand Down
18 changes: 9 additions & 9 deletions 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.3.3</version>
<version>5.4</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 Expand Up @@ -98,9 +98,9 @@
<url>http://repo.ess3.net/content/groups/essentials/</url>
</repository>
<repository>
<id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
<id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -148,10 +148,10 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.8.2</version>
<scope>provided</scope>
</dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.8.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
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 @@ -110,7 +110,7 @@
* Spigot project page: spigotmc.org/resources/advanced-achievements.6239
*
* @since April 2015
* @version 5.3.3
* @version 5.4
* @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 @@ -255,6 +255,7 @@ public void updateOldLanguage(CommentedYamlConfiguration lang) {
updateSetting(lang, "list-previous-message", "&7Previous");
updateSetting(lang, "list-next-message", "&7Next");

// Added in version 5.4:
updateSetting(lang, "custom-command-reward", "You received your reward: MESSAGE");

if (updatePerformed) {
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.3.3 configuration - Readme | #
# | Advanced Achievements 5.4 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.3.3 /aach list GUI configuration | #
# | Advanced Achievements 5.4 /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.3.3 ~ | #
# | ~ Valid as of version 5.4 ~ | #
# | Newer plugin versions will automatically append new | #
# | untranslated parameters to the end of the file. | #
# +---------------------------------------------------------+ #
Expand Down

0 comments on commit 5f934da

Please sign in to comment.