Skip to content

Admin Commands

Core Mechanic includes admin commands for vehicle management, debugging, and the dev tools panel.

Vehicle Commands

admin/fix
qb-coreesx

Instantly repairs the current vehicle — restores engine health to 1000 and fixes all visual damage.

Usage
lua
/fix
admin/mechanicadmin
qb-coreesx

Opens the full mechanic inspection UI with workshop-level access on the nearest vehicle. Alias: /mechadmin

Usage
lua
/mechanicadmin

-- Short alias
/mechadmin

Workshop Commands

all/lift
qb-coreesx

Operates a workshop lift by its ID. Used to raise/lower vehicles for transmission installations.

ArgumentTypeDescription
idnumberThe lift ID from Config.Lifts (index)
Usage
lua
-- Operate lift #1
/lift 1

Dev Tools

admin/core_mechanic
qb-coreesx

Toggles the C8RE dev tools panel. Provides real-time vehicle data, part status, and debugging information.

Usage
lua
/core_mechanic

INFO

Admin commands check for admin permissions via your framework's built-in admin system. Non-admin players cannot use these commands even if typed directly.