Hide
Description
Hides the caster from the targeted players for a set duration.
The hidden entity can then be shown via the used of the showentity mechanic.
Attributes
| Attribute | Aliases | Description | Default |
|---|---|---|---|
| auraname | buffname, debuffname | The name of the aura | #hiding |
| ignoreAuraOptions | iao, permanent, perma | This will make the mechanic ignore any aura-related option and the duration attribute |
false |
This mechanic inherits every attribute of the Aura mechanic
- The
auranameattribute is defaulted at#hiding- The
chargesattribute is set at1- The
maxStacksattribute is set at1- The
mergeAllattribute is set attrue
Examples
DUMMY:
Type: ZOMBIE
Skills:
- hide{d=100} @Server ~onInteract
CUSTOM_ITEM:
Id: STICK
Skills:
- hide{d=100} @Server ~onUse #User is now invisible from all online players, no armor is shown
Aliases
- hideFromPlayers
- hideFromPlayer