After the update looks like no animals especially the new animals from the jungle take damage.
No Animal Damage
hi, all new animals take damage except for snake. snakes are SnakeHazard, so you need to add SnakeHazard to your npc group per the update notes.
all other animals, including Tiger, Panther and Crocodile always take damage unless blocked by another plugin
Okay, Thanks
chickens in the coop also dont take damage so cant farm them
hi, AuthorizedFarmableDamage is for hatched chickens. this is in the documentation
i tried adding it into the flag section but it still doesnt allow the chickens to be killed
"RuleSets": [
{
"name": "default",
"enabled": true,
"defaultAllowDamage": false,
"flags": "AuthorizedDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, SelfDamage, TwigDamage, PlayerSamSitesIgnorePlayers, TurretsIgnorePlayers, AuthorizedFarmableDamage",
"rules": [
"anything can hurt dispensers",
"anything can hurt players",
"players cannot hurt players",
"anything can hurt traps",
"traps cannot hurt players",
"players can hurt barricades",
"barricades can hurt players",
"highwalls can hurt players",
"anything can hurt heli",
"anything can hurt npcs",
"fire cannot hurt players",
"anything can hurt resources"
]
}
hi, I tested this and can kill my own chickens and my team mates chickens. documentation as I said above
AuthorizedFarmableDamage is a standalone/independent flag where the owner and ally can hurt hatched chickens
if you want to kill other players chickens then add FarmableAnimal to npcs group. do not see the point for that.
sorry, i think maybe im misunderstanding the bullet point indicating we need to add a standalone flag, i just thought we needed to add it into the flags section, how else should we do this, can you share an example?
that's all you do, add it to the flags section. it is a standalone flag, so it does not require anything else to work. it applies to your team/clan/friends and the owner only.