-
Bug
-
Resolution: Fixed
-
Minecraft 15w35b, Minecraft 15w47c, Minecraft 15w51b, Minecraft 1.11, Minecraft 1.11.2, Minecraft 1.12.1, Minecraft 1.12.2
-
Confirmed
Syntax structure
The current syntax for the /scoreboard players tag command is
/scoreboard players tag <player> <add|remove|list> <tagName> [dataTag]
However this is incorrect (also because of MC-80856) because the list option does not operate with a dataTag.
Maybe something like this would be more correct
/scoreboard players tag <player> add <dataName> [dataTag]|remove <dataName> [dataTag]|list
- relates to
-
MC-80856 Command syntax inconsistencies
- Resolved