diff --git a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java index e04f706..a2a1b42 100644 --- a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java +++ b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortPlugin.java @@ -118,9 +118,9 @@ public class JeffChestSortPlugin extends JavaPlugin { getLogger().warning("This is not a problem, as ChestSort will just use the"); getLogger().warning("default settings for unset values. However, if you want"); getLogger().warning("to configure the new options, please go to"); - getLogger().warning("https://www.spigotmc.org/resources/1-13-chestsort.59773/"); - getLogger().warning("and replace your config.yml with the new one. You can"); - getLogger().warning("then insert your old changes into the new file."); + getLogger().warning("https://www.chestsort.de and replace your config.yml"); + getLogger().warning("with the new one. You can then insert your old changes"); + getLogger().warning("into the new file."); getLogger().warning("========================================================"); usingMatchingConfig = false; } diff --git a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortUpdateChecker.java b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortUpdateChecker.java index 1d245ac..eacf503 100644 --- a/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortUpdateChecker.java +++ b/src/main/java/de/jeffclan/JeffChestSort/JeffChestSortUpdateChecker.java @@ -25,7 +25,7 @@ public class JeffChestSortUpdateChecker { // This text file always contains a string with the latest version, e.g. 3.7.1 String latestVersionLink = "https://api.jeff-media.de/chestsort/chestsort-latest-version.txt"; - String downloadLink = "https://www.spigotmc.org/resources/1-13-chestsort.59773/"; + String downloadLink = "https://www.chestsort.de"; private String currentVersion = "undefined"; private String latestVersion = "undefined";