Skip to content

Commit cdc2f82

Browse files
committed
feat: add guild creation time placeholders to documentation
1 parent f3f80f8 commit cdc2f82

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

docs/guilds/placeholders/placeholderapi.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ You need to have [PlaceholderAPI](https://www.spigotmc.org/resources/placeholder
88

99
:::tip
1010
To have a Colored TAG use `%guilds_tag_color%` or `%guilds_tag_formatted%` placeholder. You can configure the format in
11-
the config file.
11+
the config file.@
1212
:::
1313

14-
| Placeholder | Description | Example |
15-
|--------------------------------------------------|--------------------------------------------|--------------------------------------|
16-
| `%guilds_name%` | Get the player's guild name | LeoGuild |
17-
| `%guilds_uuid%` | Get the player's guild uuid | d8b46fa7-137e-4819-afca-58c5af49c01e |
18-
| `%guilds_level%` | Get the player's guild level | 1 |
19-
| `%guilds_xp%` | Get the player's guild experience | 1000 |
20-
| `%guilds_tag%` | Get the player's guild TAG | LeoTag |
21-
| `%guilds_tag_color%` or `%guilds_tag_formatted%` | Tag from config `guild-tag.format` string | [LeoTag] <br/> |
22-
| `%guilds_members%` | Get the player's guild members SIZE | 5 |
23-
| `%guilds_online%` | Get the player's guild online members SIZE | 3 |
14+
| Placeholder | Description | Example |
15+
|--------------------------------------------------|------------------------------------------------|--------------------------------------|
16+
| `%guilds_name%` | Get the player's guild name | LeoGuild |
17+
| `%guilds_uuid%` | Get the player's guild uuid | d8b46fa7-137e-4819-afca-58c5af49c01e |
18+
| `%guilds_level%` | Get the player's guild level | 1 |
19+
| `%guilds_xp%` | Get the player's guild experience | 1000 |
20+
| `%guilds_tag%` | Get the player's guild TAG | LeoTag |
21+
| `%guilds_tag_color%` or `%guilds_tag_formatted%` | Tag from config `guild-tag.format` string | [LeoTag] <br/> |
22+
| `%guilds_members%` | Get the player's guild members SIZE | 5 |
23+
| `%guilds_online%` | Get the player's guild online members SIZE | 3 |
24+
| `%guilds_creation_time%` | Get the player's guild creation time as long | 1620000000000 |
25+
| `%guilds_creation_time_formatted%` | Get the player's guild creation time formatted | Sat Mar 28 16:00:00 GMT 2021 |
2426

2527
### Player Placeholders
2628

0 commit comments

Comments
 (0)