Config Located In ..\addons\counterstrikesharp\plugins\Prop-Health-GoldKingZ\config\config.json
{
//----------------------------[ ↓ Main Configs ↓ ]-------------------------------
//Who Can Access To Reload Prop_Settings.json
"Reload_Prop_Settings_Flags": "@css/root,@css/admin",
//Command In Game To Reload Prop_Settings.json
"Reload_Prop_Settings_CommandsInGame": "!reloadprop,!reloadprops",
//Who Can Access To Get Props Paths List
"Get_Props_List_Flags": "@css/root,@css/admin",
//Command In Game To Get Props Paths List
"Get_Props_List_CommandsInGame": "!getprop,!getprops",
//Who Can Access To Get Props Paths By Shooting
"Get_Prop_Path_ByShooting_Flags": "@css/root,@css/admin",
//Command In Game To Get Props Paths By Shooting
"Get_Prop_Path_ByShooting_CommandsInGame": "!getpropbyshooting,!getpropbyshoot,!gpbs",
//----------------------------[ ↓ Prop Configs ↓ ]-------------------------------
//Start Damage OnStart Round After X Secs
//(0) = Disabled
"StartDamageOnStartRoundAfterXSecs": 10,
//If Not Found Prop_Health In Prop_Settings.json What Default Health Will Be
//(-1) = Doesnt break
"Default_Health": -1,
//Color Of The Prop
//Color Must Be A R G P Try This Site https://rgbcolorpicker.com/
//(-1) = No Color
"Prop_Color_Argb": "255 0 0 255",
//What Team Are Allowed To Damage Props
//(0) = Any Team
//(1) = CT
//(2) = T
"Prop_Only_TeamXCanDamage": 2,
//Print Damage Into
//(1) = Chat
//(2) = Center
//(3) = Bottom Center
//(4) = Center (Bar Icon)
//(5) = Bottom Center (Bar Icon)
//(After : Is Duration In Secs Of Center Or Bottom Center)
"Prop_Damge_Print": "1,2:10",
//----------------------------[ ↓ Utilities ↓ ]----------------------------------------------
//Enable Debug Will Print Server Console If You Face Any Issue
"EnableDebug": false,
}