Hello peepolians!
This one should be fun for any of you devs out there!
With a MAJOR the thanks to
GameKuchen who has very kindly helped me out massively by adding 7 custom events that can now be accessed by any other plugin.
If you want to use the
VERY NEW API in your plugin, simply add the below to your project file:
MAVEN:
Code (Text):
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Code (Text):
<dependency>
<groupId>com.github.Loving11ish</groupId>
<artifactId>ClansLite</artifactId>
<version>v1.3.3</version>
</dependency>
GRADLE:
Code (Text):
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Code (Text):
dependencies {
implementation 'com.github.Loving11ish:ClansLite:v1.3.3'
}
This API is extremely new and may include MAJOR bugs! A friendly word of advise is to avoid using any methods that modify the storage files unless you REALLY know what you're doing!
If you discover any other issues with the plugin, please do send me a message or leave a post on the forum with your issue and I'll try my best to assist you.
Change-log:
Thanks to GameKuchen for adding API events system.
Implemented 7 new API events.
Changed PlaceholderAPI expansion version to `1.3.3`.
Changed plugin version to `1.3.3`.