Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.97 KB

File metadata and controls

59 lines (43 loc) · 1.97 KB

🎫 Eventful

Call and register Bukkit events.

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
<dependency>
  <groupId>community.leaf.eventful</groupId>
  <artifactId>events-bukkit</artifactId>
  <version><!--release--></version>
</dependency>

Versions

Since we use JitPack to distribute this library, the versions available are the same as the tags found on the releases page of this repository.

Shading

If you intend to shade this library, please consider relocating the packages to avoid potential conflicts with other projects. This library also utilizes nullness annotations, which may be undesirable in a shaded uber-jar. They can safely be excluded, and you are encouraged to do so.