> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search/Steal Action

> Server-side events triggered when a player steals items, money, or weapons via the default search/rob action.

This page lists the **server-side** search/steal action-related pages available in Jobs Creator.

<CardGroup cols={2}>
  <Card title="Item stolen" icon="hand" href="/jobs-creator/server/search-steal-action/item-stolen">
    Event triggered when a player steals an item via the default search/rob action.
  </Card>

  <Card title="Account stolen" icon="money-bill-transfer" href="/jobs-creator/server/search-steal-action/account-stolen">
    Event triggered when a player steals money via the default search/rob action.
  </Card>

  <Card title="Weapon stolen" icon="gun" href="/jobs-creator/server/search-steal-action/weapon-stolen">
    Event triggered when a player steals a weapon via the default search/rob action.
  </Card>
</CardGroup>


## Related topics

- [Search/Steal Action](/jobs-creator/server/search-steal-action/index.md)
- [Server](/jobs-creator/server/index.md)
- [Replace default search action](/jobs-creator/client/actions/replace-default-search-action.md)
- [Standard-Search-Action ersetzen](/de/jobs-creator/client/actions/replace-default-search-action.md)
