

A client mod that adds extra functionality to the chat window:
Once the mod installed, a configuration file will be created in the \BepInEx\config client folder where you can activate or desactivate any of the mod functions.
ChatLineColorMod.cfg
## Settings file was created by plugin ChatLineColorMod v1.3.5
## Plugin GUID: ChatLineColorMod
[AutoCleanChat]
## Enable AutoCleanChat
# Setting type: Boolean
# Default value: false
enabled = false
## Time interval in seconds in which the chat is cleared
# Setting type: Int32
# Default value: 3600
interval = 3600
[ButtonCleanChat]
## Enabled button when you hover in the chat window
# Setting type: Boolean
# Default value: true
enabled = true
[ChatChannel]
## Enable adds channel name in input where you are typing. This option will disable the ability to select a text or move within it.
# Setting type: Boolean
# Default value: true
enabled = true
[ChatColor]
## Enable change the color of the chat input text as the color of the channel where you are typing
# Setting type: Boolean
# Default value: true
enabled = true
[Emojis]
## Enable Emojis replace
# Setting type: Boolean
# Default value: true
enabled = true
| SECTION | PARAM | DESCRIPTION | DEFAULT |
|---|---|---|---|
| AutoCleanChat | enabled |
Enable AutoCleanChat | false |
| AutoCleanChat | interval |
Time interval in seconds in which the chat is cleared | 3600 |
| ButtonCleanChat | enabled |
Activate button when you hover in the chat window | true |
| ChatChannel | enabled |
Enable adds channel name in input where you are typing. This option will disable the ability to select a text or move within it. | true |
| ChatColor | enabled |
Enable change the color of the chat input text as the color of the channel where you are typing | true |
| Emojis | enabled |
Enable Emojis replace | true |
Added a button to delete the chat every time you hover in the chat window.

Adds channel name in the chat input where you are typing.
This option will disable the ability to select a text or move within it.

Now replace string to emoticons:
| STRING | STRING | EMOJI |
|---|---|---|
| xE | :grin: |
😁 |
| xD | :joy: |
😂 |
| :) | :smiley: |
😃 |
| :D | :smile: |
😄 |
| ;D | :sweat_smile: |
😅 |
| lol | :laughing: |
😆 |
| ;) | :wink: |
😉 |
| x) | :blush: |
😊 |
| :P | :yum: |
😋 |
| <3) | :heart_eyes: |
😍 |
| :* | :kissing_heart: |
😘 |