Shynixn / MCCoroutine

MCCoroutine is a library, which adds extensive support for Kotlin Coroutines for Minecraft Server environments.
Other
211 stars 19 forks source link

Velocity Support #60

Closed vytskalt closed 2 years ago

vytskalt commented 2 years ago

Consider adding support for Velocity. https://github.com/PaperMC/Velocity

Shynixn commented 2 years ago

I'll consider it. The API looks similar to Spigot and Sponge but the threading works more like BungeeCord.

Shynixn commented 2 years ago

Implemented in 2.1.0.

vytskalt commented 2 years ago

Thank you so much