added Scale option authored by Lxlp's avatar Lxlp
......@@ -26,12 +26,13 @@ Options:
AlwaysShowName: false
```
<!--
**AttackSpeed: \[number\]**
* Sets the attack speed of the mob.
* Defaults to vanilla attack speed for the respective mobs. (Doesn't do anything.)
-->
#### AttackSpeed:
The attack speed of the mob
Defaults to vanilla attack speed of the respective mobs
```yaml
Options:
AttackSpeed: 1
```
#### VisibleByDefault
Sets whether the mob is visible by default when the mobs spawns or when the mob gets loaded.
......@@ -287,6 +288,15 @@ ExampleMob:
- cancelevent{sync=true} @self ~onDeath
```
#### Scale
The scale of the mob.
If set to -1, the option is ignored.
Defaults to `-1`.
```yaml
Options:
Scale: 2
```
#### ShowHealth
Displays the health of the mob through messages broadcast within a radius and formatting by `Mobs.ShowHealth.Radius` and `Mobs.ShowHealth.Formatting`, respectively, in `/plugins/MythicMobs/config.yml`
Defaults to `false`.
......
......