We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently I still did not resolved nexus publishing, so it's only avaliable on Github Packages
To add AstraLibs into your module you will need to add repository:
repositories { mavenCentral() }
This will allow you to use non-spigot utilities
implementation("ru.astrainteractive.astralibs:ktx-core:<version>")
This will allow you to use spigot utilities
implementation("ru.astrainteractive.astralibs:spigot-core:<version>")
class MyPlugin: JavaPlugin(){ override fun onEnable(){ AstraLibs.rememberPlugin(this) Logger.setupWithSpigot("AstraLibsShowcase",this) } }
That's it! Now you can use AstraLibs