spt_modpack/user/mods/fika-server/assets/configs/fika.jsonc
2025-07-19 11:55:34 -07:00

59 lines
No EOL
1.1 KiB
JSON

{
"client": {
"useBtr": true,
"friendlyFire": true,
"dynamicVExfils": false,
"allowFreeCam": false,
"allowSpectateFreeCam": false,
"blacklistedItems": [],
"forceSaveOnDeath": true,
"mods": {
"required": [],
"optional": []
},
"useInertia": true,
"sharedQuestProgression": true,
"canEditRaidSettings": true,
"enableTransits": true,
"anyoneCanStartRaid": true
},
"server": {
"SPT": {
"http": {
"ip": "0.0.0.0",
"port": 6969,
"backendIp": "0.0.0.0",
"backendPort": 6969
},
"disableSPTChatBots": true
},
"allowItemSending": true,
"sentItemsLoseFIR": false,
"launcherListAllProfiles": false,
"sessionTimeout": 5,
"showDevProfile": false,
"showNonStandardProfile": false,
"logClientModsInConsole": false
},
"natPunchServer": {
"enable": false,
"port": 6790,
"natIntroduceAmount": 1
},
"headless": {
"profiles": {
"amount": 1,
"aliases": {}
},
"scripts": {
"generate": true,
"forceIp": ""
},
"setLevelToAverageOfLobby": true,
"restartAfterAmountOfRaids": 1
},
"background": {
"enable": true,
"easteregg": false
}
}