Changes
Page history
Update Spawners
authored
Jul 13, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters/Spawners.md
View page @
0f2a7ce0
...
@@ -5,12 +5,22 @@ Targets the locations of the specified mob spawners
...
@@ -5,12 +5,22 @@ Targets the locations of the specified mob spawners
## Attributes
## Attributes
| Attribute | Aliases | Description | Default |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
|-----------|-----------|----------------------------------------------------------------------|---------|
| spawners | spawner, s| The names of the spawners
| |
| spawners | spawner, s| The names of the spawners
. Can be either a simple name, a group (
`g:groupname`
) or contain wildcards (
`Spawner*`
to target
*Spawner1*
,
*Spawner2*
,
*Spawner3*
...)
| |
## Examples
## Examples
```
yaml
```
yaml
ExampleSkill
:
ExampleSkill
_SingleSpawner
:
Skills
:
Skills
:
-
effect:particles @Spawner{s=TestSpawner}
-
effect:particles @Spawner{s=TestSpawner}
```
```
yaml
ExampleSkill_Group
:
Skills
:
-
effect:particles @Spawner{s=g:ExampleSpawnerGroup}
```
```
yaml
ExampleSkill_WildCard
:
Skills
:
-
effect:particles @Spawner{s=ForestSpawner_*}
```
```
\ No newline at end of file