Hey there!
I'm trying to use a placeholder from PlayerStats, but it is failing to parse in the menu if it has an argument from deluxemenus.
It does work fine without an argument, it can parse placeholders without issues.
For example. if I have in deluxemenus an argument for the player name:
args:
- name
And then this:
display_name: '%playerstats_player: {name} , mob_kills%'
That won't parse correctly, it will show the playername, but the placeholder won't change to the statistic.
Is this an issue with the PlayerStats extension rather than something I did wrong?