Arven Core - A Core plugin mainly used for holding dependencies of other Arven plugins

This is a discussion topic for the Ore project, Arven Core. View the full project on Ore for downloads and more information.


Arven Core

The core plugin of the Arvenwood plugin suite.

This plugin is a required dependency for all Arvenwood arven-* plugins.

Commands

None.

Permissions

None.

Developers

Gradle (Kotlin DSL)

repositories {
    maven {
        setUrl("https://jitpack.io")
    }
}

dependencies {
    compileOnly("com.github.Arvenwood:arven-core:<current version>")
}

Plugin Annotation

@Plugin(..., dependencies = [Dependency(id = "arven-core", version = "<current version>")])

A new version has been released for Arven Core, it is available for download here.


A Core plugin mainly used for holding dependencies of other Arven plugins.