Skip to content

Releases: MinusKube/SmartInvs

SmartInvs 1.1.1 - Small fix

08 Jul 16:38
Compare
Choose a tag to compare

Changelog

  • Fixed bug when using uncloseable inventories

Usage

To use the SmartInvs API, put it in the plugins folder of your server, add it to your dependencies in your plugin.yml (e.g. depend: [SmartInvs]) and add it to the dependencies in your IDE.

Issues

If you have a problem with the API, or you want to request a feature, make an issue here.

SmartInvs 1.1.0 - Properties update

30 Jun 11:18
Compare
Choose a tag to compare

Changelog

  • Added methods to get/set properties to an InventoryContents
  • Added setter methods to change the row and the column of a SlotIterator

Usage

To use the SmartInvs API, put it in the plugins folder of your server, add it to your dependencies in your plugin.yml (e.g. depend: [SmartInvs]) and add it to the dependencies in your IDE.

Issues

If you have a problem with the API, or you want to request a feature, make an issue here.

SmartInvs 1.0.1 - Small fix update

25 Jun 16:37
Compare
Choose a tag to compare

Changelog

  • Fixed an error when the plugin is disabled while a player has an inventory opened

Usage

To use the SmartInvs API, put it in the plugins folder of your server, add it to your dependencies in your plugin.yml (e.g. depend: [SmartInvs]) and add it to the dependencies in your IDE.

Issues:

If you have a problem with the API, or you want to request a feature, make an issue here.

SmartInvs 1.0.0

24 Jun 23:05
Compare
Choose a tag to compare

First version of the SmartInvs API!

Features:

  • Inventories of any type (workbench, chest, furnace, ...)
  • Customizable size when possible (chest, ...)
  • Custom titles
  • Allows to prevent the player from closing its inventory
  • Custom listeners for the event related to the inventory
  • Iterator for inventory slots
  • Page system
  • Util methods to fill an inventory's row/column/borders/...
  • Actions when player clicks on an item
  • Update methods to edit the content of the inventory every tick

Usage

To use the SmartInvs API, put it in the plugins folder of your server, add it to your dependencies in your plugin.yml (e.g. depend: [SmartInvs]) and add it to the dependencies in your IDE.

Issues:

If you have a problem with the API, or you want to request a feature, make an issue here.