diff --git a/README.md b/README.md
index 6076adc..110441d 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@
-**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!**
-
+
diff --git a/pom.xml b/pom.xml
index 7588c04..ce8d3eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,10 +3,10 @@
4.0.0
com.hm.petmaster
PetMaster
- 1.7
+ 1.8
https://github.com/PyvesB/PetMaster
PetMaster
- 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!
GitHub Issues
https://github.com/PyvesB/PetMaster/issues
diff --git a/src/main/java/com/hm/petmaster/PetMaster.java b/src/main/java/com/hm/petmaster/PetMaster.java
index 69aed1c..5fde631 100644
--- a/src/main/java/com/hm/petmaster/PetMaster.java
+++ b/src/main/java/com/hm/petmaster/PetMaster.java
@@ -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
@@ -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 {
diff --git a/src/main/java/com/hm/petmaster/command/InfoCommand.java b/src/main/java/com/hm/petmaster/command/InfoCommand.java
index bab6cd0..8e0e153 100644
--- a/src/main/java/com/hm/petmaster/command/InfoCommand.java
+++ b/src/main/java/com/hm/petmaster/command/InfoCommand.java
@@ -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()) {
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index fa63a88..b5dd7b6 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -1,6 +1,6 @@
#==============================O==============================#
# I---------------------------------------------------------I #
-# | Pet Master 1.7 configuration - Readme | #
+# | Pet Master 1.8 configuration - Readme | #
# 1---------------------------------------------------------1 #
#==============================o==============================#
diff --git a/src/main/resources/lang.yml b/src/main/resources/lang.yml
index 601fe08..9245e08 100644
--- a/src/main/resources/lang.yml
+++ b/src/main/resources/lang.yml
@@ -1,6 +1,6 @@
#============================================================#
# +--------------------------------------------------------+ #
-# | Pet Master 1.7 English language file | #
+# | Pet Master 1.8 English language file | #
# | By DarkPyves | #
# +--------------------------------------------------------+ #
#============================================================#
@@ -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:"
#============================================================#
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index e4be86d..8ce8bdc 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -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: