Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bukkit Library

Shared code for my Minecraft Bukkit plugins. Because I hate duplicating code over and over again.

How to use

Add my Maven repository to your pom.xml:

<repositories>
    <repository>
        <id>github</id>
        <url>https://maven.pkg.github.com/Programie/Common</url>
    </repository>
</repositories>

Add the library as a dependency:

<dependencies>
    <dependency>
        <groupId>com.selfcoders</groupId>
        <artifactId>bukkit-library</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>

About

Sharded code for Minecraft bukkit plugins

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages