Recent content by Burglar

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  1. B

    Question Usage of color codes / hex

    Hello, How can i use color codes or hex in a more easier way instead of: player.sendMessage(Component.text("test").color(NamedTextColor.COLOR)); Because in Spigot i used to use this: public static String color(String text){ return ChatColor.translateAlternateColorCodes('&', text); }...