-
Bug
-
Resolution: Duplicate
-
None
-
Minecraft 15w34a
-
None
-
Unconfirmed
So I am remaking death-swap and I have 3 title commands that play and the /title doesn't seem to work for some unknown reason. It seems to work perfectly in 1.8 but it doesn't work what so ever in 1.9. What I'm trying to do:
/title @a[score_Death=2] title
{text:"YOU HAVE LOST!", color:"red"}/title @a[score_Death=1,score_Death_min=1] title
{text:"YOU HAVE WON!", color:"green"}/title @a[score_Death=2,score_Death_min=1] subtitle
{text:"DEATH SWAP", color:"blue"}- duplicates
-
MC-83460 JSON requires quotes around the keys in the "/title" and "/tellraw" commands and NBT tags "pages", "Text1" .. "Text4"
- Resolved