Commands let players perform actions and customize gameplay using text-based instructions. Use this topic to share feedback and ideas for improving commands and related tools.

5

/listen Command

1 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 2
    Registered User commented
    Comment actions Permalink

    In Java Edition, this is possible with advancements. So for you Java Edition folks, the equivalent is to make an advancement for that purpose, with an event like minecraft:placed_block or a similar name. Then you can detect it by connecting it to a function that runs when you place that block.