Config Skills

#
# Skill Configuration Options
#
# More information about Mythic skill features can be found here:
# https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Skills/Skills
#
Configuration:

  #================================================================================
  # General Skill Options
  #================================================================================

  # Nothing here yet!

  #================================================================================
  # Targeter Options
  #================================================================================
  Targeters:

    # Default values for Entity Target Filters
    DefaultEntityFilters:
      TargetSelf: false
      TargetPlayers: true
      TargetArmorStands: false
      TargetMarkers: false
      TargetTextDisplays: true
      TargetItemDisplays: true
      TargetBlockDisplays: true
      TargetInteractions: true
      TargetCreativeMode: true
      TargetSpectatorMode: true
      TargetInvulnerable: true
      TargetCitizensNPCs: false
      TargetAnimals: true
      TargetCreatures: true
      TargetMonsters: true
      TargetWaterMobs: true
      TargetFlyingMobs: true
      TargetSameFaction: true
      TargetOwner: true
      TargetNonMythic: true
      TargetVillagers: true
Updated Aug 19, 2026