How to add bold to this piece of code?

Discussion in 'General Help' started by JordyPwner, Oct 28, 2014.

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

    JordyPwner

    Im stuck at this code to use Bold but where do i add it?

    {\"text\":\"\",\"extra\":[{\"text\":\"Welcome on\",\"color\":\"gold\"}]}
     
  2. Offline

    mythbusterma

  3. Offline

    JordyPwner

    if you want the line of code: TitleManager.sendTitle(e.getPlayer(), "{\"text\":\"\",\"extra\":[{\"text\":\"Welcome on\",\"color\":\"gold\"}]}");
     
  4. Offline

    mythbusterma

    JordyPwner

    You can use ChatColor.BOLD and it will insert sign character and the character for bold. So, if you wanted the entire statement to be Bold you can put ChatColor.Bold and prepend it to the beginning of the message.
     
  5. Offline

    FerusGrim

    Is that raw JSON? Why...?
     
  6. JordyPwner Seek support where you acquired your server mod.
     
    FerusGrim likes this.
  7. Offline

    JordyPwner

    Its for 1.8 the screen title
     
  8. Offline

    FerusGrim

    Obviously, we don't support 1.8.

    I would take AdamQpzm 's advice, in this situation.
     
    AdamQpzm likes this.
  9. Offline

    JordyPwner

    Not working getting huge error ;3
     
  10. Offline

    FerusGrim

    As I said, you're operating outside of our scope of support.
     
    AdamQpzm likes this.
  11. JordyPwner ChatColor.COLOUR + "" + ChatColor.BOLD + ""
     
  12. Offline

    bennie3211

    JordyPwner I think you're using spigot, because bukkit has not updated there API to 1.8. Here on Bukkit we don't support other kind of servers that bukkit!
     
  13. Offline

    ClassifiedLife

    Bukkit is love, Bukkit is life
     
    bennie3211 likes this.
Thread Status:
Not open for further replies.

Share This Page