Bug Closed · Resolved

Incompatibility with AdvancedEnchantments AOE effect

#4554 opened by Unknown 2 years ago

Unknownreported this bug

Summary

Incompatibility with AdvancedEnchantments certain enchant effect 'AOE', AE devs told me to contact MythicDevs since its on your end, mainly because this effect worked on 1.20.1 versions of MythicMobs, just not 1.20.2

Steps to reproduce

test:
  display: 'Test'
  description: "test"
  applies-to: 'Swords'
  type: 'RIGHT_CLICK'
  group: 'EXCLUSIVES'
  applies:
    - ALL_SWORD
  settings:
    removeable: false
  levels:
    1:
      effects:
        - 'PLAY_SOUND_OUTLOUD:ENTITY_DRAGON_FIREBALL_EXPLODE'
        - 'DO_HARM:5 @Aoe{radius=5,target=damageable}'
        - 'MESSAGE:TEST @Aoe{radius=5,target=damageable}'

Test this enchant with mythicmobs latest installed, on 1.20.1 mythicmobs version it works, but on 1.20.2 it does not. so it has smth to do with latest updates https://github.com/GC-spigot/AdvancedEnchantments/issues/3799

Current behavior

Certain enchant effect does not work when MythicMobs is installed, for full info: https://github.com/GC-spigot/AdvancedEnchantments/issues/3799

Intended correct behavior

The AOE effect should work fine, its only 5.4.0 versions(1.20.2 versions) above that effect does not work, so it has to do with the latest updates for full info: https://github.com/GC-spigot/AdvancedEnchantments/issues/3799

Server log file

https://mcpaste.io/24f80ff77e43946a

Debug log snippet

https://mcpaste.io/24f80ff77e43946a

Proposed fixes

AOE enchant effect should work.

Unknowncommented

I believe this should be fixed, if not reopen

Sign in to join the discussion.