Update Placeholders.md

Updated ParseOther for UUID addition
This commit is contained in:
cj89898 2023-10-18 12:56:35 -05:00 committed by GitHub
parent b2489f8c1f
commit eba3b62956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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}%
```
----