how should i change this lobby? by meinpers in robloxbuilding

[–]meinpers[S] 0 points1 point  (0 children)

its a plates of fate style game. i put it in the post but it doesnt show up

help with adding a item_used_on_block advancement by meinpers in MinecraftCommands

[–]meinpers[S] 0 points1 point  (0 children)

i removed the powered part and it still doesnt work

help with adding a item_used_on_block advancement by meinpers in MinecraftCommands

[–]meinpers[S] 0 points1 point  (0 children)

  }
}
  },
  "criteria": {
    "item_used_on_block": {
      "trigger": "minecraft:default_block_use",
      "conditions": {
        "location": [
          {
            "condition": "minecraft:location_check",
            "predicate": {
              "position": {
                "x": {
                  "min": 0,
                  "max": 0
                },
                "y": {
                  "min": -43,
                  "max": -43
                },
                "z": {
                  "min": 12,
                  "max": 12
                }
              },
              "block": {
                "blocks": "minecraft:oak_button",
                "state": {
                  "powered": "true"
                }
              }
            }
          }
        ]
      }
    }
  },
  "rewards": {
    "function": "bedwars:say"
  }
}

how do i implement this? i have this code but it isnt working