Details
-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 18w06a
-
None
-
Unconfirmed
Description
Using the "matches" condition for a scoreboard objective value will give an error
How to repeat:
> /scoreboard objectives add test dummy
> /scoreboard objectives setdisplay sidebar test
> /scoreboard players set @s test 1
> /execute if score @s test matches 1 run say hi
This would work in previous snapshots, but not in this one.
After the matches value, "1", the command won't accept the rest of the execute command.
Attachments
Issue Links
- duplicates
-
MC-124896 Testing for a score of x or a minimum of x doesn't work in execute if/unless score
- Resolved