From eba3b62956bf1e7fcebc58785da88c2caeeaa93b Mon Sep 17 00:00:00 2001 From: cj89898 Date: Wed, 18 Oct 2023 12:56:35 -0500 Subject: [PATCH] Update Placeholders.md Updated ParseOther for UUID addition --- Placeholders.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Placeholders.md b/Placeholders.md index f61bb3c..ddd6787 100644 --- a/Placeholders.md +++ b/Placeholders.md @@ -921,11 +921,12 @@ 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`. + You can use placeholders in place of `username` or `uuid`. Make sure to include the `{}` brackets, as it won't work without them. ``` %parseother_{username}_{placeholder_without_percent_signs}% + %parseother_{uuid}_{placeholder_without_percent_signs}% ``` ----