The bug
The tooltips for the selector arguments are inconsistent and sometimes describe their function wrongly.
distance
: Currently shows "Distance to entity", the fact that it doesn't show "entities" (plural) is inconsistent withnbt
. It should be "Distance to entities" or "Entities with a certain distance"gamemode
: Currently shows "Players with gamemode", this is grammatically incorrect and should be something like "Players in a certain gamemode"level
: Currently shows "Experience level", this is inconsistent withadvancements
andgamemode
. It should be "Players with experience levels"name
: Currently shows "Entity name", this is inconsistent withnbt
. It should be "Entities with name" or "Entities with a specific name"tag
: Currently shows "Entities with tag", this is grammatically incorrect and should be "Entities with a tag"team
: Currently shows "Entities on team", this is grammatically incorrect and should be "Entities on a team"x, y, z
: Currently show "x position", this is inconsistent in regards to capitalization and would make more sense to say "coordinate" instead of "position": "X coordinate"
It also would make more sense to add the word "specific" (or "certain") in front of the nouns, otherwise it sounds like it just needs to have any odd property.
Linked issues
Comments 6
The "gamemode" string should also write the description as "game mode" for consistency with other strings referring to the player's game mode.
@Dhranios after looking a bit further into the spelling of "game mode" in translation strings, I have created a new issue to cover the three strings that incorrectly spell it as a single word: MC-256424.
Please do not mark unreleased versions as affected.
You don't have access to them yet.