|
|
==============
|
|
|
|
|
|
## 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 |
|
|
|
|-----------|---------|--------------------------------|---------------|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| velocity | v | The velocity of the mob's jump | 1 |
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
## Examples
|
|
|
```yaml
|
|
|
SuperJump:
|
|
|
Skills:
|
... | ... | |