Duck Library is a library for developers who don't want to spend their time to make same library consistently. It has almost every useful feature to develop any kind of Minecraft server. It uses bukkit functionality instead complex Java as much as possible to pure become pure bukkit library.
- Packets
- Schedulers
- Events
- Messages (Bukkit/Spigot)
If you want to use as a JAR dependency, you can download the latest build here
Using as a maven dependency
<repository>
<id>obyvante-releases</id>
<url>https://repo.obyvante.com/repository/maven-releases/</url>
</repository>
<dependency>
<groupId>com.obyvante</groupId>
<artifactId>common</artifactId>
<version>0.0.1</version>
</dependency>
You can check our detailed GitHub wiki.
For Javadoc, you can take a look at here.