Interface ISettings

All Superinterfaces:
IConf
All Known Subinterfaces:
ISettings
All Known Implementing Classes:
Settings

public interface ISettings extends IConf
  • Method Details

    • getConfigFile

      File getConfigFile()
    • areSignsDisabled

      boolean areSignsDisabled()
    • getAnnounceNewPlayerFormat

      IText getAnnounceNewPlayerFormat()
    • getAnnounceNewPlayers

      boolean getAnnounceNewPlayers()
    • getNewPlayerKit

      String getNewPlayerKit()
    • getBackupCommand

      String getBackupCommand()
    • getBackupInterval

      long getBackupInterval()
    • isAlwaysRunBackup

      boolean isAlwaysRunBackup()
    • getChatFormat

      String getChatFormat(String group)
    • getWorldAlias

      String getWorldAlias(String world)
    • getChatRadius

      int getChatRadius()
    • getNearRadius

      int getNearRadius()
    • getChatShout

      char getChatShout()
    • getChatQuestion

      char getChatQuestion()
    • isShoutDefault

      boolean isShoutDefault()
    • isPersistShout

      boolean isPersistShout()
    • isChatQuestionEnabled

      boolean isChatQuestionEnabled()
    • getCommandCost

      BigDecimal getCommandCost(IEssentialsCommand cmd)
    • getCommandCost

      BigDecimal getCommandCost(String label)
    • getCurrencySymbol

      String getCurrencySymbol()
    • isCurrencySymbolSuffixed

      boolean isCurrencySymbolSuffixed()
    • getOversizedStackSize

      int getOversizedStackSize()
    • getDefaultStackSize

      int getDefaultStackSize()
    • getHealCooldown

      double getHealCooldown()
    • getSocialSpyCommands

      Set<String> getSocialSpyCommands()
    • getSocialSpyListenMutedPlayers

      boolean getSocialSpyListenMutedPlayers()
    • isSocialSpyMessages

      boolean isSocialSpyMessages()
    • isSocialSpyDisplayNames

      boolean isSocialSpyDisplayNames()
    • getMuteCommands

      Set<String> getMuteCommands()
    • getKitSection

      @Deprecated org.spongepowered.configurate.CommentedConfigurationNode getKitSection()
      Deprecated.
    • isSkippingUsedOneTimeKitsFromKitList

      boolean isSkippingUsedOneTimeKitsFromKitList()
    • getLocale

      String getLocale()
    • isPerPlayerLocale

      boolean isPerPlayerLocale()
    • getNewbieSpawn

      String getNewbieSpawn()
    • getNicknamePrefix

      String getNicknamePrefix()
    • getOperatorColor

      String getOperatorColor() throws Exception
      Throws:
      Exception
    • getPerWarpPermission

      boolean getPerWarpPermission()
    • getProtectBoolean

      boolean getProtectBoolean(String configName, boolean def)
    • getProtectCreeperMaxHeight

      int getProtectCreeperMaxHeight()
    • getProtectList

      List<Material> getProtectList(String configName)
    • getProtectPreventSpawn

      boolean getProtectPreventSpawn(String creatureName)
    • getProtectString

      String getProtectString(String configName)
    • getRespawnAtHome

      boolean getRespawnAtHome()
    • isRespawnAtAnchor

      boolean isRespawnAtAnchor()
    • getMultipleHomes

      Set getMultipleHomes()
    • getHomeLimit

      int getHomeLimit(String set)
    • getHomeLimit

      int getHomeLimit(User user)
    • getSpawnMobLimit

      int getSpawnMobLimit()
    • getStartingBalance

      BigDecimal getStartingBalance()
    • isTeleportSafetyEnabled

      boolean isTeleportSafetyEnabled()
    • isForceDisableTeleportSafety

      boolean isForceDisableTeleportSafety()
    • isAlwaysTeleportSafety

      boolean isAlwaysTeleportSafety()
    • isTeleportPassengerDismount

      boolean isTeleportPassengerDismount()
    • isForcePassengerTeleport

      boolean isForcePassengerTeleport()
    • getTeleportCooldown

      double getTeleportCooldown()
    • getTeleportDelay

      double getTeleportDelay()
    • hidePermissionlessHelp

      boolean hidePermissionlessHelp()
    • isCommandDisabled

      boolean isCommandDisabled(IEssentialsCommand cmd)
    • isCommandDisabled

      boolean isCommandDisabled(String label)
    • getDisabledCommands

      Set<String> getDisabledCommands()
    • isVerboseCommandUsages

      boolean isVerboseCommandUsages()
    • isCommandOverridden

      boolean isCommandOverridden(String name)
    • isDebug

      boolean isDebug()
    • setDebug

      void setDebug(boolean debug)
    • isEcoDisabled

      boolean isEcoDisabled()
    • isTradeInStacks

      @Deprecated boolean isTradeInStacks(int id)
      Deprecated.
    • isTradeInStacks

      boolean isTradeInStacks(Material type)
    • itemSpawnBlacklist

      List<Material> itemSpawnBlacklist()
    • enabledSigns

      List<EssentialsSign> enabledSigns()
    • permissionBasedItemSpawn

      boolean permissionBasedItemSpawn()
    • showNonEssCommandsInHelp

      boolean showNonEssCommandsInHelp()
    • warnOnBuildDisallow

      boolean warnOnBuildDisallow()
    • warnOnSmite

      boolean warnOnSmite()
    • getMaxMoney

      BigDecimal getMaxMoney()
    • getMinMoney

      BigDecimal getMinMoney()
    • isEcoLogEnabled

      boolean isEcoLogEnabled()
    • isEcoLogUpdateEnabled

      boolean isEcoLogUpdateEnabled()
    • realNamesOnList

      boolean realNamesOnList()
    • removeGodOnDisconnect

      boolean removeGodOnDisconnect()
    • changeDisplayName

      boolean changeDisplayName()
    • changePlayerListName

      boolean changePlayerListName()
    • changeTabCompleteName

      boolean changeTabCompleteName()
    • isPlayerCommand

      boolean isPlayerCommand(String string)
    • useBukkitPermissions

      boolean useBukkitPermissions()
    • addPrefixSuffix

      boolean addPrefixSuffix()
    • disablePrefix

      boolean disablePrefix()
    • disableSuffix

      boolean disableSuffix()
    • getAutoAfk

      long getAutoAfk()
    • getAutoAfkKick

      long getAutoAfkKick()
    • getFreezeAfkPlayers

      boolean getFreezeAfkPlayers()
    • cancelAfkOnMove

      boolean cancelAfkOnMove()
    • cancelAfkOnInteract

      boolean cancelAfkOnInteract()
    • cancelAfkOnChat

      boolean cancelAfkOnChat()
    • sleepIgnoresAfkPlayers

      boolean sleepIgnoresAfkPlayers()
    • sleepIgnoresVanishedPlayers

      boolean sleepIgnoresVanishedPlayers()
    • isAfkListName

      boolean isAfkListName()
    • getAfkListName

      String getAfkListName()
    • broadcastAfkMessage

      boolean broadcastAfkMessage()
    • areDeathMessagesEnabled

      boolean areDeathMessagesEnabled()
    • getVanishingItemsPolicy

      ISettings.KeepInvPolicy getVanishingItemsPolicy()
    • getBindingItemsPolicy

      ISettings.KeepInvPolicy getBindingItemsPolicy()
    • getJoinQuitMessagePlayerCount

      int getJoinQuitMessagePlayerCount()
    • hasJoinQuitMessagePlayerCount

      boolean hasJoinQuitMessagePlayerCount()
    • getNoGodWorlds

      Set<String> getNoGodWorlds()
    • getUpdateBedAtDaytime

      boolean getUpdateBedAtDaytime()
    • allowUnsafeEnchantments

      boolean allowUnsafeEnchantments()
    • getRepairEnchanted

      boolean getRepairEnchanted()
    • isWorldTeleportPermissions

      boolean isWorldTeleportPermissions()
    • isWorldHomePermissions

      boolean isWorldHomePermissions()
    • getMaxTreeCommandRange

      int getMaxTreeCommandRange()
    • registerBackInListener

      boolean registerBackInListener()
    • getDisableItemPickupWhileAfk

      boolean getDisableItemPickupWhileAfk()
    • getRespawnPriority

      EventPriority getRespawnPriority()
    • getSpawnJoinPriority

      EventPriority getSpawnJoinPriority()
    • getTpaAcceptCancellation

      long getTpaAcceptCancellation()
    • getTpaMaxRequests

      int getTpaMaxRequests()
    • getTeleportInvulnerability

      long getTeleportInvulnerability()
    • isTeleportInvulnerability

      boolean isTeleportInvulnerability()
    • getLoginAttackDelay

      long getLoginAttackDelay()
    • getSignUsePerSecond

      int getSignUsePerSecond()
    • getMaxFlySpeed

      double getMaxFlySpeed()
    • getMaxWalkSpeed

      double getMaxWalkSpeed()
    • getMailsPerMinute

      int getMailsPerMinute()
    • getEconomyLagWarning

      long getEconomyLagWarning()
    • getPermissionsLagWarning

      long getPermissionsLagWarning()
    • setEssentialsChatActive

      void setEssentialsChatActive(boolean b)
    • getMaxMute

      long getMaxMute()
    • getMaxTempban

      long getMaxTempban()
    • getListGroupConfig

      Map<String,Object> getListGroupConfig()
    • getMaxNickLength

      int getMaxNickLength()
    • ignoreColorsInMaxLength

      boolean ignoreColorsInMaxLength()
    • hideDisplayNameInVanish

      boolean hideDisplayNameInVanish()
    • getMaxUserCacheCount

      int getMaxUserCacheCount()
    • getMaxUserCacheValueExpiry

      long getMaxUserCacheValueExpiry()
    • allowSilentJoinQuit

      boolean allowSilentJoinQuit()
    • isCustomJoinMessage

      boolean isCustomJoinMessage()
    • getCustomJoinMessage

      String getCustomJoinMessage()
    • isCustomQuitMessage

      boolean isCustomQuitMessage()
    • getCustomQuitMessage

      String getCustomQuitMessage()
    • getCustomNewUsernameMessage

      String getCustomNewUsernameMessage()
    • isCustomNewUsernameMessage

      boolean isCustomNewUsernameMessage()
    • isCustomServerFullMessage

      boolean isCustomServerFullMessage()
    • isNotifyNoNewMail

      boolean isNotifyNoNewMail()
    • isDropItemsIfFull

      boolean isDropItemsIfFull()
    • isLastMessageReplyRecipient

      boolean isLastMessageReplyRecipient()
    • isReplyToVanished

      boolean isReplyToVanished()
    • getMinimumPayAmount

      BigDecimal getMinimumPayAmount()
    • isPayExcludesIgnoreList

      boolean isPayExcludesIgnoreList()
    • getLastMessageReplyRecipientTimeout

      long getLastMessageReplyRecipientTimeout()
    • isMilkBucketEasterEggEnabled

      boolean isMilkBucketEasterEggEnabled()
    • isSendFlyEnableOnJoin

      boolean isSendFlyEnableOnJoin()
    • isWorldTimePermissions

      boolean isWorldTimePermissions()
    • isSpawnOnJoin

      boolean isSpawnOnJoin()
    • getSpawnOnJoinGroups

      List<String> getSpawnOnJoinGroups()
    • isUserInSpawnOnJoinGroup

      boolean isUserInSpawnOnJoinGroup(IUser user)
    • isTeleportToCenterLocation

      boolean isTeleportToCenterLocation()
    • isCommandCooldownsEnabled

      boolean isCommandCooldownsEnabled()
    • isWorldChangeFlyResetEnabled

      boolean isWorldChangeFlyResetEnabled()
    • isWorldChangeSpeedResetEnabled

      boolean isWorldChangeSpeedResetEnabled()
    • getCommandCooldownMs

      long getCommandCooldownMs(String label)
    • getCommandCooldownEntry

      Map.Entry<Pattern,Long> getCommandCooldownEntry(String label)
    • isCommandCooldownPersistent

      boolean isCommandCooldownPersistent(String label)
    • isNpcsInBalanceRanking

      boolean isNpcsInBalanceRanking()
    • getCurrencyFormat

      NumberFormat getCurrencyFormat()
    • getUnprotectedSignNames

      List<EssentialsSign> getUnprotectedSignNames()
    • isKitAutoEquip

      boolean isKitAutoEquip()
    • isPastebinCreateKit

      boolean isPastebinCreateKit()
    • isUseBetterKits

      boolean isUseBetterKits()
    • isAllowBulkBuySell

      boolean isAllowBulkBuySell()
    • isAllowSellNamedItems

      boolean isAllowSellNamedItems()
    • isAddingPrefixInPlayerlist

      boolean isAddingPrefixInPlayerlist()
    • isAddingSuffixInPlayerlist

      boolean isAddingSuffixInPlayerlist()
    • getNotifyPlayerOfMailCooldown

      int getNotifyPlayerOfMailCooldown()
    • getMotdDelay

      int getMotdDelay()
    • isDirectHatAllowed

      boolean isDirectHatAllowed()
    • getDefaultEnabledConfirmCommands

      List<String> getDefaultEnabledConfirmCommands()
    • isConfirmCommandEnabledByDefault

      boolean isConfirmCommandEnabledByDefault(String commandName)
    • getTeleportWhenFreePolicy

      ISettings.TeleportWhenFreePolicy getTeleportWhenFreePolicy()
    • isJailOnlineTime

      boolean isJailOnlineTime()
    • isCompassTowardsHomePerm

      boolean isCompassTowardsHomePerm()
    • isAllowWorldInBroadcastworld

      boolean isAllowWorldInBroadcastworld()
    • getItemDbType

      String getItemDbType()
    • allowOldIdSigns

      boolean allowOldIdSigns()
    • isWaterSafe

      boolean isWaterSafe()
    • isSafeUsermap

      boolean isSafeUsermap()
    • logCommandBlockCommands

      boolean logCommandBlockCommands()
    • getNickBlacklist

      Set<Predicate<String>> getNickBlacklist()
    • getMaxProjectileSpeed

      double getMaxProjectileSpeed()
    • isRemovingEffectsOnHeal

      boolean isRemovingEffectsOnHeal()
    • isSpawnIfNoHome

      boolean isSpawnIfNoHome()
    • isConfirmHomeOverwrite

      boolean isConfirmHomeOverwrite()
    • infoAfterDeath

      boolean infoAfterDeath()
    • isRespawnAtBed

      boolean isRespawnAtBed()
    • isUpdateCheckEnabled

      boolean isUpdateCheckEnabled()
    • showZeroBaltop

      boolean showZeroBaltop()
    • getMaxItemLore

      int getMaxItemLore()
    • getPrimaryColor

      net.kyori.adventure.text.minimessage.tag.Tag getPrimaryColor()
    • getSecondaryColor

      net.kyori.adventure.text.minimessage.tag.Tag getSecondaryColor()