/craftpanel (alias /crp) and changes go live immediately.
Opening the panel
nex.crafting.creator ACE permission or a matching framework group (admin, superadmin, god by default). Both checks are accepted — whichever you prefer:
Placing a bench
- Open the panel and go to Benches → Add bench.
- Pick a prop model (workbench, table, medical bench, etc.).
- Click Place — the world goes into placer mode using
object_gizmo. Move and rotate the prop to where you want it, then confirm. - Fill in the rest of the form:
- Name — shown in the bench UI.
- Type —
craftingout of the box (you can add custom types insettings/general.lua). - Access type — see below.
- Recipe groups — pick one or more from your saved groups.
- Blip enabled — show this bench on the map.
- Skill check override / XP override — disable per-bench if you want exceptions.
- Save. The bench is live for everyone instantly.
Access types
Recipe groups
A recipe group is a reusable bundle of recipes you can attach to multiple benches. For example, one group called Weapon parts might be attached to both a “Mechanic workbench” and a “Gunsmith workbench”.- Go to Recipes → Add group.
- Name the group.
- Inside the group, click Add recipe.
Recipes
Each recipe has:Editing & deleting
Click any bench, group, or recipe in the panel to edit it. Click the trash icon to delete. Deletes cascade — removing a recipe group removes its recipes and ingredients.Settings tab
The Settings tab inside the panel is the same options assettings/general.lua. Save here and the script rewrites the file so your changes persist across restarts.
