Skip to main content

Access Control · Public, Job & Gang

Public

access = { type = 'public' }

Any player can use the bench, subject to normal distance and recipe validation.

Job

access = {
    type = 'job',
    jobs = { 'police', 'mechanic' },
    minGrade = 2
}

Supported on QBCore and ESX.

Gang

access = {
    type = 'gang',
    gangs = { 'ballas', 'lostmc' },
    minGrade = 1
}

Gang access is built into the QBCore bridge.

Normalization

The access resolver accepts common forms such as list, plural keys (jobs, gangs), singular keys, names and comma/space-separated strings.