#Where can I acquire knowledge about delexue menus?
1 messages · Page 1 of 1 (latest)
I did explore the content, but I only encountered information about command usage. My interest lies in coding my own graphical user interface (GUI). Could you please direct me to any tutorials that cover this topic?
That way you should have a look on other GUI-API plugins but not DM, it's because the DM is mostly used for non-coders.
He might be inquiring whether there are any video tutorials available for this purpose.
If you wish to make GUIs, you'll either want to use Spigot/Bukkit's API and work with Inventory events (InventoryClickEvent, InventoryInteractEvent and InventoryCloseEvent) and check the item/menu that the player is interacting with, or use an API you can find online.
Here's a wiki page on SpigotMC with an example for the first suggestion and links for the second: https://www.spigotmc.org/wiki/creating-a-gui-inventory/
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
Ok thanks
@vestal lava Can you check my code that I code?