🎨Text Formatting

weNotif supports rich text formatting using simple color codes. This allows you to highlight parts of your message with different colors, improving readability and user experience.

🖍️ Available Color Codes

Syntax
Color Name
Example Output

~r~

Red

~r~This is red~s~

~g~

Green

~g~Success!~s~

~b~

Blue

~b~Blue info~s~

~o~

Orange

~o~Warning!~s~

~y~

Yellow

~y~Caution!~s~

~p~

Purple

~p~Notice~s~

~w~

White

~w~Default white~s~

~c~

Grey

~c~Neutral~s~

~q~

Pink

~q~Special event~s~


⚠️ Important: Always End with ~s~

To reset the color and prevent formatting issues, you must always end your colored segment with ~s~.

✅ Correct Examples:

"~r~Error:~s~ Something went wrong."
"Welcome to ~g~Los Santos~s~!"

❌ Incorrect Example (Missing ~s~):

"~r~This will not display properly."

Missing ~s~ can cause unexpected formatting behavior, such as the rest of the text staying red.


🧪 Combine Multiple Colors

You can chain multiple color tags in a single string:

"~b~Info:~s~ Your balance is ~g~$500~s~."

This formatting system makes your notifications cleaner, more dynamic, and easier to read.

Last updated