Plugin conflict with advanced enchants

Hello, i had an issue with a targeter from the advanced enchants plugin (AOE) and they told me i need to forward this to mythicmobs, this is the issue:

https://github.com/GC-spigot/AdvancedEnchantments/issues/4348

They told me "MythicMobs needs to ignore events where the entity (mob) has metadata ae_ignore", you can check in the comments of the github issue

Basically no matter what, when i use the "aoe" targeter with one of their enchants i will get damaged for no reason

this is the custom enchant i made to test

psico:
  display: '%group-color%Psico'
  description: You may damage nearby mobs too
  applies-to: swords, axe, tools
  group: ENCHANTVERDE
  type: ATTACK_MOB
  applies:
  - ALL_TOOLS
  - ALL_SWORD
  - ALL_AXE
  - BONE
  - BLAZE_ROD
  - STICK
  - ALLIUM
  - TOTEM_OF_UNDYING
  - SPYGLASS
  - FIRE_CHARGE
  - GLOBE_BANNER_PATTERN
  - NETHER_STAR
  levels:
    '1':
      chance: 20
      cooldown: 2
      effects:
      - PARTICLE:REVERSE_PORTAL:16:0 @Aoe{radius=7,target=mobs}
      - PLAY_SOUND:ENTITY_ENDER_DRAGON_HURT:1.7

and this is the mob i used to test

testmob:
  Mobtype: skeleton
  Display: '&f&lTestmob'
  Health: 300
  Equipment:
  - diamond_helmet:4
  - diamond_sword:0
  Skills:
  - damage{a=20} @target ~onAttack
Edited Jun 23, 2024 by xlsalvolx
Assignee Loading
Time tracking Loading