> ## 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 Join Event

> Triggers when a player joins an island team.

The `on_island_join` event fires when a player becomes a member of an island.

## Configuration

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

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