https://github.com/spliterash/minestomevent
https://github.com/spliterash/minestomevent
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spliterash/minestomevent
- Owner: Spliterash
- Created: 2022-11-09T12:56:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T15:34:30.000Z (over 3 years ago)
- Last Synced: 2025-01-11T04:49:22.823Z (over 1 year 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

If you want use it
Gradle:
```kotlin
repositories {
maven("https://repo.spliterash.ru/group/")
}
dependencies {
implementation("ru.spliterash:minestom-event-core:1.0.0")
}
```