Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ingot Build Status

Hotbar item management library.

Using ingot

ingot is integrated into plugins through the use of Maven.

Requirements

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>

License

ingot is open source and is available under the MIT license.

About

Ingot is a library written for Bukkit that simplifies managing player hotbar item functions

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages