toPlaceholderInteger
fun MythicLineConfig.toPlaceholderInteger(array: Array<String>, defaultValue: Int = 0): (PlaceholderArgument) -> Int
fun <T> MythicLineConfig.toPlaceholderInteger(array: Array<String>, defaultValue: Int = 0, mapper: (Int?) -> T): (PlaceholderArgument) -> T