Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
/ DuckLibrary Public archive

Duck Library is a library for developers who don't want to spend their time to write same library consistently.

License

Notifications You must be signed in to change notification settings

Obyvante/DuckLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Supporting versions: 1.8.x to 1.17.x

Libraries (Known)

  • Packets
  • Schedulers
  • Events
  • Messages (Bukkit/Spigot)

First Installation

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>

Documentation

You can check our detailed GitHub wiki.

For Javadoc, you can take a look at here.

About

Duck Library is a library for developers who don't want to spend their time to write same library consistently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages