MCCoroutine Versions Save

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

2.16.0

1 week ago

Changes

  • #113 Added a new dispatcher to folia to simplify threading in Folia based plugins.
  • #113 Fixed entityDispatcher in folia

2.15.0

2 months ago

Bugs/Issues

  • #110 Fixed scheduler fallback loading in Folia. Thanks to @geeyoueye .

2.14.0

4 months ago

Changes

  • #107 Added functional style suspend listeners to velocity.

2.13.0

8 months ago

Changes

  • #104 Added new modules to support Folia.

2.12.1

11 months ago

Bugs/Issues

  • #102 Fixed scheduler is loaded later in velocity version 3.2.x.

2.12.0

1 year ago

Bugs/Issues

  • #100 Fixed mixing suspend and non suspend functions in SuspendingListener in Bukkit may cause performance issues for some events.

2.11.0

1 year ago

Changes

2.10.0

1 year ago

Changes

  • #91 Added new modules to support the game server called Minestom.

2.9.0

1 year ago

Changes

  • #89 Added a new module called mccoroutine-bukkit-test, which contains an implementation of MCCoroutine designed for UnitTests. The details are documented on this wiki page.

2.8.0

1 year ago

Changes

  • #78 Added a way to customize the behaviour of MCCoroutine when a plugin gets disabled. The default behavior is the same as before, no changes are necessary. The details are documented on this wiki page.
  • #87 Improved the documentation regarding asyncDispatcher.