Bradley guards damage and kitsSolved

Can anyone help me?
I want to scale guards damage up and add kits
Also how do I reboot plugin without restarting server?
below is my config

{
"ChatIcon (chat icon SteamID64)": 0,
"APCHealth (set starting health)": 1000.0,
"APCCrates (amount of crates to spawn)": 4,
"NPCAmount (amount of guards to spawn max 11)": 8,
"InstantCrates (unlock crates when guards are eliminated)": true,
"DisableChinookDamage (should chinook be able to take damage)": true,
"GuardSettings (create different types of guards must contain atleast 1)": [3]
{
"Name (custom display name)": "Heavy Gunner",
"Health (set starting health)": 300.0,
"DamageScale (higher the value more damage)": 1.5,
"MaxRoamRadius (max radius guards will roam)": 100.0,
"MaxAggressionRange (distance guards will become aggressive)": 200.0,
"KitName (custom kit name)": "npc2","npc3"
"KitEnabled (enable custom kit)": true
},
{
"Name (custom display name)": "Light Gunner",
"Health (set starting health)": 200.0,
"DamageScale (higher the value more damage)": 1.0,
"MaxRoamRadius (max radius guards will roam)": 100.0,
"MaxAggressionRange (distance guards will become aggressive)": 150.0,
"KitName (custom kit name)": "npc1"
"KitEnabled (enable custom kit)": true

using rcon
o.reload BradleyGuards

@pookins how do I use rcon
shounkennedy
@pookins how do I use rcon

I use RustAdmin or Server console

@pookins thank you.  that helped with other programs I had issues with.. but still the guards hit like cupcakes

damage scale and accuracy has been changed in this months update

Locked automatically