mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2025-01-25 09:41:32 +01:00
2.0 Release
This commit is contained in:
parent
b897c6a915
commit
1732bac5f2
@ -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>
|
||||
|
@ -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++!");
|
||||
|
Loading…
Reference in New Issue
Block a user