added Scale option authored by Lxlp's avatar Lxlp
...@@ -22,16 +22,17 @@ Whether the name-tag is always displayed. ...@@ -22,16 +22,17 @@ Whether the name-tag is always displayed.
Equivalent to the NBT-tag `CustomNameVisible`. Equivalent to the NBT-tag `CustomNameVisible`.
Defaults to `false`. Defaults to `false`.
```yml ```yml
Options: Options:
AlwaysShowName: false AlwaysShowName: false
``` ```
<!-- #### AttackSpeed:
**AttackSpeed: \[number\]** The attack speed of the mob
Defaults to vanilla attack speed of the respective mobs
* Sets the attack speed of the mob. ```yaml
* Defaults to vanilla attack speed for the respective mobs. (Doesn't do anything.) Options:
--> AttackSpeed: 1
```
#### VisibleByDefault #### VisibleByDefault
Sets whether the mob is visible by default when the mobs spawns or when the mob gets loaded. Sets whether the mob is visible by default when the mobs spawns or when the mob gets loaded.
...@@ -287,6 +288,15 @@ ExampleMob: ...@@ -287,6 +288,15 @@ ExampleMob:
- cancelevent{sync=true} @self ~onDeath - 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 #### 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` 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`. Defaults to `false`.
... ...
......