Hotbar item management library.
ingot is integrated into plugins through the use of Maven.
Then use the following command to install ingot to your local maven repository
git clone https://github.com/IPVP-MC/ingot.git
cd ingot/
mvn clean install
You will now be able to add ingot as a repository in your pom.xml files with the following
<dependency>
<groupId>org.ipvp</groupId>
<artifactId>ingot</artifactId>
<version>1.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
ingot is open source and is available under the MIT license.