Minecraft clickable held item

minecraft-java-editionminecraft-java-edition-server

I am making a server and I am trying to make clickable items that will bring up other menus to select the server or item etc. How can I do this

Best Answer

You can create a chest gui with a Minecraft datapack, but it isn't always the easiest.

If you're using a Spigot-like server, you can use different plugins to create a chest gui menu system (example spigot plugin). Skript might also be able to make this with the Tuske addon.