This repository was archived by the owner on Jul 24, 2021. It is now read-only.
✨ A player can now add an item by interacting with the inventory
- 📄 Update LICENSE year
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '755109389'
}