# Placeholders

{% hint style="warning" %}
These placeholders require the PlaceholderAPI plugin to work
{% endhint %}

<table><thead><tr><th>Placeholders</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>%friendsystem_friendsTotal%</td><td>count of all friends</td><td></td></tr><tr><td>%friendsystem_friendsOnline%</td><td>count of friends who are online</td><td></td></tr><tr><td>%friendsystem_status%</td><td>returns the status of the player</td><td></td></tr><tr><td>%friendsystem_openRequests%</td><td>count of open friend requests</td><td></td></tr><tr><td>%friendsystem_maxFriends%</td><td>count of friends a player can have</td><td></td></tr><tr><td>%friendsystem_invites%</td><td>returns if friend requests are allowed</td><td></td></tr><tr><td>%friendsystem_notifies%</td><td>returns if join/leave notifies are enabled</td><td></td></tr><tr><td>%friendsystem_msgs%</td><td>returns if private messages are allowed</td><td></td></tr><tr><td>%friendsystem_jumping%</td><td>returns if friends can jump to you is allowed</td><td></td></tr><tr><td>%friendsystem_showLastSeen%</td><td>returns if the 'last seen / online since' is shown</td><td></td></tr><tr><td>%friendsystem_lastSeen%</td><td>returns the last seen / online since date</td><td></td></tr><tr><td>%friendsystem_showServer%</td><td>returns if the player's current server is visible</td><td></td></tr><tr><td>%friendsystem_partyInvites%</td><td>returns if party invite are on / off / friends only</td><td></td></tr><tr><td>%friendsystem_partyName%</td><td>returns the party name of the player</td><td></td></tr><tr><td>%friendsystem_partyCount%</td><td>returns the count of players in the party</td><td></td></tr><tr><td>%friendsystem_partyMember_X%</td><td>Replace X with a number to return the name of the party member in that position.</td><td></td></tr></tbody></table>
