> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Island Quit Dimension

> Triggers when leaving an island dimension.

The `on_island_dimension_quit` event fires when a player leaves their island dimension.

## Configuration

<ResponseField name="on_island_dimension_quit" type="Map" required>
  Configuration for the event.

  <Expandable title="Properties">
    <ResponseField name="dimension" type="String">
      Optional dimension filter.
    </ResponseField>

    <ResponseField name="triggers" type="List<TriggerableEntry>">
      List of actions to execute.
    </ResponseField>
  </Expandable>
</ResponseField>
