Skip to main content

Comments

2 comments

  • edu edition samples

    /execute @a ~ ~ ~ give @p golden_apple
    0
  • Andrew Mulholland

    fahrettin hasan tuncer your initial example was from Minecraft Java version, the syntax for Bedrock is very different, especially for the execute command. You can usually still do most things, just takes a bit of a different approach (and sometimes more than 1 execute chained together).

    Checking blocks can be done using execute detect.

    From your previous question, that would be

    execute @p ~ ~ ~ detect ~ ~-1 ~ wool 15 kill @p 
    0

Please sign in to leave a comment.