flytegg / twilight

A Kotlin API for Spigot/Paper Minecraft servers providing essential utilities to streamline development.
https://docs.flyte.gg/twilight.html
MIT License
55 stars 8 forks source link

use kotlins date system #54

Open Dawsson opened 8 months ago

Dawsson commented 8 months ago

Allow the user to run something like delay(10.seconds) {} for the Scheduler task. Its a kotlin date time feature iirc