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.
- Host: GitHub
- URL: https://github.com/eth-p/minecraft-pal
- Owner: eth-p
- Created: 2020-09-01T11:46:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T13:25:57.000Z (over 5 years ago)
- Last Synced: 2025-02-08T22:13:32.410Z (over 1 year ago)
- Language: Kotlin
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.