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 usage on a wide range of server types.
Features include:
See the official website and wiki for a more complete list of features. The wiki also contains the list of server requirements to run the plugin.
AuraSkills uses Gradle for dependencies and building.
First, clone the project (requires Git to be installed):
git clone https://github.com/Archy-X/AuraSkills.git
cd AuraSkills/
Then build depending on your operating system:
Linux / macOS
./gradlew clean build
Windows
.\gradlew.bat clean build
The output jar can be found in the build/libs directory.
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. Snapshot versions require adding the Sonatype OSS repository.
<repository>
<id>maven-central-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</repository>
<dependency>
<groupId>dev.aurelium</groupId>
<artifactId>auraskills-api-bukkit</artifactId>
<version>2.3.5</version>
<scope>provided</scope>
</dependency>
Groovy DSL:
repositories {
mavenCentral()
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
}
dependencies {
compileOnly 'dev.aurelium:auraskills-api-bukkit:2.3.5'
}
Kotlin DSL:
```Gradle Kotlin DSL repositories { mavenCentral() maven("https://central.sonatype.com/repository/maven-snapshots/") }
dependencies { compileOnly("dev.aurelium:auraskills-api-bukkit:2.3.5") } ```
We welcome contributions from the community. Please read the contributing guide for instructions on setting up a development environment and important guidelines you should know before submitting a pull request.
$ claude mcp add AuraSkills \
-- python -m otcore.mcp_server <graph>