Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 138
    • Issues 138
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1634

Closed
Open
Created Jun 23, 2024 by xlsalvolx@xlsalvolx

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
Assign to
None
Milestone
None
Assign milestone
Time tracking