diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java index 84fe1bceb..e1b7c6727 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java @@ -238,7 +238,7 @@ public class Settings extends Config { @Comment({"The web interface for schematics", " - All schematics are anonymous and private", " - Downloads can be deleted by the user", " - Supports plot uploads, downloads and saves",}) public static String URL = - "https://empcraft.com/plots/"; + "https://athion.net/plots/"; @Comment({"The web interface for assets", " - All schematics are organized and public", " - Assets can be searched, selected and downloaded",}) public static String ASSETS = "https://empcraft.com/assetpack/";