taskTimer

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