Update activatespawner authored by Amy's avatar Amy
Mechanic: Activate Spawner
--------------------------
Activates a MythicMobs spawner, causing it to spawn mobs. Will not
Activates a MythicMobs [spawner](Spawners), causing it to spawn mobs. Will not
override any conditions or options set on the spawner.
Attributes
......@@ -23,19 +23,20 @@ Examples
--------
This would activate the spawner named "BossAdd"
```yaml
Skills:
- activatespawner{spawner=BossAdd}
```
This example would activate all spawners in the group "Castle"
```yaml
Skills:
- activatespawner{spawner=g:Castle}
```
This example would activate all spawners starting with
"DungeonBoss1Spawner" (i.e. DungeonBoss1Spawner1, DungeonBoss1Spawner2,
etc)
```yaml
Skills:
- activatespawner{spawner=DungeonBoss1Spawner*}
- ...
```
\ No newline at end of file