-
Bug
-
Resolution: Duplicate
-
None
-
1.17.1
-
None
-
jdk-16.0.1 Windows 10 latest
-
Unconfirmed
-
(Unassigned)
The following json components work correctly (the same as tellraw/title)
/team modify Name prefix {"text":"text"} /team modify Name prefix {"translate":"translation key"} /team modify Name prefix {"keybind":"keybind"}
Scoreboard json doesn't output anything
/team modify Name prefix {"score":{"objective":"scoreboard name","name":"player/entity"}}
NBT json doesn't output anything
/team modify Name prefix {"nbt":"NBT Path","entity/block/storage":"entity/block/storage name/pos"}
Selector json outputs texts instead of a player/entity
/team modify Name prefix {"selector":"selector"}
Examples:
Scoreboard json component:
{"score":{"objective":"test","name":"@s"}}
Selector json component:
{"selector":"@s"}
NBT json component:
{"nbt":"SelectedItem","entity":"@s"}
MC-158726 does mention some of this but only NBT json not functioning
- duplicates
-
MC-130968 Selector, score and nbt components don’t work in team prefix and suffix
- Resolved