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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Dec 22, 2017
1 parent bb467ec commit f89ceb8
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 24 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), 14 languages available, feel free to improve them!
* [Plugin translations](https://github.com/PyvesB/AdvancedAchievements/tree/master/src/main/resources), 15 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
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.4</version>
<version>5.5</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 @@ -112,7 +112,7 @@
* Spigot project page: spigotmc.org/resources/advanced-achievements.6239
*
* @since April 2015
* @version 5.4
* @version 5.5
* @author Pyves
*/
public class AdvancedAchievements extends JavaPlugin implements Reloadable {
Expand Down
8 changes: 3 additions & 5 deletions src/main/java/com/hm/achievement/utils/FileUpdater.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void updateOldConfiguration(CommentedYamlConfiguration config) {
"the chat. If HoverableReceiverChatText is true, a single hoverable text will be displayed to the receiver.",
"Otherwise texts will be displayed one after the other.");

// Added in version 5.4.1:
// Added in version 5.5:
updateSetting(config, "ListColorNotReceived", 8,
"Color used for Goals and progress bars in /aach list when an achievement is not yet received.");

Expand Down Expand Up @@ -268,11 +268,9 @@ public void updateOldLanguage(CommentedYamlConfiguration lang) {
// Added in version 5.4:
updateSetting(lang, "custom-command-reward", "You received your reward: MESSAGE");

// Added in version 5.4.1:
// Added in version 5.5:
updateSetting(lang, "version-command-essentials", "Essentials integration:");
updateSetting(lang, "version-command-placeholderapi", "PlaceholderAPI integration:");

// Added in version 5.4.X:
updateSetting(lang, "error-value", "The value VALUE must to be an integer!");
updateSetting(lang, "statistic-increased", "Statistic ACH increased by AMOUNT for PLAYER!");
updateSetting(lang, "aach-command-add", "Increase a statistic.");
Expand Down Expand Up @@ -317,7 +315,7 @@ public void updateOldGUI(CommentedYamlConfiguration gui) {
updateSetting(gui, "NextButton.Item", "stone_button");
updateSetting(gui, "NextButton.Metadata", 0);

// Added in version 5.4.X:
// Added in version 5.5:
updateSetting(gui, "Custom.Item", "feather");
updateSetting(gui, "Custom.Metadata", 0);

Expand Down
24 changes: 12 additions & 12 deletions 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.4 configuration - Readme | #
# | Advanced Achievements 5.5 configuration - Readme | #
# 1---------------------------------------------------------1 #
#==============================o==============================#

Expand Down Expand Up @@ -629,19 +629,9 @@ PlayerCommands:
Execute: "say §cALERT: §7PLAYER is now a statistician"
Display: Broadcast

# When the command /aach add is called for this category.
Custom:
votes:
10:
Message: Vote 10 times for the server!
Name: customs_votes_10
DisplayName: Server fan
Reward:
Money: 5

#===========================OOO=OOO===========================#
# VI-------------------------------------------------------VI #
# | Command achievements | #
# | Command-based achievements | #
# 6---------------------------------------------------------6 #
#===========================ooo=ooo===========================#

Expand All @@ -656,6 +646,16 @@ Commands:
Name: yourAch1
DisplayName: Special Event Achievement!

# When the command /aach add is called for this category.
Custom:
votes:
10:
Message: Vote 10 times for the server!
Name: customs_votes_10
DisplayName: Server fan
Reward:
Money: 5

#===========================OOOOOOO===========================#
# VII-----------------------------------------------------VII #
# | Parameters in future plugin versions will appear here | #
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.4 /aach list GUI configuration | #
# | Advanced Achievements 5.5 /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-FI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#=============================================================#
# +---------------------------------------------------------+ #
# | Advanced Achievements Finnish translation by Rsl1122 | #
# | ~ Valid as of version 5.4 ~ | #
# | ~ Valid as of version 5.5 ~ | #
# | Newer plugin versions will automatically append new | #
# | untranslated parameters to the end of the file. | #
# +---------------------------------------------------------+ #
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang-PL.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#=============================================================#
# +---------------------------------------------------------+ #
# | Advanced Achievements English translation by Garixer | #
# | Advanced Achievements Polish translation by Garixer | #
# | ~ Valid as of version 5.3.3 ~ | #
# | Newer plugin versions will automatically append new | #
# | untranslated parameters to the end of the file. | #
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.4 ~ | #
# | ~ Valid as of version 5.5 ~ | #
# | Newer plugin versions will automatically append new | #
# | untranslated parameters to the end of the file. | #
# +---------------------------------------------------------+ #
Expand Down

0 comments on commit f89ceb8

Please sign in to comment.