Dawson
Dawson
Allow the user to run something like `delay(10.seconds) {}` for the Scheduler task. Its a kotlin date time feature iirc
Figured we should create some pseudocode and create a style which we can all agree on before we fully push to twilight for version `1.1.0`?
Display in chat if they have the twilight plugin installed, make sure not to make the twilight plugin mandatory. Maybe some cool GUIs?
Would be nice, super common feature. Wont take up much space. Not sure if others would want this or not.
This is what I use for minimessage + string to components: ```kt fun String.toComponent(): Component = MiniMessage.miniMessage().deserialize(this) fun Component.toString(): String = MiniMessage.miniMessage().serialize(this) ```
Lamp, Vault, Moshi, OkHttp, Guava, [Caffeine](https://github.com/ben-manes/caffeine), Adventure, PaperLib, These are just some libraries that I feel could have some wrappers to them, possibly use a gradle multi module system?