Changes
Page history
updated layout and informations
authored
May 15, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/conditions/distancefromspawn.md
View page @
f88c0925
**Description:**
Whether the distance from the world's spawn point to the target is within the given range
## Description
Whether the distance from the world's spawn point to the target is within the given range
---
**
Attributes
:**
##
Attributes
| Attribute | Alias | Description |
| Attribute | Alias
es
| Description
| Default
|
|
---------
| ----- |
---------------------
|
|
--
---------
|-----------|-----------------------------------------
---------------------
--------|---------
|
| distance | d | The distance to match |
| distance | d
| The distance to match
|
|
---
**Examples:**
```
Conditions:
- distancefromspawn{d=<100} true
```
## Examples
```
yaml
Conditions
:
-
distancefromspawn{d=<100}
true
```
```
Conditions:
```
yaml
- distancefromspawn{d=>50} true
Conditions
:
```
-
distancefromspawn{d=>50}
true
```
---
\ No newline at end of file
**Extra Information:**
-
[x] Type: Location
\ No newline at end of file