Problem/Bug Title and SubTitle

Discussion in 'Plugin Help/Development/Requests' started by bubblefat_, Jan 10, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    bubblefat_

    So I made a title and subtitle for when players join, but it doesn't show the players name.

    Code:
    Bukkit.dispatchCommand(Bukkit.getConsoleSender(), "title " + p.getName() + " subtitle {text:'Welcome back,'}" + p.getName() + "");
     
  2. Offline

    teej107

    Put the player's name in the text value
     
Thread Status:
Not open for further replies.

Share This Page