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
- Host: GitHub
- URL: https://github.com/programie/bukkitlibrary
- Owner: Programie
- Created: 2024-02-16T21:41:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T16:57:44.000Z (over 2 years ago)
- Last Synced: 2026-03-06T10:15:21.554Z (3 months ago)
- Topics: bukkit, library, minecraft, spigot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```