| <lore.*> | Fetches the value from the * key under the item's Lore field [(see below)](#other-information-about-lore-templates) |
| {stats} | If a line starts with this, it will only render if the item has stats |
| {stats-each} | If a line starts with this, it will repeat for each stat the item has, and each line can fetch stats-specific values for each of those stats, like <stat.display> |
| {augments:GEM} | If a line starts with this, it will only render if the item has the augment of the specified type |
| {augments-each:GEM} | If a line starts with this, it will repeat for each augment of the specified type the item has, and each line can fetch augemnt-specific values for each of those augments, like <augment.display> |
### Custom Placeholders
The `<placeholder.*>` placeholders in the above example are referencing the examples provided from the new `placeholders.yml`, which can also be used:
The `<placeholder.*>` placeholders in the above example are referencing the examples provided from the new `placeholders.yml`, which can also be used:
```yml
```yml
...
@@ -73,7 +106,6 @@ TestRandomPlaceholder:
...
@@ -73,7 +106,6 @@ TestRandomPlaceholder:
- A line with `<lore.stats>` will be iterated and replicated for each stat using the tooltip formats configured in [`stats.yml`](/../../../MythicMobs/-/wikis/Stats).
- A line with `<lore.stats>` will be iterated and replicated for each stat using the tooltip formats configured in [`stats.yml`](/../../../MythicMobs/-/wikis/Stats).