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

# Server

> Server-side events and exports available in Shops Creator.

This page lists the **server-side** events and exports available in Shops Creator.

<CardGroup cols={2}>
  <Card title="Get objects in shop ID" icon="boxes-stacked" href="/shops-creator/server/get-objects-in-shop-id">
    Get the objects being sold/bought in a shop.
  </Card>

  <Card title="Get what objects can be sold" icon="tags" href="/shops-creator/server/get-what-objects-can-be-sold-in-shop-id">
    Get the objects a player can sell in a shop.
  </Card>

  <Card title="Police alert" icon="siren-on" href="/shops-creator/server/police-alerted">
    Use your own dispatch script via modules.
  </Card>

  <Card title="Shop bought" icon="hand-holding-dollar" href="/shops-creator/server/shop-bought">
    Triggered when a player buys a player-owned shop.
  </Card>

  <Card title="Shop sold" icon="hand-holding-dollar" href="/shops-creator/server/shop-sold">
    Triggered when a player sells a player-owned shop.
  </Card>

  <Card title="Transactions" icon="receipt" href="/shops-creator/server/transactions">
    Events for admin and player shop purchases and sales.
  </Card>
</CardGroup>


## Related topics

- [Server](/jobs-creator/server/index.md)
