Im trying to use a command line to detect it people have a specific item… On Bedrock
Used
/testfor @p[r=10] {SelectedItem:{id:"minecraft:diamond_sword",tag:{display:{Name:"Item Name"}}}}
/execute @e {SelectedItem:{tag:{display:{Name:"item Name"}}}} ~ ~ ~
And scoreboard
I found that the commands dos not show up with JSON, idk what to do