AuraSkills

The ultra-versatile RPG skills plugin

GPL-3.0 License

Stars
223
Committers
28

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.2.0</version>
    <scope>provided</scope>
</dependency>

Gradle

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")
}

Contributing

Contributions are welcome, just open a pull request.

Badges
Extracted from project README
GitHub Release Maven Central Version Spiget Downloads
Related Projects