Merge pull request #1010 from cj89898/wiki

Update Placeholders.md
This commit is contained in:
Andre_601
2023-10-18 20:30:49 +02:00
committed by GitHub

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