Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Releases: Alessevan/InventoryAPI

🔖 Version 1.2.2

14 May 09:32
07ed05e

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '841732733'
}

🔖 Version 1.2.1

14 May 09:18
c963518

Choose a tag to compare

🐛 Fix AIR items

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '841698136'
}

🔖 Version 1.2.0

13 May 15:04
38fbb37

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '839268149'
}

🐛 Fix click event

26 Apr 07:00

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '784614096'
}

✨ Added click function consumer (#16)

25 Apr 17:18
35948bd

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '783174479'
}

🐛 Fix a NPE

25 Apr 11:57
2c568db

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '782661959'
}

🐛 The close consumer is now correctly executed

25 Apr 10:57
d126846

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '782570222'
}

✨ Add a close consumer

25 Apr 10:29
2cb6717

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '782525156'
}

🔥 The API is no more a plugin

19 Apr 15:41

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '764113034'
}

✨ A player can now add an item by interacting with the inventory

16 Apr 09:25
d12115b

Choose a tag to compare

  • 📄 Update LICENSE year

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}

dependencies {
  implementation group: 'com.github.BakaAless', name: 'InventoryAPI', version: '755109389'
}