GuildBuff

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("")))(source)