feat: LSB SAIN 봇 프리셋 및 다양한 모드 설정 파일(mod configuration files)을 추가합니다.

This commit is contained in:
이정수 2026-03-02 02:07:16 +09:00
parent 8307f83dd2
commit f93e7b0a38
10 changed files with 122 additions and 122 deletions

View File

@ -175,7 +175,7 @@ Maximum Chance = 100
## Note that with this disabled, PMCs will still spawn anywhere if there are no player spawn points available.
# Setting type: Boolean
# Default value: false
Allow PMC Spawn Anywhere = true
Allow PMC Spawn Anywhere = false
## How far all PMCs must be from a spawn point for it to be enabled for other PMC spawns.
## Setting this too high will cause PMCs to fail to spawn.

View File

@ -5,7 +5,7 @@
# Setting type: Boolean
# Default value: false
Show advanced = false
Show advanced = true
# Setting type: Boolean
# Default value: true

View File

@ -29,7 +29,7 @@ No Loot = false
# Setting type: ELoadPriority
# Default value: Low
# Acceptable values: Low, Medium, High
Player Load Priority = Low
Player Load Priority = Medium
## Max amount of bundles loading in parallel.
## Increase if you take a long time to load bots as a client.
@ -38,7 +38,7 @@ Player Load Priority = Low
# Setting type: Int32
# Default value: 5
# Acceptable value range: From 1 to 10
Max Bundle Lock = 5
Max Bundle Lock = 7
[Coop]
@ -327,7 +327,7 @@ Force IP =
## 서버 호스팅 시 서버가 시작될 때 로컬 어댑터를 사용하도록 강제합니다. VPN 사용시 유용합니다.
# Setting type: String
# Default value: Disabled
# Acceptable values: Disabled, 0.0.0.0, ::, 192.168.2.5, 192.168.0.2, 172.28.160.1, 172.27.160.1
# Acceptable values: Disabled, 0.0.0.0, ::, 192.168.2.5, 192.168.0.2, 172.22.48.1, 172.27.160.1
Force Bind IP = Disabled
## UDP 패킷 전송시 사용하는 포트

View File

@ -48,13 +48,13 @@
"Change": {},
"Grenade": {
"CanThrowWhileSprinting": false,
"CAN_THROW_STRAIGHT_CONTACT": false,
"CAN_THROW_STRAIGHT_CONTACT": true,
"TimeSinceSeenBeforeThrow": 4.0,
"ThrowGrenadeFrequency": 5.0,
"ThrowGrenadeFrequency_MAX": 10.0,
"MinFriendlyDistance": 8.0,
"MinEnemyDistance": 8.0,
"GrenadePrecision": 0.1
"GrenadePrecision": 3.0
},
"Hearing": {},
"Lay": {},
@ -128,7 +128,7 @@
"Aiming": {
"AimCenterMass": false,
"AimForHead": false,
"AimForHeadChance": 10.0,
"AimForHeadChance": 2.0,
"DistanceAimTimeMultiplier": 1.0,
"AngleAimTimeMultiplier": 1.0,
"FasterCQBReactions": true,
@ -156,7 +156,7 @@
"ThrowGrenadeFrequency_MAX": 10.0,
"MinFriendlyDistance": 8.0,
"MinEnemyDistance": 8.0,
"GrenadePrecision": 0.1
"GrenadePrecision": 2.0
},
"Hearing": {},
"Lay": {},
@ -229,8 +229,8 @@
},
"Aiming": {
"AimCenterMass": false,
"AimForHead": false,
"AimForHeadChance": 33.0,
"AimForHead": true,
"AimForHeadChance": 10.0,
"DistanceAimTimeMultiplier": 1.0,
"AngleAimTimeMultiplier": 1.0,
"FasterCQBReactions": true,
@ -258,7 +258,7 @@
"ThrowGrenadeFrequency_MAX": 10.0,
"MinFriendlyDistance": 8.0,
"MinEnemyDistance": 8.0,
"GrenadePrecision": 0.1
"GrenadePrecision": 1.0
},
"Hearing": {},
"Lay": {},
@ -331,8 +331,8 @@
},
"Aiming": {
"AimCenterMass": false,
"AimForHead": false,
"AimForHeadChance": 50.0,
"AimForHead": true,
"AimForHeadChance": 33.0,
"DistanceAimTimeMultiplier": 1.0,
"AngleAimTimeMultiplier": 1.0,
"FasterCQBReactions": true,
@ -353,7 +353,7 @@
},
"Change": {},
"Grenade": {
"CanThrowWhileSprinting": false,
"CanThrowWhileSprinting": true,
"CAN_THROW_STRAIGHT_CONTACT": false,
"TimeSinceSeenBeforeThrow": 4.0,
"ThrowGrenadeFrequency": 5.0,

View File

@ -9,8 +9,8 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 1.0,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"AggressionCoef": 1.5,
"PRECISION_SPEED_COEF": 1.2,
"ACCURACY_SPEED_COEF": 1.0
},
"Core": {
@ -29,7 +29,7 @@
"AimForHeadChance": 1.0,
"DistanceAimTimeMultiplier": 1.0,
"AngleAimTimeMultiplier": 1.0,
"FasterCQBReactions": false,
"FasterCQBReactions": true,
"FasterCQBReactionsDistance": 30.0,
"FasterCQBReactionsMinimum": 0.33,
"MAX_AIMING_UPGRADE_BY_TIME": 0.25,
@ -109,10 +109,10 @@
"Difficulty": {
"VisibleDistCoef": 1.0,
"GainSightCoef": 1.0,
"ScatteringCoef": 1.0,
"ScatteringCoef": 0.9,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"AggressionCoef": 1.6,
"PRECISION_SPEED_COEF": 1.4,
"ACCURACY_SPEED_COEF": 1.0
},
"Core": {
@ -211,10 +211,10 @@
"Difficulty": {
"VisibleDistCoef": 1.0,
"GainSightCoef": 1.0,
"ScatteringCoef": 1.0,
"ScatteringCoef": 0.8,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"AggressionCoef": 1.8,
"PRECISION_SPEED_COEF": 1.6,
"ACCURACY_SPEED_COEF": 1.0
},
"Core": {
@ -313,10 +313,10 @@
"Difficulty": {
"VisibleDistCoef": 1.0,
"GainSightCoef": 1.0,
"ScatteringCoef": 1.0,
"ScatteringCoef": 0.75,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"AggressionCoef": 2.0,
"PRECISION_SPEED_COEF": 2.0,
"ACCURACY_SPEED_COEF": 1.0
},
"Core": {

View File

@ -9,7 +9,7 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"AggressionCoef": 1.5,
"PRECISION_SPEED_COEF": 1.0,
"ACCURACY_SPEED_COEF": 1.0
},
@ -21,7 +21,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -70,7 +70,7 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.21,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
@ -82,13 +82,13 @@
"MinExtractPercentage": 5.0
},
"Move": {
"STRAFE_SPEED": 0.5,
"STRAFE_SPEED": 0.65,
"LEAN_TOGGLE": true,
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},
@ -111,7 +111,7 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"AggressionCoef": 1.6,
"PRECISION_SPEED_COEF": 1.0,
"ACCURACY_SPEED_COEF": 1.0
},
@ -123,7 +123,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -172,7 +172,7 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.23,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
@ -184,13 +184,13 @@
"MinExtractPercentage": 5.0
},
"Move": {
"STRAFE_SPEED": 0.65,
"STRAFE_SPEED": 0.8,
"LEAN_TOGGLE": true,
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},
@ -213,7 +213,7 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"AggressionCoef": 1.7,
"PRECISION_SPEED_COEF": 1.0,
"ACCURACY_SPEED_COEF": 1.0
},
@ -225,7 +225,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -274,7 +274,7 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.25,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
@ -286,13 +286,13 @@
"MinExtractPercentage": 5.0
},
"Move": {
"STRAFE_SPEED": 0.8,
"STRAFE_SPEED": 0.9,
"LEAN_TOGGLE": true,
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},
@ -315,7 +315,7 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"AggressionCoef": 1.8,
"PRECISION_SPEED_COEF": 1.0,
"ACCURACY_SPEED_COEF": 1.0
},
@ -327,7 +327,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -376,7 +376,7 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.27,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
@ -393,8 +393,8 @@
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},

View File

@ -48,13 +48,13 @@
"Change": {},
"Grenade": {
"CanThrowWhileSprinting": false,
"CAN_THROW_STRAIGHT_CONTACT": false,
"CAN_THROW_STRAIGHT_CONTACT": true,
"TimeSinceSeenBeforeThrow": 4.0,
"ThrowGrenadeFrequency": 5.0,
"ThrowGrenadeFrequency_MAX": 10.0,
"MinFriendlyDistance": 8.0,
"MinEnemyDistance": 8.0,
"GrenadePrecision": 0.1
"GrenadePrecision": 3.0
},
"Hearing": {},
"Lay": {},
@ -128,7 +128,7 @@
"Aiming": {
"AimCenterMass": false,
"AimForHead": false,
"AimForHeadChance": 10.0,
"AimForHeadChance": 2.0,
"DistanceAimTimeMultiplier": 1.0,
"AngleAimTimeMultiplier": 1.0,
"FasterCQBReactions": true,
@ -156,7 +156,7 @@
"ThrowGrenadeFrequency_MAX": 10.0,
"MinFriendlyDistance": 8.0,
"MinEnemyDistance": 8.0,
"GrenadePrecision": 0.1
"GrenadePrecision": 2.0
},
"Hearing": {},
"Lay": {},
@ -229,8 +229,8 @@
},
"Aiming": {
"AimCenterMass": false,
"AimForHead": false,
"AimForHeadChance": 33.0,
"AimForHead": true,
"AimForHeadChance": 10.0,
"DistanceAimTimeMultiplier": 1.0,
"AngleAimTimeMultiplier": 1.0,
"FasterCQBReactions": true,
@ -258,7 +258,7 @@
"ThrowGrenadeFrequency_MAX": 10.0,
"MinFriendlyDistance": 8.0,
"MinEnemyDistance": 8.0,
"GrenadePrecision": 0.1
"GrenadePrecision": 1.0
},
"Hearing": {},
"Lay": {},
@ -331,8 +331,8 @@
},
"Aiming": {
"AimCenterMass": false,
"AimForHead": false,
"AimForHeadChance": 50.0,
"AimForHead": true,
"AimForHeadChance": 33.0,
"DistanceAimTimeMultiplier": 1.0,
"AngleAimTimeMultiplier": 1.0,
"FasterCQBReactions": true,
@ -353,7 +353,7 @@
},
"Change": {},
"Grenade": {
"CanThrowWhileSprinting": false,
"CanThrowWhileSprinting": true,
"CAN_THROW_STRAIGHT_CONTACT": false,
"TimeSinceSeenBeforeThrow": 4.0,
"ThrowGrenadeFrequency": 5.0,

View File

@ -9,8 +9,8 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"AggressionCoef": 1.1,
"PRECISION_SPEED_COEF": 1.1,
"ACCURACY_SPEED_COEF": 1.0
},
"Core": {
@ -21,7 +21,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -70,7 +70,7 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.03,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
@ -87,8 +87,8 @@
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},
@ -111,9 +111,9 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"ACCURACY_SPEED_COEF": 1.0
"AggressionCoef": 1.2,
"PRECISION_SPEED_COEF": 1.15,
"ACCURACY_SPEED_COEF": 1.15
},
"Core": {
"VisibleAngle": 150.0,
@ -123,7 +123,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -172,7 +172,7 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.05,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
@ -189,8 +189,8 @@
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},
@ -213,9 +213,9 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"ACCURACY_SPEED_COEF": 1.0
"AggressionCoef": 1.3,
"PRECISION_SPEED_COEF": 1.2,
"ACCURACY_SPEED_COEF": 1.2
},
"Core": {
"VisibleAngle": 150.0,
@ -225,7 +225,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -274,10 +274,10 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.08,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
"BotTaunts": false,
"SquadTalk": true,
"SquadMemberTalkFreq": 3.0,
"SquadLeadTalkFreq": 3.0,
@ -291,8 +291,8 @@
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},
@ -315,9 +315,9 @@
"GainSightCoef": 1.0,
"ScatteringCoef": 0.5,
"HearingDistanceCoef": 1.0,
"AggressionCoef": 1.0,
"PRECISION_SPEED_COEF": 1.0,
"ACCURACY_SPEED_COEF": 1.0
"AggressionCoef": 1.4,
"PRECISION_SPEED_COEF": 1.25,
"ACCURACY_SPEED_COEF": 1.3
},
"Core": {
"VisibleAngle": 150.0,
@ -327,7 +327,7 @@
"ScatteringPerMeter": 0.1,
"ScatteringClosePerMeter": 0.12,
"HearingDistanceMulti": 1.0,
"CanGrenade": true
"CanGrenade": false
},
"Aiming": {
"AimCenterMass": false,
@ -376,10 +376,10 @@
"Mind": {
"Aggression": 1.0,
"WeaponProficiency": 0.5,
"SuppressionResistance": 0.0,
"SuppressionResistance": 0.1,
"TalkFrequency": 1.0,
"CanTalk": true,
"BotTaunts": true,
"BotTaunts": false,
"SquadTalk": true,
"SquadMemberTalkFreq": 3.0,
"SquadLeadTalkFreq": 3.0,
@ -393,8 +393,8 @@
"LEAN_INCOVER_TOGGLE": true,
"JUMP_TOGGLE": true,
"AUTOCROUCH_TOGGLE": true,
"PRONE_TOGGLE": true,
"PRONE_SUPPRESS_TOGGLE": true,
"PRONE_TOGGLE": false,
"PRONE_SUPPRESS_TOGGLE": false,
"VAULT_TOGGLE": true,
"VAULT_UNSTUCK_TOGGLE": true
},

View File

@ -197,10 +197,10 @@
},
"Sandbox_air": 0,
"Streets_air": 2,
"AirtimeMin": 0,
"AirtimeMax": 0,
"AirtimeMin": 1,
"AirtimeMax": 5,
"Lighthouse_air": 3,
"Bigmap_air": 100,
"Bigmap_air": 0,
"Interchange_air": 0,
"Shoreline_air": 2,
"Reserve_air": 0,
@ -209,56 +209,56 @@
"EnableLoot": true,
"Locations": {
"Streets": {
"Loose": 0.05,
"Container": 0.35
"Loose": 3,
"Container": 1
},
"Sandbox": {
"Loose": 0.05,
"Container": 0.2
"Loose": 3,
"Container": 1
},
"SandboxHard": {
"Loose": 0.05,
"Container": 0.28
"Loose": 3,
"Container": 1
},
"Lighthouse": {
"Loose": 0.05,
"Container": 0.3
"Loose": 3,
"Container": 1
},
"Bigmap": {
"Loose": 100,
"Container": 0.2
"Loose": 3,
"Container": 1
},
"Interchange": {
"Loose": 0.05,
"Container": 0.22
"Loose": 3,
"Container": 1
},
"FactoryDay": {
"Loose": 0.05,
"Container": 0.26
"Loose": 1,
"Container": 1
},
"Laboratory": {
"Loose": 0.05,
"Container": 0.35
"Loose": 5,
"Container": 2
},
"Shoreline": {
"Loose": 0.05,
"Container": 0.3
"Loose": 3,
"Container": 1
},
"Reserve": {
"Loose": 0.05,
"Container": 0.25
"Loose": 3,
"Container": 1
},
"Woods": {
"Loose": 0.05,
"Container": 0.24
"Loose": 4,
"Container": 1
},
"Labyrinth": {
"Loose": 0.05,
"Container": 0.35
"Loose": 3,
"Container": 2
},
"FactoryNight": {
"Loose": 0.05,
"Container": 0.26
"Loose": 1,
"Container": 1
},
"AllContainers": false
}
@ -888,7 +888,7 @@
"RightLeg": 65
},
"EnableScavHealth": false,
"EnableScav": true,
"EnableScav": false,
"ScavStats": {
"MaxHydration": 100,
"MaxEnergy": 100
@ -969,7 +969,7 @@
"WeaponMin": 60,
"WeaponMax": 100
},
"EnableBots": true
"EnableBots": false
},
"PMC": {
"NameOverride": false,
@ -994,7 +994,7 @@
},
"DisableLowLevelPMC": false,
"LootableMelee": false,
"EnablePMC": true
"EnablePMC": false
},
"Custom": {
"EnableCustom": false,

View File

@ -17,7 +17,7 @@
"enableTransits": true,
"anyoneCanStartRaid": false,
"allowNamePlates": true,
"randomLabyrinthSpawns": false,
"randomLabyrinthSpawns": true,
"pmcFoundInRaid": false
},
"server": {