We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

2

new type for @ :@o

3 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I have no idea what you were talking about.

  • 0
    Registered User commented
    Comment actions Permalink

    you can use @e[name=!your_name_here]

  • 0
    Registered User commented
    Comment actions Permalink

    You can use @a[distance=0.1..] on Java and @a[rm=0]  on Bedrock.

    I dont't quite understand the first example you provided, so I'm just gonna skip it :p

     

    Java:

    2) tp @a[distance=0.1..] @p

    3) execute at @a[distance=0.1..] run setblock ~ ~ ~ minecraft:diamond_block

    Bedrock:

    2) tp @a[rm=0] @p

    3) execute @a[rm=0] ~ ~ ~ setblock ~ ~ ~ minecraft:diamond_block