> For the complete documentation index, see [llms.txt](https://atiysus-organization.gitbook.io/aty-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atiysus-organization.gitbook.io/aty-scripts/restaurant-creator/reference/commands.md).

# Commands

#### Player / owner commands

| Command            | Description                                                                                        |
| ------------------ | -------------------------------------------------------------------------------------------------- |
| `/restaurantadmin` | Opens the in-game restaurant builder / admin menu. **Admin-permission gated** (framework `admin`). |
| `/resettutorial`   | Resets both the management-tablet and creation-wizard tutorials so they replay.                    |
| `/courier`         | Toggle courier delivery duty.                                                                      |
| `/canceldelivery`  | Abandon the active courier delivery.                                                               |

#### Debug / development commands

These exist for building and troubleshooting and are typically only useful on a dev server. Lock them down or remove before production.

| Command                                                                                                             | Purpose                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| `/spawnstain`                                                                                                       | Spawn a mop-cleanable stain under the player (nearest restaurant). Handy for demos/testing the cleaning flow. |
| `/spawnprop`                                                                                                        | Prop-spawn debug helper.                                                                                      |
| `/stationlabels`                                                                                                    | Toggle station debug labels.                                                                                  |
| `/debugprops`                                                                                                       | Prop debug overlay.                                                                                           |
| `/mwfood`                                                                                                           | Microwave food-prop positioning tool.                                                                         |
| `/esptex <txd> <txn>` / `/espres <w> <h>` / `/espressodebug`                                                        | Espresso screen/camera debug tools.                                                                           |
| `/consumeprop`, `/fooddebug`, `/tooldebug`, `/foodapp`, `/pizzadebug`, `/togglebox`, `/togglehelper`, `/biometrics` | Assorted feature debug tools.                                                                                 |

{% hint style="warning" %}
`/restaurantadmin` is the only command that grants building/editing power. Ensure your framework's `admin` permission is correctly configured — with no framework detected it falls back to open access.
{% endhint %}
