JG Docs
Used Vehicles

Commands

Default commands included with JG Used Vehicles

CommandPermissionDescription
/useddealeradminServer adminsManage used-vehicle locations, marketplace settings and live listings
/cartraderEveryoneOpen the CarTrader marketplace
/uvcameraStaff with MANAGE_MARKETPLACEOpen the vehicle camera and photo library
/myfinanceEveryoneView financed vehicles, make a payment or pay off a vehicle
/directsaleStaff with SELL_VEHICLESOpen direct sales while inside a used dealership

You can change the first four command names in config/config.lua:

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