MessageFormatter
Formats messages with the prefix and applies color styling.
All messages follow this format:
Prefix:
LC, AQUA + BOLDMessage: Main text in GRAY
Placeholders: Text in {braces} highlighted in YELLOW
Functions
Link copied to clipboard
Formats a message with the standard prefix and gray text. Placeholders in {braces} are highlighted in yellow if highlightPlaceholders is true.
Link copied to clipboard
Formats an error message with the prefix and red text.
Link copied to clipboard
Formats a success message with the prefix and green text.