Configuration

Complete configuration reference for the Multiplayer Garbage Job.


Configuration Files

The script uses multiple configuration files located in the config/ folder:

File
Purpose

config.lua

Main configuration (framework, settings, rewards)

coordinate.lua

Location coordinates for all job areas

GetCore.lua

Framework detection (usually don't modify)


Basic Settings

Framework & Core

-- Framework Selection
-- Options: 'qb', 'oldqb', 'esx', 'oldesx', 'vrp', 'vrp2', 'standalone'
Config.Framework = 'qb'

-- Language (Available: 'en', 'tr', 'de', 'fr', 'pt', 'ru', 'ar')
Config.Locale = 'en'

-- Currency Display
Config.CurrencyUnit = '$'  -- Options: '$', '€', '₺'

-- Database Resource
Config.SQL = "oxmysql"  -- Options: 'oxmysql', 'mysql-async', 'ghmattimysql'
circle-info

QBox Users: QBox is fully compatible. Set Config.Framework = 'qb' for QBox servers.


Inventory Settings

Image Path Examples

Inventory
Image Path

QBCore Inventory

"nui://qb-inventory/html/images/"

ox_inventory

"nui://ox_inventory/web/images/"

qs-inventory

"nui://qs-inventory/html/images/"


Interaction Settings

System
Config Value
Description

DrawText

'drawtext'

Built-in text prompts (no dependency)

ox_target

'ox-target'

Overextended target system


Server & Display Settings


Job Settings

Lobby & Players

Commands


Vehicle Settings

The script auto-detects your vehicle key system:

  • qb-vehiclekeys

  • qbx-vehiclekeys

  • qs-vehiclekeys

  • wasabi-carlock

  • cd_garage

  • Renewed-Vehiclekeys


Clothing System


Debug Settings

circle-exclamation

Region & Rewards

Configure work regions and their rewards:


Task Configuration

Configure tasks per region:


Daily Missions

Configure daily missions for extra rewards:


Level System

Configure XP required for each level (up to level 70):


Reconnection System

Configure player reconnection settings:


UI Positions

Customize UI element positions:

circle-info

Players can also adjust UI positions in-game through the settings menu!


Need Help?

circle-info

Having configuration issues? Join our Discord serverarrow-up-right and open a support ticket.

Last updated