WetSponge

gitlab

WetSponge is a whole new and powerful API for developers to let them make their plugins compatible with Spigot and Sponge.
it also gives a new powerful system to call for Spigot events, optimizing and adapting to Java 8 some of its methods.

Developer installation: #

You can easily install WetSponge using maven:

<dependencies>
<!-- WetSponge -->
<dependency>
<groupId>com.degoos</groupId>
<artifactId>WetSponge</artifactId>
<version>LATEST</version>
<scope>provided</scope>
</dependency>
</dependencies>

Downloads: #

Java