Admin panel overview
Open with /jobcreator (or whatever you set in Config.Command). You need a group listed in Config.PermissionGroup.
Layout
| Tab | What it's for |
|---|---|
| Dashboard | Counters, recent audit events, who's online per job |
| Jobs | Create, edit, delete jobs |
| Gangs | Same, for gangs |
| Public actions | World points anyone can use |
| Items | Create items into vorp_inventory (with usable effects) |
| Custom blips | Map markers |
| Custom peds | NPCs as scenery |
| Catalogs | Vehicles, horses, props, 3D markers |
| Templates | One-click job/gang setups |
| Backups & restore | Export / import everything as JSON |
| Audit log | Every admin write |
| Server config | Paychecks, permissions, features, providers… |
| Preferences | Per-admin UI settings |
Tab visibility
You only see tabs your group is allowed to. If you can see the panel but a tab is missing, check Config.ButtonPermissions for that tab.
You can also disable a tab entirely for everyone via Config.Features.<key> = false.
Save & broadcast
Every edit is saved to SQL on submit. Changes are pushed to online clients with a small debounce (~2s by default) — no full resource restart needed.