kayjaydee 5fc3bda1c5 feat(examples): four runnable plugin examples
- player-load: load-on-join (PlayerReadyEvent → IO → modify).
- async-moderation: IAsyncEvent → coroutine bridge for chat moderation.
- periodic-leaderboard: pluginScope loop with parallel reads.
- bounty-board: kitchen-sink demo exercising every v0.1 primitive.
2026-04-28 16:30:39 +02:00
2026-04-28 16:30:16 +02:00
2026-04-28 16:30:26 +02:00
2026-04-28 16:30:02 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
S
Description
Coroutines for Hytale's per-world ECS. Replaces the noisy CompletableFuture.runAsync { world.execute { store.getComponent(…) } } pattern with one suspending call.
MIT 130 KiB
Languages
Kotlin 100%