Commands & Keybinds

Kartik-Mechanic includes several commands for admins to manage shops and the handling editor, as well as commands for players to customise their experience.


Admin Commands

These commands require admin permissions (as defined in your framework/bridge).

Command
Action
Permissions

/mechcreator

Opens the Mechanic Shop Creator UI. Allows creating, editing, and deleting mechanic shops and their zones.

Admin Only

/hdl-editor

Opens the Vehicle Handling Editor. Allows real-time adjustment of vehicle performance and handling values.

group.admin


Player Commands

Commands available to all players.

Command
Action

/mechanic_settings

Opens the user settings menu for the mechanic HUD and UI preferences.


Nitrous Keybinds

These are registered as keybind commands which can be mapped in ESC > Settings > Key Bindings > FiveM.

Command
Action
Default Key

+mechanic_nitrous

Activates Nitrous boost

Left Alt

+mechanic_purge

Activates Nitrous Purge effect

Hold Shift (while using nitro)


Permissions Technical Detail

  • mechcreator: Uses the framework-specific admin check (e.g. QBCore.Functions.HasPermission for god/admin or ESX.GetPlayerFromId().getGroup()).

  • hdl-editor: Registered as a restricted command through Ox Lib, typically requiring group.admin in your server CFG.

Last updated