... | @@ -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 |