Server/project/assets/configs/core.json

25 lines
678 B
JSON
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
2023-12-27 11:56:24 +01:00
"akiVersion": "3.7.6",
2023-03-03 16:23:46 +01:00
"projectName": "SPT-AKI",
2023-10-10 14:24:35 +02:00
"compatibleTarkovVersion": "0.13.5.26535",
"serverName": "SPT Server",
"profileSaveIntervalSeconds": 15,
"sptFriendNickname": "SPT",
"fixes": {
"fixShotgunDispersion": true,
"removeModItemsFromProfile": false,
"fixProfileBreakingInventoryItemIssues": false
},
"features": {
"autoInstallModDependencies": false,
"compressProfile": false,
"chatbotFeatures": {
"sptFriendEnabled": true,
"commandoEnabled": true,
"commandoFeatures": {
"giveCommandEnabled": false
}
}
}
}