Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Mechanics
  • activatespawner

activatespawner · Changes

Page history
Update activatespawner authored Jun 13, 2023 by Amy's avatar Amy
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 6 deletions
+7 -6
  • skills/mechanics/activatespawner.md skills/mechanics/activatespawner.md +7 -6
  • No files found.
skills/mechanics/activatespawner.md
View page @ f6b27a88
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
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples