|
|
**Description:** Checks if any players are within a radius of the target.
|
|
|
|
|
|
---
|
|
|
|
|
|
**Attributes:**
|
|
|
|
|
|
| Attribute | Alias | Description | Default |
|
|
|
| --------- | ------------- | ------------------------- | ---- |
|
|
|
| distance| d | The radius to check in | 0 |
|
|
|
|
|
|
---
|
|
|
|
|
|
**Examples:**
|
|
|
|
|
|
```
|
|
|
Conditions:
|
|
|
- playernotwithin{d=10} true
|
|
|
```
|
|
|
|
|
|
---
|
|
|
|
|
|
**Extra Information:**
|
|
|
|
|
|
- [x] Alias: playersnotwithin
|
|
|
- [x] Type: Entity |
|
|
\ No newline at end of file |