mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-02-05 15:55:28 +01:00
Update Placeholders.md
This commit is contained in:
parent
c530b1178a
commit
16bf445a1a
@ -923,12 +923,14 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
|
|||||||
> /papi ecloud download ParseOther
|
> /papi ecloud download ParseOther
|
||||||
|
|
||||||
Lets you parse any placeholder for another player.
|
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.
|
Make sure to include the `{}` brackets, as it won't work without them.
|
||||||
|
|
||||||
```
|
```
|
||||||
%parseother_{username}_{placeholder_without_percent_signs}%
|
%parseother_{username}_{placeholder_without_percent_signs}%
|
||||||
|
%parseother_unsafe_{placeholder_for_username}_{placeholder_without_percent_signs}%
|
||||||
%parseother_{uuid}_{placeholder_without_percent_signs}%
|
%parseother_{uuid}_{placeholder_without_percent_signs}%
|
||||||
|
%parseother_unsafe_{placeholder_for_uuid}_{placeholder_without_percent_signs}%
|
||||||
```
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user