New Prefab

Hey there ..

Maybe is stupid question but i need to ask it ..

How can i enable that players can damage signs ? sign.pole.banner.large 

Those poles are not from players , i made some plugin where they need to destroy poles ...but when i have true pve they cant ..

 

hi, you can use the CanEntityTakeDamage hook in your plugin. there are a few hooks for plugins to use just for that purpose.

Thank you for your respond !

Yea i know that i can use those hooks ,but i was looking for solution in your config and i did it :D

"anything can hurt sign"

{
"name": "sign",
"members": "sign.pole.banner.large",
"exclusions": ""
},

Later on i will adjust my plugin for pve needs ,but for private this will work just fine !

no problem