|
===================
|
|
## Description
|
|
|
|
|
|
Hides the caster from the targeted players for a set duration.
|
|
Hides the caster from the targeted players for a set duration.
|
|
A duration of `0` will permanently hide the caster.
|
|
A duration of `0` will permanently hide the caster.
|
|
Only works for MC 1.18+.
|
|
Only works for MC 1.18+.
|
|
|
|
|
|
Attributes
|
|
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
|
|
|-----------|---------|--------------------|---------------|
|
|
|
|
| duration | d | The given duration | 0 |
|
|
|
|
|
|
|
|
Added in MM 4.13
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| duration | d | The given duration | 0 |
|
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
Examples
|
|
## Examples
|
|
--------
|
|
|
|
```yml
|
|
```yml
|
|
DUMMY:
|
|
DUMMY:
|
|
Type: ZOMBIE
|
|
Type: ZOMBIE
|
|
Skills:
|
|
Skills:
|
|
- hide{d=100} @Server ~onInteract
|
|
- hide{d=100} @Server ~onInteract
|
|
```
|
|
```
|
|
|
|
##
|
|
```yml
|
|
```yml
|
|
CUSTOM_ITEM:
|
|
CUSTOM_ITEM:
|
|
Id: STICK
|
|
Id: STICK
|
|
Skills:
|
|
Skills:
|
|
- hide{d=100} @Server ~onUse #User is now invisible from all online players, no armor is shown
|
|
- hide{d=100} @Server ~onUse #User is now invisible from all online players, no armor is shown
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |