added %mythic_emoji_fontname% PAPI placeholder authored by Lxlp's avatar Lxlp
...@@ -3,6 +3,8 @@ These are all of the placeholders MythicCrucible provides. ...@@ -3,6 +3,8 @@ These are all of the placeholders MythicCrucible provides.
[[_TOC_]] [[_TOC_]]
# Placeholders
## Caster Placeholders ## Caster Placeholders
These placeholders will return whatever attribute of the caster that is called. These placeholders will return whatever attribute of the caster that is called.
...@@ -56,3 +58,10 @@ Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts) ...@@ -56,3 +58,10 @@ Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts)
| Fonf Placeholder | Function | | Fonf Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------| |:----------------------------------:|-------------------------------------------------------------------|
| <font.[fontname]> | Returns the character associated with the custom font named `fontname` | | <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