Settings
data class Settings(var maxTrades: Int = Int.MAX_VALUE, var villagerBlacklist: <Error class: unknown class><String> = ArrayList(), var disablePricePenalty: Boolean = false, var uninstallMode: Boolean = false, var allowTravellingMerchants: Boolean = true, var checkUpdate: Boolean = true, var allowMetrics: Boolean = true)
Represents the settings for the application.
Properties
Link copied to clipboard
Indicates if metrics are allowed.
Link copied to clipboard
Indicates if travelling merchants are allowed.
Link copied to clipboard
Indicates if checking for updates is allowed.
Link copied to clipboard
Indicates if the price penalty is disabled.
Link copied to clipboard
Indicates if the uninstall mode is enabled.
Link copied to clipboard
The list of blacklisted villagers.