> ## 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 Statistics

> Reads various statistics from the island.

The `island_fact` reads statistics such as level, bank balance, or worth.

## Configuration

<ResponseField name="island_fact" type="Map" required>
  Configuration for the fact.

  <Expandable title="Properties">
    <ResponseField name="fact" type="Enum" required>
      The statistic to read: `LEVEL`, `ISLAND_BANK_BALANCE`, `WORTH`, `PLAYER_RATING`, `COOP_PLAYERS_AMOUNT`, etc.
    </ResponseField>

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