Skip to content

TheMGRF/InventoryAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

A super simple and light weight Inventory API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages