Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2.04 KB

README.md

File metadata and controls

65 lines (50 loc) · 2.04 KB

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.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.