Changes
Page history
Create Skills/Targeters/Region
authored
Nov 09, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters/Region.md
0 → 100644
View page @
9ce53c3a
## Description
Special targeter to target a region. Only works with specific mechanics
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| min | | The location of the first point | 0,0,0 |
| max | | The location of the second point | 0,0,0 |
| world | | The world the region is in |
`<caster.l.w>`
|
## Examples
```
yaml
Skills
:
-
worldEditReplace{from=STONE;to=AIR} @Region{min=0,0,0;max=100,100,100;world=resources}
```
\ No newline at end of file