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

https://github.com/eth-p/minecraft-pal

My Bukkit/Spigot/Paper plugin abstraction library.
https://github.com/eth-p/minecraft-pal

Last synced: 8 months ago
JSON representation

My Bukkit/Spigot/Paper plugin abstraction library.

Awesome Lists containing this project

README

          

# Plugin Abstract Library for Bukkit

A library used by my plugins that contains common code.

## Usage
`build.gradle`

## Documentations
Dokka 1.4.* is currently in alpha, and some things will be broken.
There isn't much that can be done about that, but the source files are all documented.

## Compiling
This project uses Gradle to compile and package the artifacts.
Run the following command to build the

```bash
./gradlew build
```

The final files will be inside `build/libs`.