Chat commands
| Command | Who | What it does |
|---|---|---|
/craftpanel (alias /crp) | Admins | Opens the creator panel. |
settings.commands in settings/general.lua — rename them there.
Server exports
Hooking your own scripts in
Use the exports to build your own UIs around the same data. A common pattern is a script that adds a “Quick craft” button to your phone — it callsGetBenches(), checks HasBenchAccess(), then CraftForPlayer() when the player picks a recipe.
