When using the '/tag @e remove tagname' command, the command will output something like "Removed tag 'tagname' from 171 entities" when in reality the command may have only removed the tag from 1 entity. This can be confusing for people working with tag commands.
Steps to reproduce:
Create a new world
Spawn a mob of your choice and stand next to it
run /tag @e[limit=1,distance=..5] add test
run /tag @e remove test
Expected result: "Removed tag 'test' from 1 entities"
Actual result: "Removed tag 'test' from 100 entities" despite only 1 entity having that tag
Linked issues
duplicates 1
Comments 0
No comments.