You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2024. It is now read-only.
Minix is library written for purpur based plugins, providing full integration with [KotlinX Coroutines](https://github.com/Kotlin/kotlinx.coroutines) for easy Async integration with the Bukkit API.
19
+
Minix is the most advanced and performant framework to build plugins on!</br>
20
+
With full in depth support for kotlin coroutines and many useful utilities and quality of life features for developers.</br>
21
+
Minix makes developing performant, non-blocking code easy and concise.</br>
20
22
21
-
</div>
23
+
# Minix is currently in a state of heavy development for the upcoming 5.0.0 release, all features are subject to change and may not be fully documented.
24
+
# Coming from version 4.x.x to 5.0.0 will require a lot of code changes, please be aware of this before starting development before the release of version 5.0.0.
22
25
23
-
## Plugin Information
24
-
*Supports Paper 1.19.3 (Planned support for more than one NMS Version)
26
+
</div>
25
27
26
28
## Docs
27
29
*The docs can be found [here](https://minix.racci.dev)
actualfinaloverrideval version:Version by lazy { Version(this.description.version) }
40
+
actualfinaloverrideval version:Version by lazy { Version.parseString(this.description.version) }
41
41
actualfinaloverrideval dependencies:ImmutableSet<String> by lazy<ImmutableSet<String>>((this.description.depend +this.description.softDepend)::toImmutableSet)
42
42
actualfinaloverrideval coroutineSession:CoroutineSession by lazy { scope.get() }
0 commit comments