#Where can I acquire knowledge about delexue menus?

1 messages · Page 1 of 1 (latest)

inner bramble
#

If there are any tutorials or related resources available, I would appreciate it if you could share them with me.
@vestal lava

vestal lava
inner bramble
charred basin
#

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.

agile shuttle
signal plover
#

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/

agile shuttle
#

Ok thanks

agile shuttle
#

@vestal lava Can you check my code that I code?