Shynixn / MCCoroutine

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

Sponge API-8? #41

Closed HoshiKurama closed 3 years ago

HoshiKurama commented 3 years ago

Hey there! I'm a huge fan of your library! I use it in my plugin TicketManager, and it's now an integral part of the plugin! Currently my plugin is written for both Paper and Spigot, but I eventually want to create a Sponge version too. However, I noticed that the library is written for Sponge API-7. Do you have any plans to write an MCCoroutine version for Sponge API-8?

Shynixn commented 3 years ago

Thank you :) I don't have any plans regarding Sponge as the implementation of their rework is not stable yet. MCCoroutine builds against the server implementation (not just the API) in some parts (manipulating events) and there may be breaking changes on the side of Sponge.

I'll consider it once a stable server implementation (SpongeForge?) is available. Once that happens, you are free to open another ticket on this repository and I'll take a look at it.

HoshiKurama commented 3 years ago

Will do, thanks!