Changes
Page history
Create Skills/Targeters/BlocksNearOrigin
authored
Jul 09, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Targeters/BlocksNearOrigin.md
0 → 100644
View page @
d7671d21
## Description
Targets all blocks in a radius around the origin of the metaskill
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| radius | r | The radius of the targeter | 2 |
| radiusy | ry, yradius, yr | The y component of the radius | radius |
| shape | s | The shape of the selected blocks. Can be
`SPHERE`
,
`CUBE`
| SPHERE |
| noise | n | The randomness of the targeter | 0 |
| noair | na | Whether air should not be targeted | true |
| onlyair | oa | Whether only air should be targeted | false |
## Examples
This skill will target some of the blocks in a 10 blocks radius around the origin of the metaskill
```
yaml
ExampleSkill
:
Skills
:
-
effect:particles @BlocksNearOrigin{r=10;noise=0.5}
```
## Aliases
-
[x] BNO
\ No newline at end of file