Guild Buff
data class GuildBuff(var identifier: String = "", var locked: BuffSettings = BuffSettings("Special Buff", "FEATHER", listOf("")), var unlocked: BuffSettings = BuffSettings("Special Buff", "FEATHER", listOf("")), var price: Double = 200.0, var effects: List<String> = listOf("FAST_DIGGING;1;60", "SPEED;2;30"), var permission: String = "example.perm.here", var clicker: BuffCommand = BuffCommand(true, listOf("")), var guild: BuffCommand = BuffCommand(true, listOf("")))(source)
Constructors
Link copied to clipboard
fun GuildBuff(identifier: String = "", locked: BuffSettings = BuffSettings("Special Buff", "FEATHER", listOf("")), unlocked: BuffSettings = BuffSettings("Special Buff", "FEATHER", listOf("")), price: Double = 200.0, effects: List<String> = listOf("FAST_DIGGING;1;60", "SPEED;2;30"), permission: String = "example.perm.here", clicker: BuffCommand = BuffCommand(true, listOf("")), guild: BuffCommand = BuffCommand(true, listOf("")))