diff --git a/java/coreplugin/coreplugin/Core.java b/java/coreplugin/coreplugin/Core.java index 66c1f25..98a61a4 100644 --- a/java/coreplugin/coreplugin/Core.java +++ b/java/coreplugin/coreplugin/Core.java @@ -18,7 +18,6 @@ import org.bukkit.plugin.java.JavaPlugin; public final class Core extends JavaPlugin { private static Core instance; - public String updatemsg; String version = this.getDescription().getVersion(); @Override public void onEnable() { @@ -34,7 +33,7 @@ public final class Core extends JavaPlugin { if (this.getDescription().getVersion().equalsIgnoreCase(version)) { Logger.log(Logger.LogLevel.SUCCESS, "Core Plugin is up to date."); } else { - Logger.log(Logger.LogLevel.ERROR, "Plugin is out of date, please download the new version at https://www.spigotmc.org/resources/core-plugin.87756/"); + Logger.log(Logger.LogLevel.ERROR, "Plugin is out of date, please download the new version at: https://www.spigotmc.org/resources/core-plugin.87756/ If this is a recently released version, the spigot API might not have updated."); } }); diff --git a/resources/plugin.yml b/resources/plugin.yml index 00916f1..e618105 100644 --- a/resources/plugin.yml +++ b/resources/plugin.yml @@ -1,5 +1,5 @@ name: CorePlugin -version: 1.1.0 +version: 1.1.1 main: coreplugin.coreplugin.Core api-version: 1.16 authors: [ 5vl ]