An open API service indexing awesome lists of open source software.

https://github.com/programie/bukkitlibrary

Sharded code for Minecraft bukkit plugins
https://github.com/programie/bukkitlibrary

bukkit library minecraft spigot

Last synced: 29 days ago
JSON representation

Sharded code for Minecraft bukkit plugins

Awesome Lists containing this project

README

          

# 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:

```xml


github
https://maven.pkg.github.com/Programie/Common

```

Add the library as a dependency:

```xml


com.selfcoders
bukkit-library
1.0.0

```