Invisibility
Turns the player (and optionally their armor) invisible.
Type ID: apoli:invisibility
Fields
| Field | Type | Default | Description |
|---|---|---|---|
render_armor |
Boolean | Whether or not the player's armor should be shown. |
Example
{
"type": "apoli:invisibility",
"render_armor": false,
"condition": {
"type": "apoli:on_fire",
"inverted": true
}
}
Makes the player invisible if they're not burning, even hiding the armor.