DiscordServerStats.json not support Discord format

Hello why not support this example format:

{
                "Title": "Map Wipe0",
                "Value": "Last map wipe: <t:1647566400:D> <t:1647566400:R>\nNext map wipe: <t:1648171200:D> <t:1648171200:R>",
                "Inline": false,
                "Enabled": true
              },

Here me tryed format:

{
                "Title": "Map Wipe",
                "Value": "Last map wipe: <t:{server.map.wipe.last:MM/dd/yy hh:mm:ss tt!local}:D> <t:{server.map.wipe.last:MM/dd/yy hh:mm:ss tt!local:R}>\nNext map wipe: <t:{server.map.wipe.next:MM/dd/yy hh:mm:ss tt!local}:D> <t:{server.map.wipe.next:MM/dd/yy hh:mm:ss tt!local:R}>\nIf force wipe: <t:{server.map.wipe.next:MM/dd/yy 08:00:00 tt!local}:D> <t:{server.map.wipe.next:MM/dd/yy 08:00:00 tt!local:R}>",
                "Inline": false,
                "Enabled": true
              },