Changes
Page history
Update Placeholders
authored
Feb 17, 2026
by
Ashijin
Show whitespace changes
Inline
Side-by-side
Placeholders.md
View page @
8d745a17
P
laceholders
for use with PlaceholderAPI
.
In all p
laceholders
,
`[cosmetictype]`
is substituted for the type, such as
`HAT`
.
In all placeholders,
`[cosmetictype]`
can be
`HAT`
,
`OFFHAND`
,
`BACK`
,
`SPRAY`
,
`ACCESSORY`
, or
`GESTURE`
!
### 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 |
| Placeholder | What it does |
| ------------ | -----------------|
| ------------ | -----------------|
|
`%mcc_current_[cosmetictype]%`
| Returns the name of the equipped cosmetic. |
| %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 the cosmetic type is equipped |
| %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_is_gesturing% | Returns true/false if the player is currently gesturing. |
\ No newline at end of file
| %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). |
\ No newline at end of file