🎨Message Colors
Use hex colors and regular colors inside of messages, lore and other stuff!
Last updated
Use hex colors and regular colors inside of messages, lore and other stuff!
Last updated
String message = "This is a message with #FF0000 red color.";
String formattedMessage = MessageColors.hex(message);