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

# Mob Death Event

> Triggers when a player kills a BTCMob.

The `btcmob_death_event` triggers when a player kills a specific type of BTCMob.

## Configuration

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

  <Expandable title="Properties">
    <ResponseField name="mobName" type="String" required>
      The internal name of the BTCMob that must be killed to trigger this event.
    </ResponseField>
  </Expandable>
</ResponseField>

## Examples

```yaml theme={null}
btcmob_death_event:
  mobName: "Rat"
  triggers:
    - action: give_reward
```
