mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2025-03-11 14:23:13 +01:00
replaced spigotmc link with chestsort.de
This commit is contained in:
parent
c3f8ee9569
commit
cb8b6d81d2
@ -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;
|
||||
}
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user