Koja Scripts
JOBS

Locale & Debug

Key Type Default Description ------- --------- ------- ------------------------------------------------------------------- Debug boolean true Enables debug mode.

Locale & Debug

File: shared/config.lua


Config.Debug

KeyTypeDefaultDescription
DebugbooleantrueEnables debug mode. Prints extra information to the server console.
Config.Debug = true

Language / Locale

Config.Locale = 'en'

Purpose: Set the language for all UI text, notifications, and messages.

Available Languages:

CodeLanguageFile
'en'Englishlocales/en.json
'pl'Polishlocales/pl.json
'de'Germanlocales/de.json
'es'Spanishlocales/es.json
'fr'Frenchlocales/fr.json
'hi'Hindilocales/hi.json
'ja'Japaneselocales/ja.json
'ru'Russianlocales/ru.json
'zh'Chineselocales/zh.json
  • Company — Defines the gardener company — its name, NPC, map blip, job requirement, parking spots, vehicles, and equipment offsets.
  • Database — File: shared/config.lua → Config.Database
  • Levels — Controls the leveling progression for the gardener job.
  • Missions — File: shared/config.lua → Config.Missions
  • Skills — Defines the entire skill tree displayed in the Upgrades panel.
  • Uniforms — File: shared/config.lua → Config.Uniforms
  • Configuration — back to the section overview