... | ... | @@ -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 |
|
|
|
| faction | f | The faction to flee from | |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
ExampleMob:
|
... | ... | @@ -17,4 +18,8 @@ ExampleMob: |
|
|
AIGoalSelectors:
|
|
|
- clear
|
|
|
- fleefaction{distance=5;speed=2;safespeed=2;faction=somefaction}
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
```
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] runfromfaction |
|
|
\ No newline at end of file |