Is there a way to retrieve the name of a variable such as accessing the first value of {balance::1}, and treating it as the original name rather than retrieving its value
To further explain, I have for example this:
{balance::%uuid of player%} which is set to 1000
I want to get the UUID of the player and parse it as a player rather than receiving the value (1000)