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