LoneDev6 / API-ItemsAdder-Example-GUI

Example usage of ItemsAdder API to crete custom textured inventories in Spigot
5 stars 1 forks source link

GUIExample

Example usage of ItemsAdder API to crete custom textured inventories in Spigot

I know the code is not perfect but I just wanted to show a basic API usage, you're free to copy it, edit it and include in your plugin.

Example

TexturedInventoryWrapper inventory = new TexturedInventoryWrapper(null,
    54,
    ChatColor.BLACK + "Test",
    new FontImageWrapper("mcguis:blank_menu")
);

Remember to include your ItemsAdder.jar as dependency

API docs

Plugin page

Addons website