Changes
Page history
Update Placeholders
authored
Sep 01, 2022
by
Ashijin
Hide whitespace changes
Inline
Side-by-side
Placeholders.md
View page @
ce873dcb
```
Placeholders for use with PlaceholderAPI.
%mcc_current_(cosmetictype)%
HAT, OFFHAND, BACK, SPRAY, ACCESSORY, GESTURE
In all placeholders,
`[cosmetictype]`
can be
`HAT`
,
`OFFHAND`
,
`BACK`
,
`SPRAY`
,
`ACCESSORY`
, or
`GESTURE`
!
Returns the name of the equipped cosmetic for that type.
```
| Placeholder | What it does |
```
| ------------ | -----------------|
%mcc_is_equipped_(cosmetictype)%
|
`%mcc_current_[cosmetictype]%`
| Returns the name of the equipped cosmetic. |
HAT, OFFHAND, BACK, SPRAY, ACCESSORY, GESTURE
|
`%mcc_is_equipped_[cosmetictype]%`
| Returns true/false if the cosmetic type is equipped |
Returns true/false
|
`%mcc_is_gesturing%`
| Returns true/false if the player is currently gesturing |
```
\ No newline at end of file
```
%mcc_is_gesturing%
Returns true/false
```
```
%mcc_active_gesture%
Same as %mcc_current_gesture%
```
\ No newline at end of file