1
Title command problems.
NOTE BEFORE YOU READ!!! THIS IS MADE IN 1.8.9!
So for a long time today i have been designing a small FFA 4-player fighting arena with beacon colors and Titles for the countdown and start. I have everything complete except 1 final part. At the end i have a /testfor @a[r=50] command block with a comparator and 2 redstone dust at the end. Next there is a bunch of command block. They make the sounds i want to be heard at the end, reset the starting mechanism, change back the beacon color, and display who won in chat and in a title. I have the chat part down. It is /say @p Won the game! The Title part is what i cant figure out though. No matter what i do (yes i tried removing the quotation marks) it still says: @p Won the Game! I have no idea what do do plz help! here is the exact command:
/title @a[r=50] title ["",{text:@p,"underlined":true,"color":"aqua"},{"text":" Won the Game!","color":"dark_green"}]
Here are some images:


EDIT: Resolved! I will leave this thread here for others with the same problem.
So for a long time today i have been designing a small FFA 4-player fighting arena with beacon colors and Titles for the countdown and start. I have everything complete except 1 final part. At the end i have a /testfor @a[r=50] command block with a comparator and 2 redstone dust at the end. Next there is a bunch of command block. They make the sounds i want to be heard at the end, reset the starting mechanism, change back the beacon color, and display who won in chat and in a title. I have the chat part down. It is /say @p Won the game! The Title part is what i cant figure out though. No matter what i do (yes i tried removing the quotation marks) it still says: @p Won the Game! I have no idea what do do plz help! here is the exact command:
/title @a[r=50] title ["",{text:@p,"underlined":true,"color":"aqua"},{"text":" Won the Game!","color":"dark_green"}]
Here are some images:
EDIT: Resolved! I will leave this thread here for others with the same problem.
3
I know the problem is solved, but why exactly are you using 1.8.9?
/title @a[r=50] title ["",{selector:@p,"underlined":true,"color":"aqua"},{"text":" Won the Game!","color":"dark_green"}]
try that
try that
Thank you! It worked!
