Interface KingdomConfig

  • All Superinterfaces:
    Config

    public interface KingdomConfig
    extends Config
    • Method Detail

      • shouldSendNotifications

        default boolean shouldSendNotifications()
      • getCofferThreshold

        @Range(max=7500000)
        default int getCofferThreshold()
      • getApprovalThreshold

        @Range(max=100)
        default int getApprovalThreshold()