Adding the possibility to include/exclude only targets who aren't in a specific scoreboard would be quite useful; as seen with the /tag command:
[scores={}] — Include any targets that are/have a value in at least 1 scoreboard.[scores={!}] — Include only targets that aren't/don't have a value in any scoreboard(s).[scores={myworld}] — Include only targets that have a value in the scoreboard "myworld".-
[scores={!myworld}] — Exclude any targets that have a value in the scoreboard "myworld".
For example:
Steve is in the scoreboard "test" with a value of 1.
Alex isn't in the scoreboard "test".
/execute @a[scores={!test}] ~~~ say Hello world
Output: [Alex] Hello worldPlease sign in to leave a comment.
1 Comments