Browse docs

Commands

Command reference for the Sky Mechanic Job resource.

For help setting up the admin groups these commands require, see the Permissions page.

Commands

CommandArgumentsDescriptionPermission
/workshopcreator-Open the workshop placement editor from sky_jobs_base.admin
/admintuning[playerId]Open the tuning menu for yourself, or for another online player.admin
/debugwearzero[part] or [plate] [part]Set one vehicle wear part to 0% for debugging.admin
/debugwearzeroall[plate]Set all wear parts to 0% for debugging.admin
/setbossjob gradeGrant all boss permissions to a mechanic grade.admin

Wear Debug Parts

/debugwearzero supports these wear part keys:

  • tyres
  • brake_pads
  • suspension
  • spark_plugs
  • engine_oil
  • coolant
  • brake_fluid
  • transmission_fluid
  • clutch
  • air_filter

Permission Model

/admintuning, /debugwearzero, and /debugwearzeroall use Config.CommandPermissions in config/config.lua.

sky_mechanicjob/config/config.lua
Config.CommandPermissions = {
    admintuning = { "god", "superadmin", "admin" },
    debugwearzero = { "god", "superadmin", "admin" },
    debugwearzeroall = { "god", "superadmin", "admin" },
}

/workshopcreator is registered through sky_jobs_base and falls back to the normal framework admin check.

Support

Need help? Our support team is always ready to assist

Join Discord