Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Simple GUI API is a lightweight and developer-focused library I've developed to simplify the creation of guis in Minecraft plugins. The API offers a neat and straightforward way of creating menus It's designed with simplicity and flexibility in mind, making it simple to incorporate into your existing projects. Use it in your own plugins if you find it useful! Just don't forget to give me some credit somewhere in your project—either in the config, plugin description, or a comment within the code. :)
Usage
Inventory createGui(InventoryHolder inventoryHolder, Integer size, String title)
setItem(Inventory inventory, ItemStack item, int slot)
setItemName(ItemStack item, ChatColor color, String name)
setItemLore(ItemStack item, ChatColor color, String lore)
setFrames(Inventory inventory, int frame_number)
ItemStack getHead(String texture)
To get the string texture go to custom minecraft heads and select the head you want, scroll down to the Minecraft url box
and grab the characters after the "texture/"