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.
- Host: GitHub
- URL: https://github.com/berberman/emerald
- Owner: berberman
- License: apache-2.0
- Created: 2018-05-05T12:58:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T15:54:59.000Z (over 7 years ago)
- Last Synced: 2025-03-05T10:50:16.667Z (about 1 year ago)
- Topics: kotlin-library, spigot-plugin
- Language: Kotlin
- Homepage: https://www.berberman.cn/emerald
- Size: 764 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EmeraldLib

[](https://github.com/KotlinBy/awesome-kotlin) [](http://www.apache.org/licenses/LICENSE-2.0) [](https://github.com/berberman) [](https://www.spigotmc.org/) [](https://github.com/berberman/emerald-extension)
[](https://bintray.com/berberman/maven/emerald-api/_latestVersion)
CI|Building Status
:---|:---:
Travis CI|[](https://travis-ci.org/berberman/emerald)
CircleCI|[](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.