Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 322 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 322 Bytes

ignLib

A useful library to help you develop your own custom plugins easier a faster!

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
<groupId>com.github.ignPurple</groupId>
<artifactId>ignLib</artifactId>
<version>v1.3.6</version>
</dependency>