Class Settings.UUID
java.lang.Object
com.plotsquared.core.configuration.Settings.UUID
- Enclosing class:
Settings
@Comment({"UUID settings","DO NOT EDIT them unless you know what you are doing."})
public static class Settings.UUID
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanstatic intstatic longstatic booleanstatic intstatic booleanstatic booleanstatic longstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OFFLINE
-
FORCE_LOWERCASE
-
UUID_CACHE_SIZE
-
BACKGROUND_LIMIT
@Comment("Rate limit (per 10 minutes) for background UUID fetching from the Mojang API") public static int BACKGROUND_LIMIT -
IMPROMPTU_SERVICE_MOJANG_API
@Comment("Whether the Mojang API service is enabled for impromptu api calls. If false only the Background task will use http requests to fill the UUID cache (requires restart)") public static boolean IMPROMPTU_SERVICE_MOJANG_API -
IMPROMPTU_LIMIT
@Comment("Rate limit (per 10 minutes) for random UUID fetching from the Mojang API") public static int IMPROMPTU_LIMIT -
NON_BLOCKING_TIMEOUT
@Comment("Timeout (in milliseconds) for non-blocking UUID requests (mostly commands)") public static long NON_BLOCKING_TIMEOUT -
BLOCKING_TIMEOUT
@Comment("Timeout (in milliseconds) for blocking UUID requests (events)") public static long BLOCKING_TIMEOUT -
LEGACY_DATABASE_SUPPORT
@Comment("Whether or not PlotSquared should read from the legacy database") public static boolean LEGACY_DATABASE_SUPPORT -
UNKNOWN_AS_DEFAULT
@Comment("Whether or not PlotSquared should return Unknown if it fails to fulfill a request") public static boolean UNKNOWN_AS_DEFAULT -
BACKGROUND_CACHING_ENABLED
@Comment("Whether or not automatic background caching should be enabled. It is HIGHLY recommended to keep this turned on. This should only be disabled if the server has a very large number of plots (>100k)") public static boolean BACKGROUND_CACHING_ENABLED -
SERVICE_PAPER
-
SERVICE_LUCKPERMS
-
SERVICE_BUKKIT
-
SERVICE_ESSENTIALSX
-
-
Constructor Details
-
UUID
public UUID()
-