CONFIGURATION
Almost everything is editable live from the in-game admin panel (no restart), and persisted to data/config.json. You can also edit that file directly.
data/config.json
data/config.json{
"general": {
"debug": true, // print [KOJA-*] console logs
"autoCreateTable": true, // run CREATE TABLE on start
"command": "trucker", // chat command that opens the tablet → /trucker
"locale": "en" // default UI language (see Localization)
},
"orders": {
"useRoutingBuckets": true // instance players while loading/unloading
},
"progression": {
"levels": { "1": 0, "2": 100, "3": 300, "...": "..." },
"startingValues": { "level": 1, "exp": 0, "skill_points": 0 }
},
"logging": {
"enabled": true,
"webhooks": { "orders": "", "companies": "", "skills": "", "anticheat": "", "default": "" },
"anticheat": { "enabled": true, "max_orders_per_10min": 8, "min_seconds_per_order": 20, "max_levels_per_min": 5 }
}
}General
Key
Description
Orders
Key
Description
Progression
Logging
Data files
File
Holds
Last updated