Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
leo18bernese committed Dec 14, 2024
1 parent 0bafd95 commit 5626334
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/guilds/placeholders/placeholderapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@ You need to have [PlaceholderAPI](https://www.spigotmc.org/resources/placeholder

### Guild Placeholders

| Placeholder | Description | Example |
|--------------------------|-------------------------------------------|--------------------------------------|
| `%guilds_name%` | Get the player's guild name | LeoGuild |
| `%guilds_uuid%` | Get the player's guild uuid | d8b46fa7-137e-4819-afca-58c5af49c01e |
| `%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] <br/> |
:::tip
To have a Colored TAG use `%guilds_tag_color%` or `%guilds_tag_formatted%` placeholder. You can configure the format in the config file.
:::

| Placeholder | Description | Example |
|--------------------------------------------------|-------------------------------------------|--------------------------------------|
| `%guilds_name%` | Get the player's guild name | LeoGuild |
| `%guilds_uuid%` | Get the player's guild uuid | d8b46fa7-137e-4819-afca-58c5af49c01e |
| `%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_color%` or `%guilds_tag_formatted%` | Tag from config `guild-tag.format` string | [LeoTag] <br/> |

### Player Placeholders

Expand Down

0 comments on commit 5626334

Please sign in to comment.