Skip to content

Commit

Permalink
Increased version number to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Dec 22, 2017
1 parent 418f5d6 commit 6da40dc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<img src ="https://img.shields.io/github/contributors/PyvesB/PetMaster.svg" />
</a>

**Whose pet is this? Manage pets on Minecraft servers and display owners via holograms, action bar or chat messages!**
**Whose pet is this? Manage pets on Minecraft servers and display information via holograms, action bar or chat messages!**

<p align="center">
<img src ="http://images.jupload.fr/1496942659.png" />
<img src ="http://images.jupload.fr/1513955095.png" />
<br/>
</p>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hm.petmaster</groupId>
<artifactId>PetMaster</artifactId>
<version>1.7</version>
<version>1.8</version>
<url>https://github.com/PyvesB/PetMaster</url>
<name>PetMaster</name>
<description>Whose pet is this? Manage pets and display owners via holograms, action bar or chat messages!</description>
<description>Whose pet is this? Manage pets and display information via holograms, action bar or chat messages!</description>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/PyvesB/PetMaster/issues</url>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/hm/petmaster/PetMaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import com.hm.petmaster.listener.PlayerQuitListener;

/**
* Whose pet is this? Manage pets and display owners via holograms, action bar or chat messages!
* Whose pet is this? Manage pets and display information via holograms, action bar or chat messages!
*
* PetMaster is under GNU General Public License version 3. Please visit the plugin's GitHub for more information :
* https://github.com/PyvesB/PetMaster
Expand All @@ -37,7 +37,7 @@
* Spigot project page: spigotmc.org/resources/pet-master.15904
*
* @since December 2015.
* @version 1.7
* @version 1.8
* @author DarkPyves
*/
public class PetMaster extends JavaPlugin implements Listener {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hm/petmaster/command/InfoCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void getInfo(CommandSender sender) {
sender.sendMessage(plugin.getChatHeader() + ChatColor.GOLD
+ plugin.getPluginLang().getString("version-command-description", "Description:") + " " + ChatColor.GRAY
+ plugin.getPluginLang().getString("version-command-description-details",
"Whose pet is this? Manage pets and display owners via holograms, action bar or chat messages!"));
"Whose pet is this? Manage pets and display information via holograms, action bar or chat messages!"));
// Display whether PetMaster is enabled.
String state;
if (plugin.getEnableDisableCommand().isEnabled()) {
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 #
# | Pet Master 1.7 configuration - Readme | #
# | Pet Master 1.8 configuration - Readme | #
# 1---------------------------------------------------------1 #
#==============================o==============================#

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/lang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#============================================================#
# +--------------------------------------------------------+ #
# | Pet Master 1.7 English language file | #
# | Pet Master 1.8 English language file | #
# | By DarkPyves | #
# +--------------------------------------------------------+ #
#============================================================#
Expand Down Expand Up @@ -51,7 +51,7 @@ version-command-version: "Version:"
version-command-website: "Website:"
version-command-author: "Author:"
version-command-description: "Description:"
version-command-description-details: "Whose pet is this? Manage pets and display owners via holograms, action bar or chat messages!"
version-command-description-details: "Whose pet is this? Manage pets and display infomartion via holograms, action bar or chat messages!"
version-command-enabled: "Plugin enabled:"

#============================================================#
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: ${project.version}
author: DarkPyves
softdepend: [HolographicDisplays, Vault]
load: POSTWORLD
description: Whose pet is this? Manage pets and display owners via holograms, action bar or chat messages!
description: Whose pet is this? Manage pets and display information via holograms, action bar or chat messages!
website: https://github.com/PyvesB/PetMaster
commands:
petm:
Expand Down

0 comments on commit 6da40dc

Please sign in to comment.