https://github.com/spliterash/inventoryupdateeventplugin
https://github.com/spliterash/inventoryupdateeventplugin
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spliterash/inventoryupdateeventplugin
- Owner: Spliterash
- Created: 2022-09-29T15:13:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T22:32:30.000Z (over 3 years ago)
- Last Synced: 2025-01-11T04:49:25.566Z (over 1 year ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Inventory Update Event Plugin
Just add `PlayerInventoryUpdateAsyncEvent` to listen player update event
If you want use it, just paste this in your build.gradle(.kts)
```kotlin
repositories {
maven("https://repo.spliterash.ru/group/")
}
dependencies {
compileOnly("ru.spliterash:inventory-update-event-plugin:1.0.0")
}
```