added FlyingSpeed option authored by Lxlp's avatar Lxlp
...@@ -26,7 +26,7 @@ Defaults to `false`. ...@@ -26,7 +26,7 @@ Defaults to `false`.
AlwaysShowName: false AlwaysShowName: false
``` ```
#### AttackSpeed: #### AttackSpeed
The attack speed of the mob The attack speed of the mob
Defaults to vanilla attack speed of the respective mobs Defaults to vanilla attack speed of the respective mobs
```yaml ```yaml
...@@ -1142,6 +1142,14 @@ The [variant](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Parrot. ...@@ -1142,6 +1142,14 @@ The [variant](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Parrot.
Variant: GRAY Variant: GRAY
``` ```
#### FlyingSpeed
The flying speed of the parrot.
Defaults to `-1` (The option is not applied)
```yml
Options:
FlyingSpeed: 0.2
```
## Pig ## Pig
... ...
......