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.
You'll need to use this editor in order for your classes and skills to be compatible with Fabled.
- Online Editor: https://fabled.magemonkey.studio/
You can download Fabled from our marketplace
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.0-R0.27-SNAPSHOT</version>
</dependency>