Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Mobs
Ai
Goals
Patrol
You need to sign in or sign up before continuing.
Patrol
· Changes
Page history
Create Mobs/ai/goals/Patrol
authored
Dec 31, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Mobs/ai/goals/Patrol.md
0 → 100644
View page @
8b4987a3
## Description
Makes the mob follow a specific route, back and forth, multiple times
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| points | p | The points of the route, in a x1,y1,z1;x2,y2,z2;x3,y3,z3; syntax | |
| speed | s | The speed of the movement | 1 |
| tolerance | t | The minimum distance the mob must be from a point before moving to the next one| 3 |
## Examples
```
yaml
AIGoalSelectors
:
-
clear
-
patrol{p=1,0,0;12,0,10}
```
## Aliases
-
[x] patrolroute
\ No newline at end of file