Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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...