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

> Triggers when island coop status changes.

The `on_island_coop` event fires when changes are made to coop memberships.

## Configuration

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

  <Expandable title="Properties">
    <ResponseField name="mode" type="Enum" required>
      `ADD`, `REMOVE`, or `LIMIT_CHANGE`.
    </ResponseField>

    <ResponseField name="target" type="Enum" required>
      `ACTOR` (triggerer), `TARGET` (affected), or `BOTH`.
    </ResponseField>

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