Admin Commands
Core Mechanic includes admin commands for vehicle management, debugging, and the dev tools panel.
Vehicle Commands
admin
/fixqb-coreesx
Instantly repairs the current vehicle — restores engine health to 1000 and fixes all visual damage.
Usage
lua
/fixadmin
/mechanicadminqb-coreesx
Opens the full mechanic inspection UI with workshop-level access on the nearest vehicle. Alias: /mechadmin
Usage
lua
/mechanicadmin
-- Short alias
/mechadminWorkshop Commands
all
/liftqb-coreesx
Operates a workshop lift by its ID. Used to raise/lower vehicles for transmission installations.
| Argument | Type | Description |
|---|---|---|
id | number | The lift ID from Config.Lifts (index) |
Usage
lua
-- Operate lift #1
/lift 1Dev Tools
admin
/core_mechanicqb-coreesx
Toggles the C8RE dev tools panel. Provides real-time vehicle data, part status, and debugging information.
Usage
lua
/core_mechanicINFO
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.
