Mojira Archive
MC-135740

Entities can be summoned with selector tags that cannot be selected for

The bug

Entities can be summoned with Tags entries containing spaces. However, neither the tag argument selector nor the /tag command support them.

How to reproduce

  1. /summon minecraft:creeper ~ ~ ~ {Tags:["hi there"]}
    
  2. Try the following
    /execute if entity @e[type=creeper,tag=hi there]
    /execute if entity @e[type=creeper,tag="hi there"]
    
    /tag @e[type=creeper] remove hi there
    /tag @e[type=creeper] remove "hi there"
    

    Note: The first /tag variant is even suggested by the command syntax help
    None of these commands is considered valid

Duplicate

Baker Fugu

2018-08-08, 02:33 AM

2020-10-08, 03:55 PM

2020-10-08, 03:55 PM

3

7

Confirmed

Commands

Minecraft 1.13, Minecraft 1.13.1, 20w10a, 1.16.2

-