Description
Hides the caster from the targeted players for a set duration.
Only works for MC 1.18+.
This mechanic is also an aura.
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
duration | d | The given duration | 0 |
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
auraname
attribute is defaulted at#hiding
- The
charges
attribute is set at1
- The
maxStacks
attribute is set at1
- The
mergeAll
attribute 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