Changes
Page history
Is this going to change anything?
authored
Dec 27, 2021
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Skills/conditions/distancefromspawn.md
0 → 100644
View page @
d4c517d0
**Description:**
Whether the distance from the world's spawn point to the target is within the given range
---
**Attributes:**
| Attribute | Alias | Description |
| --------- | ----- | --------------------- |
| distance | d | The distance to match |
---
**Examples:**
```
Conditions:
- distancefromspawn{d=<100} true
```
```
Conditions:
- distancefromspawn{d=>50} true
```
---
**Extra Information:**
-
[x] Type: Location
\ No newline at end of file