Skip to main content
Command names are configurable — 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.
DefaultWhoWhat
/impoundPolice jobs (per-lot job field)Impound the nearest vehicle — lot, reason, fee, hold timer
/garagesadminACE groups in CustomGarages.allowedGroupsIn-game garage editor
/privategaragesAdmins + PrivateGarages.jobRestriction jobsPrivate garage management
/garagelogAdminsView the audit log (recent garage actions with actor, plate and detail)
/aplateAdminsChange the plate of the current vehicle (updates the database and keys)
/returnvehicleAdminsForce a vehicle back into its garage (e.g. after a crash or exploit)
/dbdvAdminsDelete the closest vehicle from the database
/setjobvehicle / /deletejobvehicleAdminsConvert the current vehicle to/from a job vehicle
/addgangvehicle / /deletegangvehicleAdminsConvert 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.