For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

Complete configuration reference for the Multiplayer Scrapyard 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'

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


Clothing System

Job Uniforms

Customize the job uniform in Config.JobClothes:


Vehicle Key System

The script auto-detects your vehicle key system:

  • qb-vehiclekeys

  • qbx-vehiclekeys

  • qs-vehiclekeys

  • wasabi-carlock

  • cd_garage

  • Renewed-Vehiclekeys


Debug Settings


Job Location

Configure the main job NPC location:


Region & Rewards

Configure work regions and their rewards:


Daily Missions

Configure daily missions for extra rewards:


Crafting Settings

Weapon Crafting (Illegal)


Sell NPCs

Configure legal and illegal sell NPCs:


Door Lock System

Control access to the illegal crafting area:


Level System

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


Reconnection System

Configure player reconnection settings:


UI Positions

Customize UI element positions:

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


Mission Completion Items

Give items to players when they complete missions:


Custom Functions

Start Job Function

Run custom code when a player starts a job:

End Job Function

Run custom code when a player completes a job:


Coordinate Configuration

The coordinate.lua file contains all location data:

  • Scrap spawn locations

  • Vehicle spawn/return points

  • Machine positions (press, shredder, furnace)

  • Rail system coordinates

  • Crafting table positions


Need Help?

Having configuration issues? Join our Discord server and open a support ticket.

Last updated