Join UI Example

                Never    
YAML
       
options:
    world: world
    tp_location_x: -806.5
    tp_location_y: 67.6
    tp_location_z: -860
    tp_location_pitch: 0
    tp_location_yaw: 180
item_options:
    item_name_1:
        display_name: '&9Welcome to this server'
        item_type: player_head
        skull_url: 822d8e751c8f2fd4c8942c44bdb2f5ca4d8ae8e575ed3eb34c18a86e93b
        spawn_angle: 0
        popout_distance: 0
    item_name_2:
        display_name: '&cRules'
        item_type: player_head
        skull_url: e7f9c6fef2ad96b3a5465642ba954671be1c4543e2e25e56aef0a47d5f1f
        spawn_angle: -45
        popout_distance: 0.5
        spawn_distance_forward: 3.5
        on_click:
            actions:
                action1:
                    action: open_ui
                    ui_name: RulesUI
        on_hover:
            sound_effect:
                name: ITEM_PICKUP
                volume: 0.2
                pitch: 4
    item_name_3:
        display_name: '&cExit'
        item_type: player_head
        skull_url: beb588b21a6f98ad1ff4e085c552dcb050efc9cab427f46048f18fc803475f7
        spawn_angle: 45
        popout_distance: 0.5
        spawn_distance_forward: 3.5
        on_click:
            actions:
                action1:
                    action: close_ui
        on_hover:
            sound_effect:
                name: ITEM_PICKUP
                volume: 0.2
                pitch: 4

Raw Text