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

# Commands

> Admin commands for the FM Store Robbery resource

## Admin Commands

<AccordionGroup>
  <Accordion title="projectxstore" icon="terminal">
    **Usage**: `/projectxstore`

    **Permission**: Admin (configurable via `CheckPerms` in the bridge)

    **Description**: Resets the nearest store within 50 units of your position. Useful for testing or recovering from a stuck robbery.

    **Example**:

    ```
    /projectxstore
    ```

    <Info>
      This command resets the closest store location automatically. To reset a specific store programmatically, use the `Reset(location)` export instead. See the [Exports](/resources/store-robbery-fm/exports) page for details.
    </Info>
  </Accordion>
</AccordionGroup>
