Invisibility
Grants the entity that has the power invisibility; may or may not affect their worn armor.
Type ID: origins:invisibility
Fields
| Field | Type | Default | Description |
|---|---|---|---|
render_armor |
Boolean | Whether or not the player's armor should be shown. |
Examples
{
"type": "origins:invisibility",
"render_armor": false,
"condition": {
"type": "origins:on_fire",
"inverted": true
}
}
This exmample will make the entity that has the power invisible if the entity is not burning, even hiding the armor.