|
|
## Description
|
|
|
Causes a geyser of liquid to shoot out of the ground at the targeted entity or location.
|
|
|
|
|
|
## Attributes
|
|
|
|
|
|
| Attribute | Alias | Description | Default Value |
|
|
|
| --------- | ------ | ------------------------------------------------- | ------------- |
|
|
|
| type | t | The type of liquid. Can be “WATER” or “LAVA” | WATER |
|
|
|
| height | h | How high the geyser will go | |
|
|
|
| speed | s | The speed (in ticks) of the geyser animation | 10 |
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
```yaml
|
|
|
GeyserSkill:
|
|
|
Skills:
|
|
|
- effect:geyser{type=LAVA;height=3;speed=10} @selflocation{yo=5}
|
|
|
``` |
|
|
\ No newline at end of file |