cast_mythic_skill
Casts a MythicMobs skill from the player, targeting the victim or the player's current target.
Categories: meta
Required arguments
| Key(s) | Description | Type |
|---|
skill | The MythicMobs skill name to cast. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
victim_to_player | Whether to target the casting player instead of the victim. Defaults to false. | BOOLEAN | false |
Trigger parameters required
Example
effects:
- id: cast_mythic_skill
args:
skill: <value>
victim_to_player: true # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |