Remove dead asset setting

This commit is contained in:
N0tMyFaultOG 2020-08-13 21:16:30 +02:00
parent c9fae6a070
commit 5efdef19cf
2 changed files with 2 additions and 8 deletions

View File

@ -29,7 +29,6 @@ import com.google.common.collect.Lists;
import com.google.inject.Inject;
import com.plotsquared.core.permissions.Permission;
import com.plotsquared.core.configuration.Settings;
import com.plotsquared.core.configuration.caption.StaticCaption;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
import com.plotsquared.core.location.Location;
import com.plotsquared.core.player.ConsolePlayer;
@ -46,7 +45,6 @@ import com.plotsquared.core.util.task.TaskManager;
import net.kyori.adventure.text.minimessage.Template;
import javax.annotation.Nonnull;
import javax.swing.plaf.basic.BasicSliderUI;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collection;

View File

@ -412,16 +412,12 @@ public class Settings extends Config {
}
@Comment("Schematic and Asset interface related settings")
@Comment("Schematic interface related settings")
public static class Web {
@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://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/";
}
@ -581,7 +577,7 @@ public class Settings extends Config {
@Comment("Actively purge invalid database entries") public static boolean DATABASE_PURGER =
false;
@Comment({"Delete plots when a player is banned.",
"Note: This only works with the /minecraft:ban command. Any punishment plugin like LiteBans is not supported."}) public static boolean BAN_DELETER = false;
"Note: This only works with the /minecraft:ban command. Any punishment plugin is not supported."}) public static boolean BAN_DELETER = false;
@Comment("Allows PlaceholderAPI placeholders to be used in captions, flags, etc.")
public static boolean EXTERNAL_PLACEHOLDERS = true;
@Comment("Make road regeneration persistent across restarts") public static boolean