Hello. I'm trying to create a /bio menu that allows users to set aspects of their personal bio, and a separate menu to view the bio selections of other users.
I have an arg {name} and parse_placeholders_after_arguments set to true within my menu. I'm trying to parse this placeholder %parseother_{{name}}_{luckperms_last_group_on_tracks_bio_pronouns}%, but it turns up blank within the actual menu (even though {name} when used alone does display the provided arg text).
Thinking that maybe this was an issue with the luckperms placeholder, I tried using DM's meta placeholder instead:
%parseother_{{name}}_{deluxemenus_meta_newbio_BOOLEAN_?}%
%parseother_{Gallaxx}_{deluxemenus_meta_newbio_BOOLEAN_?}%
Results in the screenshot attached. If I manually input a username into the parseother placeholder it works, but not if I use the {name} argument.
Both of these placeholders parse if I test them with /papi parse me <parseother placeholder>, but not within the menu. Is there something I can do to fix this?