Skip to content
/ ingot Public

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

License

Notifications You must be signed in to change notification settings

IPVP-MC/ingot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages