Minix is library written for paper based plugins, providing full integration with KotlinX Coroutines for easy Async integration with the Bukkit API.
- Supports 1.18.1+
- The docs can be found here
Minix is a standalone plugin, so it can provide all of its features, this means you will have to install it on the server with your plugin, to depend on Minix add it as a dependency in your plugin.yml:
depend:
- Minix
repositories {
maven("https://repo.racci.dev/releases/")
}
dependencies {
compileOnly("dev.racci:Minix:tag")
}
Replace tag
with a release tag, eg 1.0.0
.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Copyright © 2021-2022 Racci
This project is licensed.