Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spliterash/minestomevent


https://github.com/spliterash/minestomevent

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Minestom Event System

Event system taken out of [Minestom](https://github.com/Minestom/Minestom).

I really liked working with events in [minestom](https://github.com/Minestom/Minestom), and I wanted to use it for bukkit plugins, as well as non-minecraft
projects, so i just copypaste it

![permission](.github/images/permission.png)

If you want use it

Gradle:
```kotlin
repositories {
maven("https://repo.spliterash.ru/group/")
}

dependencies {
implementation("ru.spliterash:minestom-event-core:1.0.0")
}
```