Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 632 Bytes

File metadata and controls

27 lines (24 loc) · 632 Bytes

InventoryAPI

InventoryAPI is a basic API for creating inventories easily and quickly with built in item listeners.

It aims at making inventory creation simpler and more uniform across different plugins.

Developers

To install InventoryAPI locally run the following commands:

git clone https://github.com/TheMGRF/InventoryAPI.git && cd InventoryAPI
mvn install

Maven

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.TheMGRF</groupId>
    <artifactId>InventoryAPI</artifactId>
    <version>1.0.0</version>
</dependency>