Update PlaceholderAPI authored by MarcatoSound's avatar MarcatoSound
...@@ -53,6 +53,9 @@ These placeholders can be used when a player is in a party. ...@@ -53,6 +53,9 @@ These placeholders can be used when a player is in a party.
- `%md_party_size%` - `%md_party_size%`
The number of players in the current party. The number of players in the current party.
- `%md_party_member_[##]%`
The name of the player in the party corresponding with the provided number. (##) For example, `%md_party_member_1%` would show the name of the first player in the party.
Recruitment Placeholders Recruitment Placeholders
---------------- ----------------
These placeholders can be used by specifying a recruiting player's name. (Replace [player] with the name of the player.) These placeholders can be used by specifying a recruiting player's name. (Replace [player] with the name of the player.)
... ...
......