|
=============================
|
|
## Description
|
|
|
|
|
|
## Description:
|
|
|
|
|
|
|
|
Change target pathfindergoals. It is not possible to use every goal on
|
|
Change target pathfindergoals. It is not possible to use every goal on
|
|
every entity. To change the ai of an entity, you need to use clear
|
|
every entity. To change the ai of an entity, you need to use clear
|
|
first. After that you can use the runaitargetselector and add the goals
|
|
first. After that you can use the runaitargetselector and add the goals
|
... | @@ -12,14 +9,20 @@ to the end of the already existing goals of the entity. |
... | @@ -12,14 +9,20 @@ to the end of the already existing goals of the entity. |
|
|
|
|
|
A list of available targets can be found [here](/Mobs/Custom-AI#ai-target-selectors)
|
|
A list of available targets can be found [here](/Mobs/Custom-AI#ai-target-selectors)
|
|
|
|
|
|
## Examples:
|
|
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| target | | The target selector you want to append | |
|
|
|
|
|
|
|
|
## Examples
|
|
```yaml
|
|
```yaml
|
|
TargetPossibleThreats:
|
|
TargetPossibleThreats:
|
|
Skills:
|
|
Skills:
|
|
- runaitargetselector{target=clear}
|
|
- runaitargetselector{target=clear}
|
|
- runaitargetselector{target=players}
|
|
- runaitargetselector{target=players}
|
|
- runaitargetselector{target=monsters}
|
|
- runaitargetselector{target=monsters}
|
|
```
|
|
```
|
|
## Aliases:
|
|
|
|
|
|
|
|
[x] aitarget |
|
## Aliases
|
|
\ No newline at end of file |
|
- [x] aitarget |
|
|
|
\ No newline at end of file |