Skip to main content

Chat commands

The command names come from 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 calls GetBenches(), checks HasBenchAccess(), then CraftForPlayer() when the player picks a recipe.