added %mythic_emoji_fontname% PAPI placeholder authored by Lxlp's avatar Lxlp
......@@ -3,6 +3,8 @@ These are all of the placeholders MythicCrucible provides.
[[_TOC_]]
# Placeholders
## Caster Placeholders
These placeholders will return whatever attribute of the caster that is called.
......@@ -55,4 +57,11 @@ These placeholders will return stat information.
Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts)
| Fonf Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| <font.[fontname]> | Returns the character associated with the custom font named `fontname` |
\ No newline at end of file
| <font.[fontname]> | Returns the character associated with the custom font named `fontname` |
# PlaceholderAPI Integration
Other than being able to use PlaceholderAPI placeholders anywhere placeholder support is in place, MythicCrucible introduces some new PAPI placeholders that can be used by third parties to fetch MythicCrucible-related values.
| **PAPI Placeholder** | **Function** |
|-----------------------------|--------------------------------------------------------------------------|
| %mythic_emoji_fontname% | Returns the [font](/ResourcePack-Generator#fonts) named "fontname" |
\ No newline at end of file