MCCoroutine icon indicating copy to clipboard operation
MCCoroutine copied to clipboard

MCCoroutine is a library, which adds extensive support for Kotlin Coroutines for Minecraft Server environments.

Results 4 MCCoroutine issues
Sort by recently updated
recently updated
newest added

Notes: * Only occurs when you try to join a job using ``runBlocking`` in ``onDisable``. * Looking for hacktoberfest contributors. How to fix: * Add a ``plugin.isEnabled`` check to ``...

bug
hacktoberfest
Bukkit

I was not sure if `wakeUpBlockService.ensureWakeup()` can safely be called if the plugin is not enabled, so I implemented it like this. If that's not how you expected it, please...

In my JavPlugin#onDisable method, I would like to save the data of a player to a database. However when I try to do that, I get this error: ``` java.lang.RuntimeException:...

enhancement

make MCCoroutineExceptionEvent to be a functional interface for kotlin Related to #118