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

> Triggers when a player is invited to an island.

The `on_island_invite` event fires when a player is invited to join an island.

## Configuration

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

  <Expandable title="Properties">
    <ResponseField name="triggers" type="List<TriggerableEntry>">
      Actions for the inviter.
    </ResponseField>

    <ResponseField name="inviteeTriggers" type="List<TriggerableEntry>">
      Actions for the invited player.
    </ResponseField>
  </Expandable>
</ResponseField>
