Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
/ Minix Public archive

Spigot Library for quick, easy and performance friendly plugins. Written in Kotlin and using Coroutines and ASYNC methods

License

Notifications You must be signed in to change notification settings

DaRacci/Minix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Racci
Feb 14, 2022
1f168ac Β· Feb 14, 2022
Feb 13, 2022
Feb 14, 2022
Feb 12, 2022
Feb 12, 2022
Feb 12, 2022
Feb 14, 2022
Feb 12, 2022
Feb 12, 2022
Feb 13, 2022
Feb 13, 2022
Feb 14, 2022
Feb 12, 2022
Feb 12, 2022
Feb 13, 2022

Repository files navigation

IMG

Minix

Minix-Conventions

GitHub Workflow Status Maven metadata URL

CodeFactor Grade Maintainability Lines Code Climate issues

Servers Players

Minix is library written for paper based plugins, providing full integration with KotlinX Coroutines for easy Async integration with the Bukkit API.

Plugin Information

  • Supports 1.18.1+

Docs

  • The docs can be found here

Plugin Information

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

Getting started:

repositories {
        maven("https://repo.racci.dev/releases/")
}
dependencies {
    compileOnly("dev.racci:Minix:tag")
}

Replace tag with a release tag, eg 1.0.0.

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

πŸ“ License

Copyright Β© 2021-2022 Racci

This project is licensed.