reverted dante authored by Lxlp's avatar Lxlp
==============
## Description
Causes the mob to jump with the given velocity. Using the velocity
*0.75* will make the mob jump approximately 1 block high. Can be a
negative number, too.
Attributes
----------
| Attribute | Aliases | Description | Default Value |
|-----------|---------|--------------------------------|---------------|
| velocity | v | The velocity of the mob's jump | 1 |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| velocity | v | The velocity of the mob's jump | 1 |
Examples
--------
## Examples
```yaml
SuperJump:
Skills:
- jump{velocity=20}
- jump{velocity=20}
```
\ No newline at end of file