diff --git a/src/main/java/me/stats/CustomStats/CustomStats.java b/src/main/java/me/stats/CustomStats/CustomStats.java index ffa75e3..6195232 100644 --- a/src/main/java/me/stats/CustomStats/CustomStats.java +++ b/src/main/java/me/stats/CustomStats/CustomStats.java @@ -19,11 +19,11 @@ public void onEnable() { console.info("Configuration loaded."); console.info("Checking for a newer version."); - new UpdateChecker(this, 80763).getVersion(version -> { + new UpdateChecker(this, 88300).getVersion(version -> { if (this.getDescription().getVersion().equalsIgnoreCase(version)) { console.info("Your up to date!"); } else { - console.info("There is a new update available. Download it at [redacted]."); + console.info("There is a new update available. Download it at https://www.spigotmc.org/resources/customstats.88300/."); } });