SmartInvs
Advanced Inventory API for your Minecraft Bukkit plugins.
Tested Minecraft versions: 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14
You can use this as a Plugin, or use it as a library (see the docs)
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
Docs
Click here to read the docs on Gitbook
Usage
To use the SmartInvs API, either:
- Put it in the
pluginsfolder 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
InventoryManagerin your plugin (don't forget to call theinit()method), and add a.manager(invManager)to your SmartInventory Builders.
You can download the latest version on the Releases page on Github.
You can also use a build system:
Gradle
repositories {
mavenCentral()
}
dependencies {
compile 'fr.minuskube.inv:smart-invs:1.2.7'
}Maven
<dependency>
<groupId>fr.minuskube.inv</groupId>
<artifactId>smart-invs</artifactId>
<version>1.2.7</version>
</dependency>TODO
- Add some Javadocs
Issues
If you have a problem with the API, or you want to request a feature, make an issue here.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

