... | ... | @@ -2,6 +2,7 @@ |
|
|
Hides the caster from the targeted players for a set duration.
|
|
|
A duration of `0` will permanently hide the caster.
|
|
|
Only works for MC 1.18+.
|
|
|
This mechanic is also an [aura].
|
|
|
|
|
|
|
|
|
## Attributes
|
... | ... | @@ -9,6 +10,12 @@ Only works for MC 1.18+. |
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| duration | d | The given duration | 0 |
|
|
|
|
|
|
> This mechanic inherits every attribute of the [Aura] mechanic
|
|
|
>> - The `auraname` attribute is defaulted at `#hiding`
|
|
|
>> - The `charges` attribute is defaulted at `1`
|
|
|
>> - The `maxStacks` attribute is defaulted at `1`
|
|
|
>> - The `mergeAll` attribute is defaulted at `true`
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yml
|
... | ... | @@ -24,3 +31,11 @@ CUSTOM_ITEM: |
|
|
Skills:
|
|
|
- hide{d=100} @Server ~onUse #User is now invisible from all online players, no armor is shown
|
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] hideFromPlayers
|
|
|
|
|
|
|
|
|
<!-- LINKS -->
|
|
|
[aura]: skills/mechanics/aura |
|
|
\ No newline at end of file |