Shop UI Example

                Never    
YAML
       
options:
    world: world
    tp_location_x: -761
    tp_location_y: 87
    tp_location_z: -1000
    tp_location_pitch: 0
    tp_location_yaw: 49
item_options:
    item_name_1:
        display_name: '&cExit'
        item_type: player_head
        skull_url: beb588b21a6f98ad1ff4e085c552dcb050efc9cab427f46048f18fc803475f7
        spawn_angle: -90
        popout_distance: 0.5
        spawn_distance_forward: 3.5
        on_click:
            actions:
                action1:
                    action: close_ui
    item_name_2:
        display_name: '&aSell stone'
        item_type: stone
        spawn_angle: -45
        on_click:
            actions:
                action1:
                    action: run_command
                    executor: player
                    command: sell stone 1
    item_name_3:
        display_name: '&aSell glass'
        item_type: glass
        spawn_angle: 0
        on_click:
            actions:
                action1:
                    action: run_command
                    executor: player
                    command: sell glass 1
    item_name_4:
        display_name: '&aSell glowstone'
        item_type: glowstone
        spawn_angle: 45
        on_click:
            actions:
                action1:
                    action: run_command
                    executor: player
                    command: sell glowstone 1
    item_name_5:
        display_name: '&aSell iron ore'
        item_type: iron_ore
        spawn_angle: 90
        on_click:
            actions:
                action1:
                    action: run_command
                    executor: player
                    command: sell iron_ore 1

Raw Text