I think you need to set this:
"defaultAllowDamage": false,
Set NPC to this to support HumanNPC, BotSpawn and RadtownAnimals:
"name": "npcs",
"members": "NPCMurderer, murderer, NPCPlayerApex, NPCScientist, scientist, BradleyAPC",
"exclusions": ""

DamageControl
Allows you to tune damage entities take
Total Downloads: 1,069 - First Release: Nov 23, 2017 - Last Update: Jun 26, 2018
- 5/5, 7 likes
-
The question is not on topic. You don't know how anything can be built on RT?
-
I do not know what you mean by RT.
This definitely needs to be set to true, otherwise if there is no rule in your rule set TruePVE will block damage.
"defaultAllowDamage": true,
You might want to ask in their support forums to find an expert in TruePVE to confirm what I am telling you. -
with the damage I did, and I got what I wanted, thank you.
-
Can I do to rot not only straw, but only straw broke down?
"Building_Grade_Multipliers": {
"Metal": 0.0,
"Stone": 0.0,
"TopTier": 0.0,
"Twigs": 1.0,
"Wood": 0.0
}, -
That will affect more than just decay as any damage will be zero against the other tiers (bullets, rockets, etc.).
If you want to fine tune just decay this plugin is a better choice: NoDecay -
Is it possible to use this plugin to increase the damage of just high stone walls and gates? We are enabling ladder raiding and want to make high stone walls useful again. Thanks.
-
I have focused with this plugin on damage coming in, regardless of source. Adding logic to be per source type would make the json thousands of line, and it is already hundreds. So I am going to have to pass on this request. It would end up being too overwhelming for server operators to configure as it would become a matrix of source and destination.
There are some plugins out there specifically for High External walls, maybe you can talk one of them into making them have a damage multiplier. I do hope one of them can help you out. I saw one that stacks High Externals, that would be really unpleasant to go over. -
Thanks mspeedie. I understand. Just as a thought however, you could write the plugin like TruePVE where all is needed is to define a set of rules. That way you don't need to define all the types and combinations but rather just parse the config file generated. Then compare the hit info to rules and multiply the damage output if needed.
For example: /dc add wall.external.high.stone hurts BasePlayer 2.0
But I understand this would be a total rewrite and lose the 'type' feature of your plugin. I'll probably hack together something like this if I can't find anything. Thanks again. -
Adding a multiplier to TruePVE seems a brilliant idea. I have a little back log of dev work but that actually seems an elegant solution and probably not too hard to do since TruePVE is well written.
-
Hi !
Really nice plugin to avoid griefing !
Do you thing it could be possible to add an option to protect bed, and sleeping bags against any damage ? -
Those fall under deployables, give those a try. Or are you asking for bed and bags only?
-
I'm talking about bed and bags only :/
-
you might like this plugin to do specific deployables:
Damage Mod : Deployables -
Really nice ! Thank you !
-
I'm trying to find a plugin that will modify the amount of damage you can do to high externals to like 5X... everyone is building like below now, and it's driving entity count through the roof. Any ideas?
-
Also, wouldn’t increasing the damage on them make the players not want to use them?
I could be understanding wrong, if so, my apologies. -
-
Also, I’ll see what I can do.
I’d suggest talking with the developer of this plugin to see if it’s possible.
I’d think setting the damage multiplier into a 0.XX would decrease damage done. -