SmallerStacksOptions

@Serializable
data class SmallerStacksOptions(var enabled: Boolean = true, var maxStackSize: Int = 31) : ModuleOptions

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, maxStackSize: Int = 31)

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.

Link copied to clipboard

The maximum stack size for all items.