Description
Targets the locations of the specified mob spawners
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
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
ExampleSkill_SingleSpawner:
Skills:
- effect:particles @Spawner{s=TestSpawner}
ExampleSkill_Group:
Skills:
- effect:particles @Spawner{s=g:ExampleSpawnerGroup}
ExampleSkill_WildCard:
Skills:
- effect:particles @Spawner{s=ForestSpawner_*}