taskLater

fun taskLater(delay: Int, block: (BukkitTask) -> Unit): BukkitTask
fun taskLater(delay: Long, block: (BukkitTask) -> Unit): BukkitTask