Class Settings.UpdateChecker

java.lang.Object
com.plotsquared.core.configuration.Settings.UpdateChecker
Enclosing class:
Settings

@Comment("Update checker settings") public static final class Settings.UpdateChecker extends Object
  • Field Details

    • POLL_RATE

      @Comment("How often to poll for updates (in minutes)") public static int POLL_RATE
    • NOTIFY_ONCE

      @Comment("Only notify console once after an update is found") public static boolean NOTIFY_ONCE
  • Constructor Details