From a130d801d5b2a2fa124547aea2e84c1481e93527 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Tue, 28 Apr 2020 11:21:30 +0100 Subject: [PATCH] schem.intellectualsites.com (just forwards to athion.net but cnamed) --- .../main/java/com/plotsquared/core/configuration/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index f7a0715d4..5372aa5b0 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -263,7 +263,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://athion.net/plots/"; + "https://schem.intellectualsites.com/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/";