[+] Added config 'Saving.volatile-storage' which disabled saving function for the function.
[+] Added PlayerAccountsLoadEvent and PlayerAccountsSaveEvent which allow user to make modification to the plugin saving feature (work even volatile-storage is true)
[/] Change PlayerData to interface, original PlayerData became PlayerDataImpl
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 ProSkillAPI.
You can download ProSkillAPI from our marketplace
If you wish to use ProSkillAPI as a dependency in your projects, ProSkillAPI 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>com.promcteam</groupId>
<artifactId>proskillapi</artifactId>
<version>1.3.0-R0.13-SNAPSHOT</version>
</dependency>