Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/distancefromspawn.md
0 → 100644
View page @
595b54c3
## Description
Whether the distance from the world's spawn point to the target is within the given range
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| distance | d | The distance to match | |
## Examples
```
yaml
Conditions
:
-
distancefromspawn{d=<100}
true
```
```
yaml
Conditions
:
-
distancefromspawn{d=>50}
true
```
\ No newline at end of file