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 19:37:17 +01:00
"akiVersion": "3.8.0",
2023-03-03 16:23:46 +01:00
"projectName": "SPT-AKI",
2023-12-29 10:44:09 +01:00
"compatibleTarkovVersion": "0.14.0.28375",
"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
}
}
}
}