Mojira Archive
MCPE-71430

ADDON Damage Sensor Not running

My addon was working right before the 1.16 hotfix. Other features in the addon work like my kickplayer feature.

However the damage sensor seems broken. Did we have a syntax change? Here is the section but I will drop the addon.
This segment is where it is broken.

"minecraft:damage_sensor":{
"on_damage":{
"filters":{
"any_of": [
{
"all_of":[

{ "test":"has_tag", "subject":"other", "value":"team1" }

,

{ "test":"has_tag", "subject":"self", "value":"team1" }

]
},
{
"all_of":[

{ "test":"has_tag", "subject":"other", "value":"team2" }

,

{ "test":"has_tag", "subject":"self", "value":"team2" }

]
},
{
"all_of":[

{ "test":"has_tag", "subject":"other", "value":"team3" }

,

{ "test":"has_tag", "subject":"self", "value":"team3" }

]
},
{
"all_of":[

{ "test":"has_tag", "subject":"other", "value":"team4" }

,

{ "test":"has_tag", "subject":"self", "value":"team4" }

]
}
]
}
},
"deals_damage":false
},

Cannot Reproduce

Cody hubman

2020-04-22, 12:49 AM

2020-04-22, 03:28 PM

2020-04-22, 03:28 PM

0

1

Unconfirmed

1.14.60 Hotfix

-