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

https://github.com/spliterash/inventoryupdateeventplugin


https://github.com/spliterash/inventoryupdateeventplugin

Last synced: 10 months ago
JSON representation

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")
}
```