Class Settings.Web
java.lang.Object
com.plotsquared.core.configuration.Settings.Web
- Enclosing class:
Settings
@Deprecated(forRemoval=true,
since="6.0.0")
@Comment("Schematic interface related settings")
public static class Settings.Web
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanDeprecated, for removal: This API element is subject to removal in a future version.static StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionWeb()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
URL
@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 URLDeprecated, for removal: This API element is subject to removal in a future version. -
LEGACY_WEBINTERFACE
@Comment({"Whether or not the legacy web interface will be used for /plot download and /plot save","Note that this will be removed in future versions. Updating to Arkitektonika is highly suggested"}) public static boolean LEGACY_WEBINTERFACEDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Web
public Web()Deprecated, for removal: This API element is subject to removal in a future version.
-