No longer updated, not needed code
Created by TheBinaryLife
- Add the .jar file to the build bath as you would for Bukkit.
- In your onEnable() add your GUI with line,
InventoryGUI..getManager().addGUI(new <Gui class>()); - Create your GUI like the one located here: http://bit.ly/28RmcHy. (A full example InventoryAPI plugin is located here: http://bit.ly/28RmxK4, as well as inside the
srcfolder) - Create your event in a class that implements
InvEvents, and add the needed classes. - Run on a server with InventoryGUI on the server as well.
http://InventoryAPI.BinaryLife.co
Still in testing