Used Vehicles
Commands
Default commands included with JG Used Vehicles
| Command | Permission | Description |
|---|---|---|
/useddealeradmin | Server admins | Manage used-vehicle locations, marketplace settings and live listings |
/cartrader | Everyone | Open the CarTrader marketplace |
/uvcamera | Staff with MANAGE_MARKETPLACE | Open the vehicle camera and photo library |
/myfinance | Everyone | View financed vehicles, make a payment or pay off a vehicle |
/directsale | Staff with SELL_VEHICLES | Open direct sales while inside a used dealership |
You can change the first four command names in config/config.lua:
Config.DealerAdminCommand = "useddealeradmin"
Config.MarketplaceOpenCommand = "cartrader"
Config.CameraOpenCommand = "uvcamera"
Config.MyFinanceCommand = "myfinance"Set a command to false or nil to disable it. /directsale is used as the fallback direct-sales command when the JG Dealerships integration isn't available.
The marketplace can be minimised. Press End to restore focus by default. Change this key with Config.MarketplaceRefocusKey in config/config.lua.
Last updated 1 September 2026