Update fleePlayers authored by Lxlp's avatar Lxlp
...@@ -9,6 +9,7 @@ Causes the mob to flee from players. ...@@ -9,6 +9,7 @@ Causes the mob to flee from players.
| speed | s | The speed at which to flee | 1.2 | | speed | s | The speed at which to flee | 1.2 |
| safespeed | ss | The speed at which to flee once a safe distance (50 blocks) away | 1 | | safespeed | ss | The speed at which to flee once a safe distance (50 blocks) away | 1 |
## Examples ## Examples
```yaml ```yaml
ExampleMob: ExampleMob:
...@@ -17,3 +18,7 @@ ExampleMob: ...@@ -17,3 +18,7 @@ ExampleMob:
- clear - clear
- fleeplayers{d=10;s=2;ss=1} - fleeplayers{d=10;s=2;ss=1}
``` ```
## Aliases
- [x] runfromplayers
\ No newline at end of file