Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spliterash/minestomevent
https://github.com/spliterash/minestomevent
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spliterash/minestomevent
- Owner: Spliterash
- Created: 2022-11-09T12:56:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T15:34:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-09T01:06:19.851Z (almost 2 years ago)
- Language: Java
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")
}
```