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

9

Better scoreboard target selector argument

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I feel like this is what tags would be used for, granted it would be a hell of a lot easier to type

    /execute @a[scores={!TEST}] ~~~ scoreboard players add @s TEST

    Instead of

    # Repeat, Always Active
    /execute @a[tag=!TEST] ~~~ scoreboard players add @s TEST
    # Chain, Always Active, conditional
    /execute @a[scores={TEST=0}] ~~~ tag @s add TEST

    So you have my vote. here's hoping they implement it in both bedrock and java.