Teleporting to signs

Are we able to get an update which provides correctly formatted teleport coordinates please? Currently if you copy the coordinates from the discord webhook, you have to paste this into console, remove the spaces and add commas. For example

Current formatting

-809.22 1.25 -1431.57

Proposedformatting

teleportpos (-809.22,1.25,-1431.57)

This would mean that staff could just copy the coordinates from the webhook and paste them straight into F1 console.

For now, you can solve this by editing config

              {
"Title": "Position:",
"Value": "teleportpos ({dsl.entity.position:0.00!x},{dsl.entity.position:0.00!y},{dsl.entity.position:0.00!z})",
"Inline": true
},