Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-71430

ADDON Damage Sensor Not running

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.14.60 Hotfix
    • None
    • Unconfirmed
    • Windows

      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
      },

            drhubs Cody hubman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: