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 Details

    • OFFLINE

      @Comment("Force using offline UUIDs (it usually detects the right mode)") public static boolean OFFLINE
    • FORCE_LOWERCASE

      @Comment("Force using lowercase UUIDs") public static boolean FORCE_LOWERCASE
    • UUID_CACHE_SIZE

      @Comment("How many UUIDs that may be stored in the cache") public static int 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

      @Comment("Whether the PaperMC service is enabled") public static boolean SERVICE_PAPER
    • SERVICE_LUCKPERMS

      @Comment("Whether the LuckPerms service is enabled") public static boolean SERVICE_LUCKPERMS
    • SERVICE_BUKKIT

      @Comment("Whether the Bukkit service is enabled") public static boolean SERVICE_BUKKIT
    • SERVICE_ESSENTIALSX

      @Comment("Whether the EssentialsX service is enabled") public static boolean SERVICE_ESSENTIALSX
  • Constructor Details

    • UUID

      public UUID()