Recent content by zigafide

  1. Z

    Solved Hex colors not working on scoreboard

    I am aware, but in my case it solved my issue and it looks EXACTLY the same as if it was an entry
  2. Z

    Solved Hex colors not working on scoreboard

    I am coming back here to say that it is actually possible. You can make the entire string a team suffix and colorize it that way. https://www.spigotmc.org/threads/1-16-scoreboard-objective-score-with-rgb-hex-color.468079/ This worked perfectly for me. Edit: you can keep adding more and more...
  3. Z

    Solved Hex colors not working on scoreboard

    wow thanks for the fast response. Yep, its for entries unfortunately. Thanks for helping me!
  4. Z

    Solved Hex colors not working on scoreboard

    Ok, so I'm not sure if this is exclusive to paper, but in virtually everywhere text is accepted, you can use hex colors like this: After importing net.md_5.bungee.api.ChatColor; The method below can be used to parse a hex color into a chat color ChatColor.of("#00e64e") This seems to work...