diff --git a/ChestsPlusPlus_Main/pom.xml b/ChestsPlusPlus_Main/pom.xml index 0a9f978..8e5264d 100644 --- a/ChestsPlusPlus_Main/pom.xml +++ b/ChestsPlusPlus_Main/pom.xml @@ -6,7 +6,7 @@ <groupId>com.jamesdpeters.minecraft.chests</groupId> <artifactId>ChestsPlusPlus-Master</artifactId> - <version>2.0-BETA</version> + <version>2.0-Release</version> <properties> <maven.compiler.source>8</maven.compiler.source> diff --git a/ChestsPlusPlus_Main/src/main/java/com/jamesdpeters/minecraft/chests/ChestsPlusPlus.java b/ChestsPlusPlus_Main/src/main/java/com/jamesdpeters/minecraft/chests/ChestsPlusPlus.java index 52fa76f..d69f348 100644 --- a/ChestsPlusPlus_Main/src/main/java/com/jamesdpeters/minecraft/chests/ChestsPlusPlus.java +++ b/ChestsPlusPlus_Main/src/main/java/com/jamesdpeters/minecraft/chests/ChestsPlusPlus.java @@ -125,6 +125,7 @@ public class ChestsPlusPlus extends JavaPlugin { getLogger().warning("New version of the plugin has been found: " + version); getLogger().warning("Download at: "+SPIGOT_URL); Bukkit.broadcastMessage(ChatColor.RED + "[Chests++] New version of the plugin was found: " + version); + Bukkit.broadcastMessage(ChatColor.RED + "[Chests++] Download at: " +ChatColor.WHITE+ SPIGOT_URL); break; case LATEST: if(!boot) getLogger().info("Plugin is up to date! Thank you for supporting Chests++!");