replaced spigotmc link with chestsort.de

This commit is contained in:
mfnalex 2019-04-29 14:23:42 +02:00
parent c3f8ee9569
commit cb8b6d81d2
2 changed files with 4 additions and 4 deletions

View File

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

View File

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