### Define a Simple zMenu Inventory with Actions (YAML) Source: https://docs.zmenu.dev/index This YAML configuration defines a basic zMenu inventory. It specifies the inventory name, size, and includes a 'welcome-button' item. This button, when clicked, triggers a 'message' action that sends a personalized greeting to the player. ```yaml # inventories/my_menu.yml name: "&6My First Menu" size: 27 items: welcome-button: slot: 13 item: material: DIAMOND name: "&bWelcome!" lore: - "&7Click me to receive a message" actions: - type: message messages: - "&aHello, %player%!" - "&7Thanks for using zMenu!" ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.