I just want to take the opportunity to inform you that SkillAPI has undergone a rename and is now Fabled. The new resource is located at the Maven coordinates below. This change also renames the main entry point for API operations and the packages associated with the classes. The studio.magemonkey.fabled.Fabled class should be used instead of SkillAPI, though the api should remain backwards compatible. These compatibility classes are likely to be removed at some point in the future, so these should be updated. Supporting older versions of SkillAPI prior to the rename may still be important, so I'd recommend setting up a try-catch where you try the Fabled-based implementation and fall back to the SkillAPI implementation on an exception.
I just want to take the opportunity to inform you that SkillAPI has undergone a rename and is now Fabled. The new resource is located at the Maven coordinates below. This change also renames the main entry point for API operations and the packages associated with the classes. The studio.magemonkey.fabled.Fabled class should be used instead of SkillAPI, though the api should remain backwards compatible. These compatibility classes are likely to be removed at some point in the future, so these should be updated. Supporting older versions of SkillAPI prior to the rename may still be important, so I'd recommend setting up a try-catch where you try the Fabled-based implementation and fall back to the SkillAPI implementation on an exception.