It does not get my {1) IPFixed

I'm trying to setup the message and everything works beside the {1} for the ip.

 

Show me your config.

I'm using your Example config.

Like i said. The messages get send fine but it does not show up the IP {1}

{
  "Enable": true,
  "WebhookURL": "My URL Here",
  "WipeMessage": [
    "{0} Just Wiped",
    "Server IP {1}:{2}",
    "Seed {3}",
    "World Size {4}"
  ]
}
That's odd, the IP part for me on my test server is working fine. What output do you get?

ServerHost Just Wiped
Server IP :Port
Seed Seeds
World Size Size

The IP stays blank!

That's really odd. You using a Shared Host or a Dedicated Server?

It's on my home connection.

You think the problem is my batch file ?

Because thats not include : +server.ip "0.0.0.0"

But my server is running for like a couple of weeks just fine without that.
Even rust-servers.net for the voting part grabs my IP.

Also do you get any errors in console?

No errors at all.

I will add that +server.ip to my batch see if that fix the problem.

Sure.
In response to MisterPixie ():
That's really odd. You using a Shared Host or a Dedicated Server?
If you are using ConVar.Server.Ip, then the up will not be set for the majority of server owners as that relies on the command line arg being set. I’d suggest using what the Covalence API provides instead.
Thanks Wulf, all updated. @RDBGaming Try the new update.
In response to MisterPixie ():
Thanks Wulf, all updated. @RDBGaming Try the new update.
Yes it works !
Locked automatically