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)DescriptionType
skillThe MythicMobs skill name to cast.STRING

Optional arguments

Key(s)DescriptionTypeDefault
victim_to_playerWhether to target the casting player instead of the victim. Defaults to false.BOOLEANfalse

Trigger parameters required

  • PLAYER

  • VICTIM

Example

effects:
  - id: cast_mythic_skill
    args:
      skill: <value>
      victim_to_player: true # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue