I am making a parkour map, and I want the checkpoints to display in title form.
I have the command
/title @a title {text:"Hello there",color:red}
But I want the players name to show up where it says "Hello there"
Can anyone tell me how to do this?
I have the command
/title @a title {text:"Hello there",color:red}
But I want the players name to show up where it says "Hello there"
Can anyone tell me how to do this?
3
Hello!
Here is a plugin called TitleManager that allows you to easily display player names.
http://www.spigotmc.org/resources/titlemanager.1049/
Here is a plugin called TitleManager that allows you to easily display player names.
http://www.spigotmc.org/resources/titlemanager.1049/
When I put @p here -- /title @a title {text:"@p", it puts @p on the screen and when I get rid of text:"", entirely, the command no longer works
@p is the players username.
