Skip to content

OctoPvP/AureliumSkills

 
 

Repository files navigation

Aurelium Skills

Release

Downloads Rating

AureliumSkills is an advanced, feature-rich skills, stats, and abilities plugin, great for a variety of server gamemodes.

Learn more and download here: https://www.spigotmc.org/resources/81069/

Support Discord:

https://discord.gg/Bh2EZfB (Join for support/suggestions/discussion)

Wiki

The AureliumSkills wiki can be viewed here. The wiki contains documentation on how to use and configure the plugin. The wiki may not be always up to date.

Developer API

Aurelium Skills provides a developer API to interact with the plugin.

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.Archy-X</groupId>
    <artifactId>AureliumSkills</artifactId>
    <version>{version}</version>
    <scope>provided</scope>
</dependency>

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    compileOnly 'com.github.Archy-X:AureliumSkills:{version}'
}

Replace {version} with the version of the plugin you are targeting, see releases for the most updated list of version names.

The main class to use for the API is AureliumAPI, which has many static methods for skills, xp, stats, and mana. There are also a few events, including ManaRegenerateEvent, SkillLevelUpEvent, XpGainEvent, PlayerLootDropEvent, and ManaAbilityActivateEvent

Contributing

Contributions are welcome! Open a pull request, and I will review it.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%