Changes
Page history
Create Skills/Targeters/PlayersNearTargetLocations
authored
Jul 11, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Targeters/PlayersNearTargetLocations.md
0 → 100644
View page @
69fb7477
## Description
Targets all players near the inherited target locations
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| radius | r | The radius of the targeter | 5 |
## Examples
This mechanic will damage every player in a 2 block radius from the target of the mob once executed
```
yaml
ExampleSkill1
:
Skills
:
-
skill{s=ExampleSkill2} @target
ExampleSkill2
:
Skills
:
-
damage{a=10} @PlayersNearTargetLocations{r=2}
```
## Aliases
-
[x] playersNearTargetLocation
-
[x] PNTL
\ No newline at end of file