Discuss Minecraft's scripting and modding capabilities, including APIs, tools, customization, automation, and creator workflows. Share ideas and feedback on how players and creators can extend and customize Minecraft.

14

(Java Parity) Additional Operators! @b @c @d

7 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • Official comment
    Avatar
    Registered User commented
    Comment actions Permalink

    Removed @u from title, as it wasn't in the post.

  • 0
    Registered User commented
    Comment actions Permalink

    I don't think @c would work well with the current command system, as entities and players work very differently from tile entities. However, I do agree that being able to find block entities would be very useful, it just needs some better syntax.

  • 0
    Registered User commented
    Comment actions Permalink

    @d: This is already trivially easy: @a[nbt={Health:0f}]

    @c: This doesn't make any sense because selectors are for entities, not blocks. What would /kill @c do? What about /team join team @c?

    @b: This is already trivially easy: /execute as @a at @s unless block ~ ~ ~ air

  • 0
    Registered User commented
    Comment actions Permalink

    tryashtar Actually no not on bedrock it is not! it's actually impossible to do at the moment.

  • 0
    Registered User commented
    Comment actions Permalink

    In that case you'd be better off making a parity request

  • 0
    Registered User commented
    Comment actions Permalink

    Wanting to reply to Nova "inkycatz" Barlow, It is on there, in the @d section though.

  • 0
    Registered User commented
    Comment actions Permalink

    execute as  @e run say hi

    everyone will say hi but dead player, 

    @e never selects dead players