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

> Triggers when a new island is created.

The `on_island_create` event fires when a player establishes a new island.

## Configuration

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

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