Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/projectunified/minelib
Unified project for aspects in Minecraft server
https://github.com/projectunified/minelib
bukkit folia folia-plugin folia-supported minecraft paper-plugin papermc spigot spigot-api
Last synced: 4 months ago
JSON representation
Unified project for aspects in Minecraft server
- Host: GitHub
- URL: https://github.com/projectunified/minelib
- Owner: ProjectUnified
- License: mit
- Created: 2024-02-28T16:08:12.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-09-27T16:42:16.000Z (4 months ago)
- Last Synced: 2024-09-28T12:02:17.088Z (4 months ago)
- Topics: bukkit, folia, folia-plugin, folia-supported, minecraft, paper-plugin, papermc, spigot, spigot-api
- Language: Java
- Homepage: https://projectunified.github.io/MineLib/
- Size: 674 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MineLib ![Maven Central Version](https://img.shields.io/maven-central/v/io.github.projectunified/minelib)
Modules for aspects in Minecraft server
## Add as a dependency
### Maven
```xml
io.github.projectunified
minelib-MODULE
VERSION
```
### Gradle
```groovy
dependencies {
implementation 'io.github.projectunified:minelib-MODULE:VERSION'
}
```