Search results

  1. 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...