The ultra-versatile Minecraft RPG skills plugin
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.
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.
<dependency>
<groupId>dev.aurelium</groupId>
<artifactId>auraskills-api-bukkit</artifactId>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>
Groovy DSL:
repositories {
mavenCentral()
}
dependencies {
compileOnly 'dev.aurelium:auraskills-api-bukkit:2.2.0'
}
Kotlin DSL:
repositories {
mavenCentral()
}
dependencies {
compileOnly("dev.aurelium:auraskills-api-bukkit:2.2.0")
}
Contributions are welcome, just open a pull request.