2.0 Release

This commit is contained in:
jameslfc19 2020-07-14 23:43:38 +01:00
parent b897c6a915
commit 1732bac5f2
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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++!");