Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maksim2498/mc-more-bukkit
Small java library exending standard Bukkit API
https://github.com/maksim2498/mc-more-bukkit
bukkit java library
Last synced: 16 days ago
JSON representation
Small java library exending standard Bukkit API
- Host: GitHub
- URL: https://github.com/maksim2498/mc-more-bukkit
- Owner: Maksim2498
- License: mit
- Created: 2022-09-29T16:56:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T11:50:09.000Z (over 2 years ago)
- Last Synced: 2024-11-20T13:17:03.074Z (3 months ago)
- Topics: bukkit, java, library
- Language: Java
- Homepage:
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# More Bukkit
![Logo](/images/logo.png)
## Index
- [Index](#index);
- [About](#about);
- [Installation](#installation);
- [Building](#building);
- [Documentation](#documentation).## About
This is a small java libarary providing additions to Bukkit API
and implementations for common plugin functions.## Installation
First, add MoonTalk repository to your pom.xml:
```xml
moontalk
httsp://repo.moontalk.space/repository/maven-releases/```
Second, add library as dependency:
```xml
space.moontalk.mc.more
bukkit
3.0.0```
Done.
## Building
Just execute the following Maven command in your terminal:
```bash
mvn install
```## Documentation
Will be added soon...