DefaultOptions

@Serializable
data class DefaultOptions(var enabled: Boolean = true) : ModuleOptions

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true)

Properties

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.