Skip to content

Commit

Permalink
updated guilds placeholders .
Browse files Browse the repository at this point in the history
  • Loading branch information
leo18bernese committed Oct 16, 2024
1 parent 96d5724 commit 1c0dc23
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions docs/guilds/placeholders/placeholderapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
You need to have [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) installed.
:::

### Placeholders
### Guild Placeholders

| Placeholder | Description | Example |
|--------------------------|-------------------------------------------|--------------------------------------|
Expand All @@ -13,4 +13,18 @@ You need to have [PlaceholderAPI](https://www.spigotmc.org/resources/placeholder
| `%guilds_level%` | Get the player's guild level | 1 |
| `%guilds_xp%` | Get the player's guild experience | 1000 |
| `%guilds_tag%` | Get the player's guild TAG | LeoTag |
| `%guilds_tag_formatted%` | Tag from config `guild-tag.format` string | [Guild Name] |
| `%guilds_tag_formatted%` | Tag from config `guild-tag.format` string | [Guild Name] <br/> |


### Player Placeholders

| Placeholder | Description | Example |
|--------------------------------|----------------------------------------------------|---------------------------|
| `%guilds_status%` | Get the player's guild status (from config) | Online |
| `%guilds_rank%` | Get the player's guild rank | guildmaster |
| `%guilds_rank_display_name%` | Get the player's guild rank display name | Guild Master |
| `%guilds_rank_tag%` | Get the player's guild rank TAG | GM |
| `%guilds_rank_priority%` | Get the player's guild rank priority | 1 |
| `%guilds_rank_members%` | Get the player's guild rank members (configurable) | Player1, Player2, Player3 |
| `%guilds_rank_members_online%` | Get the player's guild rank members online | Player1, Player2 |
| `%guilds_rank_formatted%` | Tag from config `guild-rank-tag.format` string | [Guild Master] |@

0 comments on commit 1c0dc23

Please sign in to comment.