Help with rulesSolved

Hi,

without changing the default "default" ruleset, players can hurt mini/scraphelis's and they can't get damaged when flying into objects etc.

I wanted to change that so players cannot hurt minis/scrapheli's and they will get destroyed when you fyling into stuff~

 

"RuleSets": [
{
"name": "default",
"enabled": true,
"defaultAllowDamage": false,
"flags": "AuthorizedDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, SamSitesIgnorePlayers",
"rules": [
"anything can hurt dispensers",
"anything can hurt resources",
"anything can hurt barricades",
"anything can hurt traps",
"anything can hurt heli",
"anything can hurt npcs",
"anything can hurt players",
"anything can hurt mini",
"anything can hurt scrapheli",
"nothing can hurt ch47",
"nothing can hurt cars",
"nothing can hurt guards",
"nothing can hurt ridablehorses",
"cars cannot hurt anything",
"mini cannot hurt anything",
"ch47 cannot hurt anything",
"scrapheli cannot hurt anything",
"players cannot hurt players",
"players cannot hurt traps",
"players cannot hurt mini",
"players cannot hurt scrapheli",
"guards cannot hurt players",
"fire cannot hurt players",
"traps cannot hurt players",
"highwalls cannot hurt players",
"barricades cannot hurt players",
"mini cannot hurt mini",
"npcs can hurt players"
]
},

 

 

What am I doing wrong? Please help :s 

You are using the AuthorizedDamage flag, which is allowing the mini to take damage. You can pair it with AuthorizedDamageRequiresOwnership

The mini cannot hurt mini prevents collision damage. You can change it to mini can hurt mini

Awesome, thank you so much! 

Locked automatically