Player self damageSolved
SelfDamage - Allow player (usually) to damage themselves, e.g. with C4 or BeanCans, etc.

This TruePVE.cs edit does not allow players to hurt/kill them selves with grenades with either option (0 or 1). I'm new to plugins, any advice?

Thank you

it's a flag that you put in the config file. don't edit the cs file. it works just fine =p

Thanks Nivex! What text specifically would I put in the config file to allow self-damage?

Merged post

Figured it out... lol

In the config file for TruePVE, under RuleSets, where it says:

"flags": "HumanNPCDamage, LockedBoxesImmortal, etc..."

Add "SelfDamage" to that flags list and save the file. Also make sure SelfDamage = 1 in the TruePVP.cs file as well.

Locked automatically