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
| Command | Arguments | Description | Permission |
|---|---|---|---|
/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 |
/setboss | job grade | Grant all boss permissions to a mechanic grade. | admin |
Wear Debug Parts
/debugwearzero supports these wear part keys:
tyresbrake_padssuspensionspark_plugsengine_oilcoolantbrake_fluidtransmission_fluidclutchair_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