Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 396 Bytes

CustomBukkitEvents

Makes the creation of plugins easier with this api.

Usage

Compile the source code on your computer and add this as maven dependency in your pom.xml

<dependencies>
  <dependency>
    <groupId>me.overkidding.bukkitevents</groupId>
    <artifactId>CustomBukkitEvents</artifactId>
    <version>1.0</version>
    <scope>provided</scope>
  </dependency>
</dependencies>