config/commands.lua for the admin
commands, config/impound.lua for the impound command,
config/private-garages.lua and config/custom-garages.lua for their
respective panels, and config/features.lua for the audit log.
| Default | Who | What |
|---|---|---|
/impound | Police jobs (per-lot job field) | Impound the nearest vehicle — lot, reason, fee, hold timer |
/garagesadmin | ACE groups in CustomGarages.allowedGroups | In-game garage editor |
/privategarages | Admins + PrivateGarages.jobRestriction jobs | Private garage management |
/garagelog | Admins | View the audit log (recent garage actions with actor, plate and detail) |
/aplate | Admins | Change the plate of the current vehicle (updates the database and keys) |
/returnvehicle | Admins | Force a vehicle back into its garage (e.g. after a crash or exploit) |
/dbdv | Admins | Delete the closest vehicle from the database |
/setjobvehicle / /deletejobvehicle | Admins | Convert the current vehicle to/from a job vehicle |
/addgangvehicle / /deletegangvehicle | Admins | Convert the current vehicle to/from a gang vehicle |
Admin checks use ACE permissions. If a command says you lack access, grant
your group the relevant ACE (e.g.
add_ace group.admin admin allow) or add
your job to the command’s jobRestriction where supported.
