โš™๏ธ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'
Setting
Purpose

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"
Key
Common values

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

Setting
Action

Required

Minimum cops needed (0 = disabled)

JobNames

Add your server police job names

BlipOnlyToPolice

Hide robber blips from non-police


๐Ÿ•’ Time & Robbery Controls

Key
Notes

TimeSettings

Adjust day/night hours

MultiRobbery

Allow multiple active robberies

CleanupType

manual or automatic


๐Ÿ’ฐ Cashout & Bundles

Key
Quick guide

PayAs

clean or black โ€” payout type

LaundryRate

Conversion rate for clean payouts

BundleTTLHours

Bundle expiry (hours)

WarningPercent

When warning triggers before expiry

Last updated