Skip to content

Archy-X/AuraSkills

Repository files navigation

AuraSkills

The ultra-versatile Minecraft RPG skills plugin

GitHub Release Maven Central Version Spiget Downloads

Downloads    |    Wiki    |    Discord

About

AuraSkills (formerly Aurelium Skills) is a Minecraft plugin that adds skills, stats, abilities, and other RPG-related features. The plugin is fully configurable and customizable, enabling use on a wide-range of server types from small SMPs to large, custom MMORPG networks.

API

AuraSkills has an extensive developer API.

Read the full API documentation on the wiki, or view the Javadocs.

Release versions are published to the Maven central repository.

Maven

<dependency>
    <groupId>dev.aurelium</groupId>
    <artifactId>auraskills-api-bukkit</artifactId>
    <version>2.0.7</version>
</dependency>

Gradle

Groovy DSL:

repositories {
    mavenCentral()
}

dependencies {
    compileOnly 'dev.aurelium:auraskills-api-bukkit:2.0.7'
}

Kotlin DSL:

repositories { 
    mavenCentral()
}

dependencies { 
    compileOnly("dev.aurelium:auraskills-api-bukkit:2.0.7")
}

Contributing

Contributions are welcome, just open a pull request.