An API & Dependency for all Delta branded plugins, this API is accessible to anyone to create their plugins easier and faster. You are required to have DeltaCore on your server for some things that the API has to offer to work correctly. Such as GUI, Version Checker and Input Listener.
API link:
https://github.com/Delta-Development/DeltaAPI
Repo:
Code (Text):
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
Depend
Code (Text):
<dependency>
<groupId>com.github.Delta-Development</groupId>
<artifactId>DeltaAPI</artifactId>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
Latest API version: 1.3.0