Update activatespawner authored by Amy's avatar Amy
Mechanic: Activate Spawner 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. override any conditions or options set on the spawner.
Attributes Attributes
...@@ -23,19 +23,20 @@ Examples ...@@ -23,19 +23,20 @@ Examples
-------- --------
This would activate the spawner named "BossAdd" This would activate the spawner named "BossAdd"
```yaml
Skills: Skills:
- activatespawner{spawner=BossAdd} - activatespawner{spawner=BossAdd}
```
This example would activate all spawners in the group "Castle" This example would activate all spawners in the group "Castle"
```yaml
Skills: Skills:
- activatespawner{spawner=g:Castle} - activatespawner{spawner=g:Castle}
```
This example would activate all spawners starting with This example would activate all spawners starting with
"DungeonBoss1Spawner" (i.e. DungeonBoss1Spawner1, DungeonBoss1Spawner2, "DungeonBoss1Spawner" (i.e. DungeonBoss1Spawner1, DungeonBoss1Spawner2,
etc) etc)
```yaml
Skills: Skills:
- activatespawner{spawner=DungeonBoss1Spawner*} - activatespawner{spawner=DungeonBoss1Spawner*}
- ... - ...
```
\ No newline at end of file