Skip to content

zvyap/proskillapi-for-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Build Build

ProSkillAPI-For-Dev

Modification

[+] 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

Original readme.md

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 ProSkillAPI.

Downloads

You can download ProSkillAPI from our marketplace

PROMCTEAM:

Development

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>

A huge thanks to our contributors

About

Provided ability to use plugin skill without using end user feature using API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%