Placeholders
In all placeholders, [cosmetictype] is substituted for the type, such as HAT.
Mythic Placeholders
| Placeholder | What it does |
|---|---|
| <target.cosmetic.current.[cosmetictype]> | Returns the name/id of the equipped cosmetic for that type (or NONE if missing). |
| <target.cosmetic.is_equipped.[cosmetictype]> | Returns true/false if that cosmetic type is equipped. |
| <target.cosmetic.is_gesturing> | Returns true/false if the player is currently gesturing. |
| <target.cosmetic.active_gesture> | Returns the active gesture name/id (or None if not gesturing). |
| <target.cosmetic.chat.color> | Returns the player’s cosmetic chat color (or empty if none). |
| <target.cosmetic.chat.shout_color> | Returns the player’s cosmetic shout color (or empty if none). |
| <target.cosmetic.chat.tag> | Returns the player’s cosmetic chat tag (or empty if none). |
| <target.cosmetic.sticker> | Returns the player’s cosmetic sticker tag (or empty if none). |
PAPI Placeholders
| Placeholder | What it does |
|---|---|
| %mcc_current_[cosmetictype]% | Returns the name/id of the equipped cosmetic for that type (or NONE if missing). |
| %mcc_is_equipped_[cosmetictype]% | Returns true/false if that cosmetic type is equipped. |
| %mcc_is_gesturing% | Returns true/false if the player is currently gesturing. |
| %mcc_active_gesture% | Returns the active gesture name/id (or None if not gesturing). |
| %mcc_chat_color% | Returns the player’s cosmetic chat color (or empty if none). |
| %mcc_chat_shout_color% | Returns the player’s cosmetic shout color (or empty if none). |
| %mcc_chat_tag% | Returns the player’s cosmetic chat tag (or empty if none). |
| %mcc_sticker% | Returns the player’s cosmetic sticker tag (or empty if none). |