Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archy-x/auraskills
The ultra-versatile RPG skills plugin
https://github.com/archy-x/auraskills
bukkit java minecraft minecraft-plugin spigot-plugin
Last synced: about 1 month ago
JSON representation
The ultra-versatile RPG skills plugin
- Host: GitHub
- URL: https://github.com/archy-x/auraskills
- Owner: Archy-X
- License: gpl-3.0
- Created: 2020-07-07T03:48:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T16:59:36.000Z (6 months ago)
- Last Synced: 2024-05-14T18:21:18.509Z (6 months ago)
- Topics: bukkit, java, minecraft, minecraft-plugin, spigot-plugin
- Language: Java
- Homepage: https://aurelium.dev/auraskills
- Size: 6.26 MB
- Stars: 223
- Watchers: 4
- Forks: 80
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
AuraSkills
The ultra-versatile Minecraft RPG skills plugin[![GitHub Release](https://img.shields.io/github/v/release/Archy-X/AuraSkills?style=flat-square)](https://github.com/Archy-X/AuraSkills/releases/latest)
[![Maven Central Version](https://img.shields.io/maven-central/v/dev.aurelium/auraskills-api-bukkit?style=flat-square&color=%238529F5)](https://central.sonatype.com/artifact/dev.aurelium/auraskills-api-bukkit)
[![Spiget Downloads](https://img.shields.io/spiget/downloads/81069?style=flat-square)](https://www.spigotmc.org/resources/81069/)## 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](https://wiki.aurelium.dev/auraskills/api), or view the [Javadocs](https://docs.aurelium.dev/auraskills-api-bukkit/).
Release versions are published to the Maven central repository.
### Maven
```xml
dev.aurelium
auraskills-api-bukkit
2.2.0
provided```
### Gradle**Groovy DSL:**
```gradle
repositories {
mavenCentral()
}dependencies {
compileOnly 'dev.aurelium:auraskills-api-bukkit:2.2.0'
}
```
**Kotlin DSL:**
```Gradle Kotlin DSL
repositories {
mavenCentral()
}dependencies {
compileOnly("dev.aurelium:auraskills-api-bukkit:2.2.0")
}
```## Contributing
Contributions are welcome, just open a pull request.