From 16bf445a1ad577636d77b9adb9bd7c705d25d4af Mon Sep 17 00:00:00 2001 From: Prestley Date: Fri, 5 Jan 2024 14:28:01 -0600 Subject: [PATCH] Update Placeholders.md --- Placeholders.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index 42cf930..c386466 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -923,12 +923,14 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can > /papi ecloud download ParseOther Lets you parse any placeholder for another player. - You can use placeholders in place of `username` or `uuid`. + You must use the unsafe placeholder to parse placeholders for `username` or `uuid`. Make sure to include the `{}` brackets, as it won't work without them. ``` %parseother_{username}_{placeholder_without_percent_signs}% + %parseother_unsafe_{placeholder_for_username}_{placeholder_without_percent_signs}% %parseother_{uuid}_{placeholder_without_percent_signs}% + %parseother_unsafe_{placeholder_for_uuid}_{placeholder_without_percent_signs}% ``` ----