Class AuctionConfiguration

java.lang.Object
fr.maxlego08.zauctionhouse.api.utils.AuctionConfiguration

public class AuctionConfiguration extends Object
  • Field Details

    • betterPrice

      public static boolean betterPrice
    • betterPriceReduction

      public static boolean betterPriceReduction
    • categoryCheckOnlyMaterial

      public static boolean categoryCheckOnlyMaterial
    • creativeSell

      public static boolean creativeSell
    • disableCommands

      public static boolean disableCommands
    • disableDefaultSellPriceFormatError

      public static boolean disableDefaultSellPriceFormatError
    • disablePriceErrorDefault

      public static boolean disablePriceErrorDefault
    • disableSaleIfPlayerIsLagging

      public static boolean disableSaleIfPlayerIsLagging
    • disableSaleIfServerIsLagging

      public static boolean disableSaleIfServerIsLagging
    • disableSellBreakItem

      public static boolean disableSellBreakItem
    • displayCooldownMessage

      public static boolean displayCooldownMessage
    • displayErrorBuyMessage

      public static boolean displayErrorBuyMessage
    • dontGiveIfPlayerHasFullInventory

      public static boolean dontGiveIfPlayerHasFullInventory
    • enableAddItemFlagToAuctionItem

      public static boolean enableAddItemFlagToAuctionItem
    • enableAutoUpdate

      public static boolean enableAutoUpdate
    • enableAsyncInventoryOpen

      public static boolean enableAsyncInventoryOpen
    • enableBackup

      public static boolean enableBackup
    • enableBuyAnnonce

      public static boolean enableBuyAnnonce
    • enableBuyErrorSound

      public static boolean enableBuyErrorSound
    • enableBuySuccessSound

      public static boolean enableBuySuccessSound
    • enableCacheItems

      public static boolean enableCacheItems
    • enableClaimMoney

      public static boolean enableClaimMoney
    • enableClaimMoneyMessageOnJoin

      public static boolean enableClaimMoneyMessageOnJoin
    • enableCommandInventories

      public static boolean enableCommandInventories
    • enableCooldownClick

      public static boolean enableCooldownClick
    • enableCooldownCommand

      public static boolean enableCooldownCommand
    • enableCustomHelpMessage

      public static boolean enableCustomHelpMessage
    • enableCustomOpenMessage

      public static boolean enableCustomOpenMessage
    • enableCustomSearchMessage

      public static boolean enableCustomSearchMessage
    • enableCustomSellMessage

      public static boolean enableCustomSellMessage
    • enableDebugMode

      public static boolean enableDebugMode
    • enableDebugModeTime

      public static boolean enableDebugModeTime
    • enableDefaultTax

      public static boolean enableDefaultTax
    • enableHeadDatabaseVerification

      public static boolean enableHeadDatabaseVerification
    • enableItemsTax

      public static boolean enableItemsTax
    • enableLogFileSaveInformations

      public static boolean enableLogFileSaveInformations
    • enableMinMaxPricePerItems

      public static boolean enableMinMaxPricePerItems
    • enableNewBase64ItemStackMethod

      public static boolean enableNewBase64ItemStackMethod
    • enableNumberFormatSell

      public static boolean enableNumberFormatSell
    • enableOpenSyncInventory

      public static boolean enableOpenSyncInventory
    • enablePapiInAuctionItemLore

      public static boolean enablePapiInAuctionItemLore
    • enablePermissionForSellingTime

      public static boolean enablePermissionForSellingTime
    • enablePlugin

      public static boolean enablePlugin
    • enablePrioritySort

      public static boolean enablePrioritySort
    • enablePrioritySortLimit

      public static boolean enablePrioritySortLimit
    • enableRedisAutoGiveMoneyIfPlayerIsOnline

      public static boolean enableRedisAutoGiveMoneyIfPlayerIsOnline
    • enableRedisAutoUpdateInventory

      public static boolean enableRedisAutoUpdateInventory
    • enableSellAnnonce

      public static boolean enableSellAnnonce
    • enableSellEconomyInventory

      public static boolean enableSellEconomyInventory
    • enableTaxByPassPermission

      public static boolean enableTaxByPassPermission
    • enableTransactionMessageOnJoin

      public static boolean enableTransactionMessageOnJoin
    • enableVersionChecker

      public static boolean enableVersionChecker
    • enableWhitelist

      public static boolean enableWhitelist
    • giveItemAfterPurchase

      public static boolean giveItemAfterPurchase
    • giveItemAfterRemove

      public static boolean giveItemAfterRemove
    • giveMoneyOnSellServer

      public static boolean giveMoneyOnSellServer
    • needPriceForSellInventory

      public static boolean needPriceForSellInventory
    • openInventoryAfterBuying

      public static boolean openInventoryAfterBuying
    • openInventoryAfterRemoveConfirm

      public static boolean openInventoryAfterRemoveConfirm
    • useLog

      public static boolean useLog
    • useLogInFile

      public static boolean useLogInFile
    • useNoMoneyItem

      public static boolean useNoMoneyItem
    • useSellCooldown

      public static boolean useSellCooldown
    • USE_ZMENU_INVENTORY

      public static boolean USE_ZMENU_INVENTORY
    • cacheDurationCategory

      public static long cacheDurationCategory
    • cacheItemStackMilliSeconds

      public static long cacheItemStackMilliSeconds
    • cachePlaceholderDurationMillis

      public static long cachePlaceholderDurationMillis
    • cacheSeconds

      public static long cacheSeconds
    • commandCooldownMilliSeconds

      public static long commandCooldownMilliSeconds
    • cooldownClaimMoneyMessageTicks

      public static long cooldownClaimMoneyMessageTicks
    • cooldownClaimMoneySecond

      public static long cooldownClaimMoneySecond
    • cooldownCommandSell

      public static long cooldownCommandSell
    • cooldownInformationsMessageTicks

      public static long cooldownInformationsMessageTicks
    • cooldownTransactions

      public static long cooldownTransactions
    • expireTime

      public static long expireTime
    • maxPrice

      public static long maxPrice
    • minPrice

      public static long minPrice
    • noMoneyItemTicks

      public static long noMoneyItemTicks
    • removeTransactionAfterSeconds

      public static long removeTransactionAfterSeconds
    • sellTime

      public static long sellTime
    • autoSaveSecond

      public static int autoSaveSecond
    • maxPingForSellAnItem

      public static int maxPingForSellAnItem
    • maxSqlRetryAmount

      public static int maxSqlRetryAmount
    • minTpsForSellAnItem

      public static int minTpsForSellAnItem
    • sortCooldownChange

      public static int sortCooldownChange
    • transactionPageSize

      public static int transactionPageSize
    • addonPermission

      public static String addonPermission
    • defaultEconomy

      public static String defaultEconomy
    • defaultFormat

      public static String defaultFormat
    • mainCommand

      public static String mainCommand
    • permissionBuyAnnonce

      public static String permissionBuyAnnonce
    • permissionSellAnnonce

      public static String permissionSellAnnonce
    • placeholderLoader

      public static String placeholderLoader
    • tableSqlPrefix

      public static String tableSqlPrefix
    • taxBypassPermission

      public static String taxBypassPermission
    • transactionDateFormat

      public static String transactionDateFormat
    • versionPermission

      public static String versionPermission
    • formatConfigs

      public static List<FormatConfig> formatConfigs
    • itemFlags

      public static List<org.bukkit.inventory.ItemFlag> itemFlags
    • numberFormatSells

      public static List<NumberFormatSell> numberFormatSells
    • sellCommandAliases

      public static List<String> sellCommandAliases
    • subCommands

      public static List<String> subCommands
    • showClick

      public static org.bukkit.event.inventory.ClickType showClick
    • discordWebhook

      public static DiscordWebhookConfig discordWebhook
    • dupeConfig

      public static DupeConfig dupeConfig
    • defaultSort

      public static Sorting defaultSort
    • soundBuyError

      public static SoundOption soundBuyError
    • soundBuySuccess

      public static SoundOption soundBuySuccess
    • storage

      public static Storage storage
    • taxType

      public static TaxType taxType
    • taxDefaultPercent

      public static double taxDefaultPercent
    • betterPriceEspace

      public static char betterPriceEspace
  • Constructor Details

    • AuctionConfiguration

      public AuctionConfiguration()