Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.69 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.69 KB

Build Build Discord

Fabled

Our fork is based on the original SkillAPI and the forked SkillAPI by Sentropic.

  • Includes all premium features from the original premium version of SkillAPI found on spigot.

New Dynamic editor

You'll need to use this editor in order for your classes and skills to be compatible with Fabled.

Downloads

You can download Fabled from our marketplace

MageMonkeyStudio:

Discord

Development

If you wish to use Fabled as a dependency in your projects, Fabled is available through Maven Central or snapshots through Sonatype.

<repository>
    <id>sonatype</id>
    <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
...
<dependency>
    <groupId>studio.magemonkey</groupId>
    <artifactId>fabled</artifactId>
    <version>1.0.4-R0.24-SNAPSHOT</version>
</dependency>

A huge thanks to our contributors