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"
"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 ???