mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Remove dead asset setting
This commit is contained in:
parent
c9fae6a070
commit
5efdef19cf
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user