MagmaGuy / EliteMobs

This is a spigot plugin that aims to extend Minecraft's survival endgame by making mobs more interesting.
http://www.magmaguy.com
GNU General Public License v3.0
162 stars 61 forks source link

Invincible EliteMobs #47

Closed Therkelsen closed 3 years ago

Therkelsen commented 3 years ago

Whenever an EliteMob dies due to a Critical hit from a Bow / Crossbow - They don't disappear. They remain alive but with zero HP, still with an AI and the ability to attack players.

Spigot jar: 1.16.4 EliteMobs version: 7.2.25 Criticals version: Latest from Jan 5, 2021

Hmu on Discord Therkelsen#1337 if you need more info

Therkelsen commented 3 years ago

Contacted the Criticals dev about the same issue

Therkelsen commented 3 years ago

Seems to not be caused by Criticals anyways, but by some other plugin. Reason: It not only happens with bows, but it seems to happen generally if a mob is oneshot in any way shape or form by any item or projectile. Commands work, though. javaw_H9GS6jyJl3

Therkelsen commented 3 years ago

Alright so I've found the issue! The "sinner" seems to be mcMMO's limit break, which apparently causes elite mobs to become invincible.

Steps to reproduce:

  1. Install latest Spigot build

  2. Install latest mcMMO build

  3. Install latest EliteMobs dev build

  4. In mcMMO's advanced.yml file, LimitBreak and set AllowPVE to true:

    Skills: General: LimitBreak: AllowPVE: true

  5. Restart the server

  6. Mobs will start going invincible upon dying due to limit break damage.

Therkelsen commented 3 years ago

Update: According to LucianDevran#8734 on Discord, Optifine might be another cause of the issue.