Update fleeFaction authored by Lxlp's avatar Lxlp
...@@ -10,6 +10,7 @@ Causes the mob to flee from a specific faction. ...@@ -10,6 +10,7 @@ Causes the mob to flee from a specific faction.
| 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 |
| faction | f | The faction to flee from | | | faction | f | The faction to flee from | |
## Examples ## Examples
```yaml ```yaml
ExampleMob: ExampleMob:
...@@ -18,3 +19,7 @@ ExampleMob: ...@@ -18,3 +19,7 @@ ExampleMob:
- clear - clear
- fleefaction{distance=5;speed=2;safespeed=2;faction=somefaction} - fleefaction{distance=5;speed=2;safespeed=2;faction=somefaction}
``` ```
## Aliases
- [x] runfromfaction
\ No newline at end of file