toPlaceholderBoolean
fun MythicLineConfig.toPlaceholderBoolean(array: Array<String>, defaultValue: Boolean? = null): (PlaceholderArgument) -> Boolean
fun <T> MythicLineConfig.toPlaceholderBoolean(array: Array<String>, defaultValue: Boolean? = null, mapper: (Boolean?) -> T): (PlaceholderArgument) -> T