Update setnodamageticks authored by Lxlp's avatar Lxlp
...@@ -5,7 +5,7 @@ Sets the immunity ticks on the target. This should be delayed if used immediatel ...@@ -5,7 +5,7 @@ Sets the immunity ticks on the target. This should be delayed if used immediatel
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| ticks | | the nodamageticks to set | | | ticks | d, duration, t | The NoDamageTicks to set (for how many ticks the mobs will be invulnerable under normal circumstances) | 0 |
## Examples ## Examples
...@@ -13,4 +13,8 @@ Gives the caster invincibility after it attacks. ...@@ -13,4 +13,8 @@ Gives the caster invincibility after it attacks.
```yaml ```yaml
Skills: Skills:
- setNoDamageTicks{ticks=0;delay=1} @self ~onAttack - setNoDamageTicks{ticks=0;delay=1} @self ~onAttack
``` ```
\ No newline at end of file
## Aliases
- [x] setimmunityticks
\ No newline at end of file