Yeah, that is correct. I have the protocol notification disabled but I did specify in case I decide to enable that true in the future.
Here is my full config if this helps clarify. Thanks for the help.
{
"Debug Level (None, Error, Warning, Info)": "None",
"Command": "dw",
"Map Render Name": "Icons",
"Wipe Webhook url": "<redacted>",
"Protocol Webhook url": "<redacted>",
"Wipe message": {
"Content": "@everyone",
"Embed": {
"Enabled": true,
"Title": "CATACLYSM 2x HAS WIPED!",
"Description": "A new week of fire and fury is upon you. Invite some friends and kick some ass!",
"Url": "",
"Embed Color": "#de8732",
"Image Url": "attachment://map.jpg",
"Thumbnail Url": "",
"Fields": [
{
"Title": "Click & Connect",
"Value": "steam://connect/2x.cataclysm.xyz:{server.port}",
"Inline": false,
"Enabled": true
},
{
"Title": "Donate & VIP Store",
"Value": "https://cataclysm.tebex.io",
"Inline": false,
"Enabled": true
},
{
"Title": "Seed",
"Value": "[{world.seed}](https://rustmg.io/map/{world.size}_{world.seed})",
"Inline": true,
"Enabled": true
},
{
"Title": "Size",
"Value": "{world.size}M ({world.size!km^2}km^2)",
"Inline": true,
"Enabled": true
},
{
"Title": "Protocol",
"Value": "{server.protocol.network}",
"Inline": true,
"Enabled": false
}
],
"Footer": {
"Icon Url": "https://cdn.discordapp.com/avatars/689150018468315282/598bb75fa0e4cda45ed511d920e25ec9.png?size=128",
"Text": "CATACLYSM 2x",
"Enabled": true
}
}
},
"Protocol message": {
"Content": "@everyone",
"Embed": {
"Enabled": false,
"Title": "{server.name}",
"Description": "The server has been updated to the latest version!",
"Url": "",
"Embed Color": "#de8732",
"Image Url": "",
"Thumbnail Url": "",
"Fields": [
{
"Title": "Protocol",
"Value": "{server.protocol.network}",
"Inline": true,
"Enabled": true
},
{
"Title": "Previous Protocol",
"Value": "{server.protocol.previous}",
"Inline": true,
"Enabled": true
},
{
"Title": "Mandatory Client Update",
"Value": "This update requires a mandatory client update in order to be able to play on the server",
"Inline": false,
"Enabled": true
},
{
"Title": "Click & Connect",
"Value": "steam://connect/2x.cataclysm.xyz:{server.port}",
"Inline": false,
"Enabled": true
}
],
"Footer": {
"Icon Url": "https://cdn.discordapp.com/avatars/689150018468315282/598bb75fa0e4cda45ed511d920e25ec9.png?size=128",
"Text": "CATACLYSM 2x",
"Enabled": true
}
}
}
}