Scientist and TruePvESolved
Hello,

I am having trouble getting TruePvE to allow our players to kill the scientists roaming. The scientists are capable of killing players on the server, however when they are attacked it states they cannot be damaged due to god mode. Below is my truepve.json file, and any help would be appreciated!


{
"Config Version": "0.8.9",
"Default RuleSet": "default",
"Configuration Options": {
"handleDamage": true,
"useZones": true
},
"Mappings": {
"default": "default"
},
"Schedule": {
"enabled": false,
"useRealtime": false,
"broadcast": false,
"entries": []
},
"RuleSets": [
{
"name": "default",
"enabled": true,
"defaultAllowDamage": false,
"flags": "HumanNPCDamage",
"rules": [
"players can hurt players",
"anything can hurt dispensers",
"heli can hurt anything",
"players can hurt heli",
"players can hurt npcs",
"anything can hurt traps",
"traps can hurt players",
"players can hurt barricades",
"players can hurt highwalls",
"barricades can hurt players",
"highwalls can hurt players",
"anything can hurt npcs",
"fire can hurt players",
"anything can hurt resources",
"anything can hurt players"
]
}
],
"Entity Groups": [
{
"name": "dispensers",
"members": "BaseCorpse, HelicopterDebris",
"exclusions": ""
},
{
"name": "players",
"members": "BasePlayer",
"exclusions": ""
},
{
"name": "traps",
"members": "AutoTurret, BearTrap, FlameTurret, Landmine, GunTrap, ReactiveTarget, spikes.floor",
"exclusions": ""
},
{
"name": "barricades",
"members": "Barricade",
"exclusions": ""
},
{
"name": "highwalls",
"members": "wall.external.high.stone, wall.external.high.wood, gates.external.high.wood, gates.external.high.wood",
"exclusions": ""
},
{
"name": "heli",
"members": "BaseHelicopter, BradleyAPC",
"exclusions": ""
},
{
"name": "npcs",
"members": "NPCPlayerApex, NPCMurderer, murderer, NPCScientist, scientist, Zombies",
"exclusions": ""
},
{
"name": "fire",
"members": "FireBall, Fireball_small, flamethrower_fireball, flame",
"exclusions": ""
},
{
"name": "resources",
"members": "ResourceEntity, TreeEntity, OreResourceEntity",
"exclusions": ""
}
]
}​
I have the same problem.  I'm unable to kill any of the default rust Scientists.  I had to turn my 

ai.npc_enable to false

I figured it out. I had to delete the God Mode plugin.
In response to JRuf ():
I figured it out. I had to delete the God Mode plugin.
What's the name of the plugin?
I had this plugin (https://oxidemod.org/plugins/godmode.673/) installed; however, this plugin is not necessary to enable godmode for admins/moderators. Once it was removed from my config/plugins of Oxide, scientists could then be killed again.

Merged post

What's your Steam? I'd be more than happy to reach out there, as we would be able to talk easier.
In response to JRuf ():
I had this plugin (https://oxidemod.org/plugins/godmode.673/) installed; however, this plugin is not...
Damn, I don't have that plugin.  Trying to see if there's any godmode related plugins

This is my steam: https://steamcommunity.com/id/Covfefe1776/
Locked automatically