Skip to content

SmartInvs 1.2.7 - 1.7 is back

Latest
Compare
Choose a tag to compare
@MinusKube MinusKube released this 14 Mar 19:49
· 17 commits to master since this release

Changelog

  • #46 Remove dependency preventing the API from working in 1.7
  • #47 Fixed Pagination#isLast method going one page too far in some cases

Usage

To use the SmartInvs API, either:

  • 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.
  • Put it inside your plugin jar, initialize an InventoryManager in your plugin (don't forget to call the init() method), and add a .manager(invManager) to your SmartInventory Builders.

Issues

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