Mojira Archive
MC-121736

Tags are in quotes in feedback when adding them but not when listing them

The bug

When using /tag <targets> add the feedback shows the added tag in quotation marks, however when using /tag <targets> list it does not.
This applies to the summary in case multiple entities match <targets> as well.

How to reproduce

  1. Use the following command
    /tag @e add test
    

    → "Added tag 'test' to <target>"

  2. Use the following command
    /tag @s list
    

    → "<targets> has 1 tags: test"

Respectively "The <count> entities have 1 total tags: test"