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
},
For some reason it started working. Unless you guys see an issue with it just mark it works as intended