โ๏ธCONFIGURATION
Quick, code-first reference for the core settings server owners need to edit. File (local): /mnt/data/config.lua
๐ง Essentials
Edit these before starting the server.
Keep changes minimal: only what you need.
-- Framework & basic
Config.Framework = "auto" -- "esx", "qb", "qbx", "none", "auto"
Config.Locale = 'en'
Config.Version = '1.0.0'Config.Framework
Force or auto-detect server framework
Config.Locale
Language code for translations
๐ UI / Systems (auto-detected)
Config.Notifications = "auto"
Config.Progress = "auto"
Config.TargetSystem = "auto"
Config.DispatchSystem = "auto"
Config.InventorySystem = "auto"Notifications
ox_lib, okokNotify, mythic_notify
Progress
ox_lib_circle, mythic
Target
ox_target, qb-target, qtarget
Inventory
ox_inventory, qb-inventory, qs-inventory
๐ฎ Police & Dispatch
Required
Minimum cops needed (0 = disabled)
JobNames
Add your server police job names
BlipOnlyToPolice
Hide robber blips from non-police
๐ Time & Robbery Controls
TimeSettings
Adjust day/night hours
MultiRobbery
Allow multiple active robberies
CleanupType
manual or automatic
๐ฐ Cashout & Bundles
PayAs
clean or black โ payout type
LaundryRate
Conversion rate for clean payouts
BundleTTLHours
Bundle expiry (hours)
WarningPercent
When warning triggers before expiry
Last updated