-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 18w01a
-
None
-
Unconfirmed
Entity summoning command:
{{summon armor_stand 0 0 0 {CustomName:"
"}}}
Entity testing command:
execute as @e[name=test,type=armor_stand] run say test
What should happen:
`test` armor_stand entity should run `say test` command
What actually happens:
`test` armor_stand entity is never found
- duplicates
-
MC-123774 You cannot test for names with name= anymore
- Resolved