WrongToolsHurtOptions

@Serializable
data class WrongToolsHurtOptions(var enabled: Boolean = true, var damageAmount: Double = 1.0) : ModuleOptions

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, damageAmount: Double = 1.0)

Properties

Link copied to clipboard
Link copied to clipboard
open override var enabled: Boolean

Whether the module is enabled or not. This is used to determine if the module should be loaded and its features activated.