About Console Logger
Writes the specified Console Message to a Discord webhook and log file.
If you add the content you want to be notified of,
If it matches or is included, you will be notified..
Config:
{
"General Settings": {
"Discord UserName": "Console Logger",
"Avatar URL": "",
"Without Version Title": false,
"Exclude Text": [],
"Contains text": [
{
"roleId": null,
"contents": [
"Test"
],
"WebHook": "",
"Color": "00FF00"
},
{
"roleId": [
"1237768926960681061"
],
"contents": [
"Error while compiling",
"Save"
],
"WebHook": "",
"Color": "FF0000"
}
],
"LogToFile": false,
"Debug": false
},
"Version": {
"Major": 1,
"Minor": 2,
"Patch": 0
}
}