Place holder format

so i have a rust server and on wipes i want to send the info to a discord channel

i have discord wipe and placeholder installed.
i can /dw wipe from the client and i get a blank messge appear in the discord channel

im looking at the placeholder.json file... and i dont know how to set up the format/template for the message that goes to the discord channel

{
  "Placeholders": {
    "server.name": "test"
    "world.seed": ""
     "world.size": "Km"
     "Server.time": "local"
  },
  "Culture Ietf Tag": "en-US",
  "Local Time Offset": "00:00:00",
  "Map Wipe Schedule": {
    "Every First Month Day": "Friday",
    "Every N Day": "Monday",
    "Every": "7.00:00:00",
    "Time": "12:00:00"
  },
  "Blueprints Wipe Schedule": {
    "Every First Month Day": "Friday",
    "Every N Day": "Monday",
    "Every": "7.00:00:00",
    "Time": "12:00:00"
  },
  "Request Address Data (ip-api.com)": true
}


so i trigger a wipe and i get the blank mesage come through still.. but not the place holder info... have i got the formatting wrong on this or am i looking in the wrong place ???

How "blank" is it? You don't really have to do much in the configuration though. Do not manually add world.seed and such to placeholders - these are automatic ones.

https://www.pinterest.co.uk/pin/1140747780584697061/

Merged post

that was generated from the rust client with /dw wipe

Merged post

i returned the json to stock as well
{
"Placeholders": {
"key": "Custom value"
},
"Culture Ietf Tag": "en-US",
"Local Time Offset": "00:00:00",
"Map Wipe Schedule": {
"Every First Month Day": "Friday",
"Every N Day": "Monday",
"Every": "7.00:00:00",
"Time": "12:00:00"
},
"Blueprints Wipe Schedule": {
"Every First Month Day": "Friday",
"Every N Day": "Monday",
"Every": "7.00:00:00",
"Time": "12:00:00"
},
"Request Address Data (ip-api.com)": true
}