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":"self", "value":"team1" } ]
},
{
"all_of":[
,
{ "test":"has_tag", "subject":"self", "value":"team2" } ]
},
{
"all_of":[
,
{ "test":"has_tag", "subject":"self", "value":"team3" } ]
},
{
"all_of":[
,
{ "test":"has_tag", "subject":"self", "value":"team4" } ]
}
]
}
},
"deals_damage":false
},
2020-04-22, 12:49 AM
2020-04-22, 03:28 PM
2020-04-22, 03:28 PM
0
1
-