Quick reference

Production settings, common changes, and links.

Config.Framework = 'auto'
Config.Debug = false
Config.Target = 'auto'
Config.Inventory = 'auto'
Config.Notification = 'ox_lib'
Config.MaxPlayers = 2
Config.Language = 'en'

-- Leveling
Config.leveling.defaultXPPerJob = 100
Config.leveling.notification.theme = 'emerald'
Config.leveling.notification.soundEnabled = true

-- Dispatch
Config.Dispatch.maxRerolls = 10
Config.Dispatch.rerollCooldown = 5000

Common modifications

  • Add job site: Config.JobSites.

  • Change payouts: basePay in job sites.

  • Adjust XP gain: Config.leveling.defaultXPPerJob.

  • Add a level: Config.leveling.levels.

  • Change notification theme: Config.leveling.notification.theme.

  • Modify marker appearance: Config.Markers.default.

  • Change job center: Config.JobCenter.coords.

  • Translate text: shared/lang/*.json.

Resources

Last updated