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

https://github.com/berberman/emerald

A minecraft spigot plugin library, with a bulk of DSL and utils.
https://github.com/berberman/emerald

kotlin-library spigot-plugin

Last synced: 11 months ago
JSON representation

A minecraft spigot plugin library, with a bulk of DSL and utils.

Awesome Lists containing this project

README

          

# EmeraldLib
![233](https://d1u5p3l4wpay3k.cloudfront.net/minecraft_zh_gamepedia/6/6a/Emerald.png?version=c18f3d42d9893b84e783362697408421)
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) [![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![berberman](https://img.shields.io/badge/powered_by-berberman-orange.svg)](https://github.com/berberman) [![minecraft](https://img.shields.io/badge/minecraft-1.12.2-yellowgreen.svg)](https://www.spigotmc.org/) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/berberman/emerald-extension)
[![Download](https://api.bintray.com/packages/berberman/maven/emerald-api/images/download.svg)](https://bintray.com/berberman/maven/emerald-api/_latestVersion)

CI|Building Status
:---|:---:
Travis CI|[![Build Status](https://travis-ci.org/berberman/emerald.svg?branch=master)](https://travis-ci.org/berberman/emerald)
CircleCI|[![CircleCI](https://circleci.com/gh/berberman/emerald.svg?style=svg)](https://circleci.com/gh/berberman/emerald)

refactored project, separated 3 modules -- `common`, `plugin`, `api`.

An library of Minecraft-Spigot Plugin.

This library use library `spigot-1.12.2` as the dependency, but it supports other versions theoretically.

What does this library include?

- DSL Modify Item NBT Tag
- DSL Register Commands
- DSL Register Permissions
- DSL Register Event Listeners
- Supporting Bukkit of Kotlin Coroutine
- Many Other Utilities

## Getting started

## Documentation

please see [there](https://www.berberman.cn/emerald/).

## Contribution

Welcome to open issues and make pull request.