-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 18w07c
-
None
-
Win10, Java 8
-
Unconfirmed
`/execute if score @p test matches 1.. run say hi` doesn't work.
What I expected to happen was...:
If my score of test is larger than 1, I will say "hi".
What actually happened was...:
It thorws an error. But when I typed `..1`(not `1..`), it works well.
Steps to Reproduce:
1. Type `/execute if score matches 1.. run say hi`
- duplicates
-
MC-124896 Testing for a score of x or a minimum of x doesn't work in execute if/unless score
- Resolved