|
|
|
**Description**: Checks if the distance between the entity and the tracked location is within the specified values
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
**Attributes**
|
|
|
|
|
|
|
|
| Attribute | Alias | Description |
|
|
|
|
|-----------|-------------|-------------------------------------------------------------------------------------------------|
|
|
|
|
| distance | d | The values to check for. Can be a range. |
|
|
|
|
|
|
|
|
Examples
|
|
|
|
---
|
|
|
|
```yml
|
|
|
|
Conditions:
|
|
|
|
- DistanceFromTrackedLocation{d=5} true
|
|
|
|
```
|
|
|
|
|
|
|
|
```yml
|
|
|
|
Conditions:
|
|
|
|
- DistanceFromTrackedLocation{d=2to10} true
|
|
|
|
``` |
|
|
|
\ No newline at end of file |