Skip to content

overkidding/CustomBukkitEvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Makes the creation of plugins easier with this api.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages